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

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

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

origin: ca.uhn.hapi/hapi-osgi-base

/** 
 * <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 ROL 
 */ 
public int getROLReps() {  
  return getReps("ROL");
} 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns
 * PD1 (patient additional demographic) - creates it if necessary
 */
public PD1 getPD1() { 
  PD1 retVal = getTyped("PD1", PD1.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

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

private void init(ModelClassFactory factory) {
  try {
               this.add(EVN.class, false, false, false);
               this.add(PID.class, true, false, false);
               this.add(PD1.class, false, false, false);
               this.add(ROL.class, false, true, false);
               this.add(NK1.class, false, true, false);
               this.add(PV1.class, true, 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(ADR_A19_PROCEDURE.class, false, true, false);
               this.add(GT1.class, false, true, false);
               this.add(ADR_A19_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);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating ADR_A19_QUERY_RESPONSE - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-osgi-base

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

private void init(ModelClassFactory factory) {
  try {
               this.add(EVN.class, false, false, false);
               this.add(PID.class, true, false, false);
               this.add(PD1.class, false, false, false);
               this.add(ROL.class, false, true, false);
               this.add(NK1.class, false, true, false);
               this.add(PV1.class, true, 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(ADR_A19_PROCEDURE.class, false, true, false);
               this.add(GT1.class, false, true, false);
               this.add(ADR_A19_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);
  } catch(HL7Exception e) {
   log.error("Unexpected error creating ADR_A19_QUERY_RESPONSE - this is probably a bug in the source code generator.", e);
  }
}
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns a specific repetition of
 * ROL (Role) - 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 ROL getROL(int rep) { 
  ROL retVal = getTyped("ROL", rep, ROL.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v24

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

/** 
 * <p>
 * Returns a non-modifiable List containing all current existing repetitions of ROL2.
 * <p>
 * <p>
 * Note that unlike {@link #getROL2()}, 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> getROL2All() throws HL7Exception {
  return getAllAsList("ROL2", ROL.class);
} 
origin: ca.uhn.hapi/hapi-structures-v24

/**
 * Returns a specific repetition of
 * OBX (Observation/Result) - 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 OBX getOBX(int rep) { 
  OBX retVal = getTyped("OBX", rep, OBX.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-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 first repetition of 
 * AL1 (Patient allergy information) - creates it if necessary
 */
public AL1 getAL1() { 
  AL1 retVal = getTyped("AL1", AL1.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-osgi-base

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

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

/**
 * Returns a specific repetition of
 * OBX (Observation/Result) - 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 OBX getOBX(int rep) { 
  OBX retVal = getTyped("OBX", rep, OBX.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 NK1.
 * <p>
 * <p>
 * Note that unlike {@link #getNK1()}, this method will not create any reps
 * if none are already present, so an empty list may be returned.
 * </p>
 */ 
public java.util.List<NK1> getNK1All() throws HL7Exception {
  return getAllAsList("NK1", NK1.class);
} 
origin: ca.uhn.hapi/hapi-osgi-base

/**
 * Returns
 * the first repetition of 
 * INSURANCE (a Group object) - creates it if necessary
 */
public ADR_A19_INSURANCE getINSURANCE() { 
  ADR_A19_INSURANCE retVal = getTyped("INSURANCE", ADR_A19_INSURANCE.class);
  return retVal;
}
ca.uhn.hl7v2.model.v24.groupADR_A19_QUERY_RESPONSE

Javadoc

Represents a ADR_A19_QUERY_RESPONSE 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: EVN (Event Type) optional
  • 2: PID (Patient identification)
  • 3: PD1 (patient additional demographic) optional
  • 4: ROL (Role) optional repeating
  • 5: NK1 (Next of kin / associated parties) optional repeating
  • 6: PV1 (Patient visit)
  • 7: PV2 (Patient visit - additional information) optional
  • 8: ROL (Role) optional repeating
  • 9: DB1 (Disability) optional repeating
  • 10: OBX (Observation/Result) optional repeating
  • 11: AL1 (Patient allergy information) optional repeating
  • 12: DG1 (Diagnosis) optional repeating
  • 13: DRG (Diagnosis Related Group) optional
  • 14: ADR_A19_PROCEDURE (a Group object) optional repeating
  • 15: GT1 (Guarantor) optional repeating
  • 16: ADR_A19_INSURANCE (a Group object) optional repeating
  • 17: ACC (Accident) optional
  • 18: UB1 (UB82) optional
  • 19: UB2 (UB92 Data) optional

Most used methods

  • add
  • getAllAsList
  • getReps
  • getTyped
  • init

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getExternalFilesDir (Context)
  • getSharedPreferences (Context)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • BufferedImage (java.awt.image)
    The BufferedImage subclass describes an java.awt.Image with an accessible buffer of image data. All
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • NumberFormat (java.text)
    The abstract base class for all number formats. This class provides the interface for formatting and
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • JTable (javax.swing)
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • 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