/** * Inserts a specific repetition of AL1 (Patient Allergy Information) * * @see AbstractGroup#insertRepetition(Structure, int) */ public void insertAL1(AL1 structure, int rep) throws HL7Exception { super.insertRepetition("AL1", structure, rep); }
/** * Inserts a specific repetition of NTE (Notes and Comments) * * @see AbstractGroup#insertRepetition(Structure, int) */ public void insertNTE(NTE structure, int rep) throws HL7Exception { super.insertRepetition("NTE", structure, rep); }
/** * Inserts a specific repetition of INSURANCE (a Group object) * * @see AbstractGroup#insertRepetition(Structure, int) */ public void insertINSURANCE(OMP_O09_INSURANCE structure, int rep) throws HL7Exception { super.insertRepetition("INSURANCE", structure, rep); }
/** * Inserts a specific repetition of RESULT (a Group object) * * @see AbstractGroup#insertRepetition(Structure, int) */ public void insertRESULT(OUL_R23_RESULT structure, int rep) throws HL7Exception { super.insertRepetition("RESULT", structure, rep); }
/** * Inserts a specific repetition of CTI (Clinical Trial Identification) * * @see AbstractGroup#insertRepetition(Structure, int) */ public void insertCTI(CTI structure, int rep) throws HL7Exception { super.insertRepetition("CTI", structure, rep); }
/** * Inserts a specific repetition of ROL (Role) * * @see AbstractGroup#insertRepetition(Structure, int) */ public void insertROL(ROL structure, int rep) throws HL7Exception { super.insertRepetition("ROL", structure, rep); }
/** * Inserts a specific repetition of TIMING_QTY (a Group object) * * @see AbstractGroup#insertRepetition(Structure, int) */ public void insertTIMING_QTY(OUL_R23_TIMING_QTY structure, int rep) throws HL7Exception { super.insertRepetition("TIMING_QTY", structure, rep); }
/** * Inserts a specific repetition of OBX (Observation/Result) * * @see AbstractGroup#insertRepetition(Structure, int) */ public void insertOBX(OBX structure, int rep) throws HL7Exception { super.insertRepetition("OBX", structure, rep); }
/** * Inserts a specific repetition of VAR (Variance) * * @see AbstractGroup#insertRepetition(Structure, int) */ public void insertVAR(VAR structure, int rep) throws HL7Exception { super.insertRepetition("VAR", structure, rep); }
/** * Inserts a specific repetition of RDT (Table Row Data) * * @see AbstractGroup#insertRepetition(Structure, int) */ public void insertRDT(RDT structure, int rep) throws HL7Exception { super.insertRepetition("RDT", structure, rep); }
/** * Inserts a specific repetition of TCC (Test Code Configuration) * * @see AbstractGroup#insertRepetition(Structure, int) */ public void insertTCC(TCC structure, int rep) throws HL7Exception { super.insertRepetition("TCC", structure, rep); }
/** * Inserts a specific repetition of ORDER (a Group object) * * @see AbstractGroup#insertRepetition(Structure, int) */ public void insertORDER(OUL_R23_ORDER structure, int rep) throws HL7Exception { super.insertRepetition("ORDER", structure, rep); }