congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
BAR_P05_VISIT
Code IndexAdd Tabnine to your IDE (free)

How to use
BAR_P05_VISIT
in
ca.uhn.hl7v2.model.v24.group

Best Java code snippets using ca.uhn.hl7v2.model.v24.group.BAR_P05_VISIT (Showing top 20 results out of 315)

origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of ROL.
 * <p>
 * <p>
 * Note that unlike {@link #getROL()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<ROL> getROLAll() throws HL7Exception {
  return getAllAsList("ROL", ROL.class);
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * Returns the number of existing repetitions of DB1 
 */ 
public int getDB1Reps() {  
  return getReps("DB1");
} 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns a specific repetition of
 * GT1 (Guarantor) - creates it if necessary
 *
 * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0)
 * @throws HL7Exception if the repetition requested is more than one 
 *     greater than the number of existing repetitions.
 */
public GT1 getGT1(int rep) { 
  GT1 retVal = getTyped("GT1", rep, GT1.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * Creates a new BAR_P05_VISIT group
 */
public BAR_P05_VISIT(Group parent, ModelClassFactory factory) {
  super(parent, factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-structures-v24

private void init(ModelClassFactory factory) {
  try {
               this.add(PV1.class, false, false, false);
               this.add(PV2.class, false, false, false);
               this.add(ROL.class, false, true, false);
               this.add(DB1.class, false, true, false);
               this.add(OBX.class, false, true, false);
               this.add(AL1.class, false, true, false);
               this.add(DG1.class, false, true, false);
               this.add(DRG.class, false, false, false);
               this.add(BAR_P05_PROCEDURE.class, false, true, false);
               this.add(GT1.class, false, true, false);
               this.add(NK1.class, false, true, false);
               this.add(BAR_P05_INSURANCE.class, false, true, false);
               this.add(ACC.class, false, false, false);
               this.add(UB1.class, false, false, false);
               this.add(UB2.class, false, false, false);
               this.add(ABS.class, false, false, false);
               this.add(BLC.class, false, true, false);
               this.add(RMI.class, false, false, false);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating BAR_P05_VISIT - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * Creates a new BAR_P05_VISIT group
 */
public BAR_P05_VISIT(Group parent, ModelClassFactory factory) {
  super(parent, factory);
  init(factory);
}
origin: ca.uhn.hapi/hapi-osgi-base

private void init(ModelClassFactory factory) {
  try {
               this.add(PV1.class, false, false, false);
               this.add(PV2.class, false, false, false);
               this.add(ROL.class, false, true, false);
               this.add(DB1.class, false, true, false);
               this.add(OBX.class, false, true, false);
               this.add(AL1.class, false, true, false);
               this.add(DG1.class, false, true, false);
               this.add(DRG.class, false, false, false);
               this.add(BAR_P05_PROCEDURE.class, false, true, false);
               this.add(GT1.class, false, true, false);
               this.add(NK1.class, false, true, false);
               this.add(BAR_P05_INSURANCE.class, false, true, false);
               this.add(ACC.class, false, false, false);
               this.add(UB1.class, false, false, false);
               this.add(UB2.class, false, false, false);
               this.add(ABS.class, false, false, false);
               this.add(BLC.class, false, true, false);
               this.add(RMI.class, false, false, false);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating BAR_P05_VISIT - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns a specific repetition of
 * INSURANCE (a Group object) - creates it if necessary
 *
 * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0)
 * @throws HL7Exception if the repetition requested is more than one 
 *     greater than the number of existing repetitions.
 */
public BAR_P05_INSURANCE getINSURANCE(int rep) { 
  BAR_P05_INSURANCE retVal = getTyped("INSURANCE", rep, BAR_P05_INSURANCE.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * Returns the number of existing repetitions of OBX 
 */ 
public int getOBXReps() {  
  return getReps("OBX");
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of AL1.
 * <p>
 * <p>
 * Note that unlike {@link #getAL1()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<AL1> getAL1All() throws HL7Exception {
  return getAllAsList("AL1", AL1.class);
} 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * ACC (Accident) - creates it if necessary
 */
public ACC getACC() { 
  ACC retVal = getTyped("ACC", ACC.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * Returns the number of existing repetitions of AL1 
 */ 
public int getAL1Reps() {  
  return getReps("AL1");
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of PROCEDURE.
 * <p>
 * <p>
 * Note that unlike {@link #getPROCEDURE()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<BAR_P05_PROCEDURE> getPROCEDUREAll() throws HL7Exception {
  return getAllAsList("PROCEDURE", BAR_P05_PROCEDURE.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * the first repetition of 
 * ROL (Role) - creates it if necessary
 */
public ROL getROL() { 
  ROL retVal = getTyped("ROL", ROL.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * Returns the number of existing repetitions of PROCEDURE 
 */ 
public int getPROCEDUREReps() {  
  return getReps("PROCEDURE");
} 
origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of DB1.
 * <p>
 * <p>
 * Note that unlike {@link #getDB1()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<DB1> getDB1All() throws HL7Exception {
  return getAllAsList("DB1", DB1.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns a specific repetition of
 * DB1 (Disability) - creates it if necessary
 *
 * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0)
 * @throws HL7Exception if the repetition requested is more than one 
 *     greater than the number of existing repetitions.
 */
public DB1 getDB1(int rep) { 
  DB1 retVal = getTyped("DB1", rep, DB1.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * Returns the number of existing repetitions of NK1 
 */ 
public int getNK1Reps() {  
  return getReps("NK1");
} 
origin: ca.uhn.hapi/hapi-structures-v24

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of BLC.
 * <p>
 * <p>
 * Note that unlike {@link #getBLC()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<BLC> getBLCAll() throws HL7Exception {
  return getAllAsList("BLC", BLC.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns a specific repetition of
 * DG1 (Diagnosis) - creates it if necessary
 *
 * @param rep The repetition index (0-indexed, i.e. the first repetition is at index 0)
 * @throws HL7Exception if the repetition requested is more than one 
 *     greater than the number of existing repetitions.
 */
public DG1 getDG1(int rep) { 
  DG1 retVal = getTyped("DG1", rep, DG1.class);
  return retVal;
}
ca.uhn.hl7v2.model.v24.groupBAR_P05_VISIT

Javadoc

Represents a BAR_P05_VISIT group structure (a Group object). A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:

  • 1: PV1 (Patient visit) optional
  • 2: PV2 (Patient visit - additional information) optional
  • 3: ROL (Role) optional repeating
  • 4: DB1 (Disability) optional repeating
  • 5: OBX (Observation/Result) optional repeating
  • 6: AL1 (Patient allergy information) optional repeating
  • 7: DG1 (Diagnosis) optional repeating
  • 8: DRG (Diagnosis Related Group) optional
  • 9: BAR_P05_PROCEDURE (a Group object) optional repeating
  • 10: GT1 (Guarantor) optional repeating
  • 11: NK1 (Next of kin / associated parties) optional repeating
  • 12: BAR_P05_INSURANCE (a Group object) optional repeating
  • 13: ACC (Accident) optional
  • 14: UB1 (UB82) optional
  • 15: UB2 (UB92 Data) optional
  • 16: ABS (Abstract) optional
  • 17: BLC (Blood Code) optional repeating
  • 18: RMI (Risk Management Incident) optional

Most used methods

  • add
  • getAllAsList
  • getReps
  • getTyped
  • init

Popular in Java

  • Making http post requests using okhttp
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getExternalFilesDir (Context)
  • GridBagLayout (java.awt)
    The GridBagLayout class is a flexible layout manager that aligns components vertically and horizonta
  • URL (java.net)
    A Uniform Resource Locator that identifies the location of an Internet resource as specified by RFC
  • Handler (java.util.logging)
    A Handler object accepts a logging request and exports the desired messages to a target, for example
  • JTable (javax.swing)
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Top Vim plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now