Tabnine Logo
ca.uhn.hl7v2.model.v26.group
Code IndexAdd Tabnine to your IDE (free)

How to use ca.uhn.hl7v2.model.v26.group

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

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

/**
 * Returns
 * EVN (Event Type) - creates it if necessary
 */
public EVN getEVN() { 
  EVN retVal = getTyped("EVN", EVN.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * ORC (Common Order) - creates it if necessary
 */
public ORC getORC() { 
  ORC retVal = getTyped("ORC", ORC.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

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

/**
 * 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-v26

/** 
 * <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-v26

/**
 * 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-v26

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

/** 
 * <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-structures-v26

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

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

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

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

/**
 * Returns
 * GP2 (Grouping/Reimbursement - Procedure Line Item) - creates it if necessary
 */
public GP2 getGP2() { 
  GP2 retVal = getTyped("GP2", GP2.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns a specific repetition of
 * ARV (Access Restriction) - 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 ARV getARV2(int rep) { 
  ARV retVal = getTyped("ARV2", rep, ARV.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * Returns
 * the first repetition of 
 * NTE (Notes and Comments) - creates it if necessary
 */
public NTE getNTE() { 
  NTE retVal = getTyped("NTE", NTE.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * 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-structures-v26

/**
 * Returns
 * the first repetition of 
 * PRODUCT (a Group object) - creates it if necessary
 */
public BPS_O29_PRODUCT getPRODUCT() { 
  BPS_O29_PRODUCT retVal = getTyped("PRODUCT", BPS_O29_PRODUCT.class);
  return retVal;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * 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;
}
origin: ca.uhn.hapi/hapi-structures-v26

/**
 * 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-v26

/**
 * Returns
 * UB2 (UB92 Data) - creates it if necessary
 */
public UB2 getUB2() { 
  UB2 retVal = getTyped("UB2", UB2.class);
  return retVal;
}
ca.uhn.hl7v2.model.v26.group

Most used classes

  • ADR_A19_INSURANCE
    Represents a ADR_A19_INSURANCE group structure (a Group object). A Group is an ordered collection of
  • ADR_A19_PROCEDURE
    Represents a ADR_A19_PROCEDURE group structure (a Group object). A Group is an ordered collection of
  • ADR_A19_QUERY_RESPONSE
    Represents a ADR_A19_QUERY_RESPONSE group structure (a Group object). A Group is an ordered collecti
  • ADT_A01_INSURANCE
    Represents a ADT_A01_INSURANCE group structure (a Group object). A Group is an ordered collection of
  • ADT_A01_PROCEDURE
    Represents a ADT_A01_PROCEDURE group structure (a Group object). A Group is an ordered collection of
  • ADT_A03_PROCEDURE,
  • ADT_A05_INSURANCE,
  • ADT_A05_PROCEDURE,
  • ADT_A06_INSURANCE,
  • ADT_A06_PROCEDURE,
  • ADT_A16_INSURANCE,
  • ADT_A16_PROCEDURE,
  • ADT_A39_PATIENT,
  • ADT_A43_PATIENT,
  • ADT_A45_MERGE_INFO,
  • BAR_P01_INSURANCE,
  • BAR_P01_PROCEDURE,
  • BAR_P01_VISIT,
  • BAR_P02_PATIENT
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