Пример #1
0
 /**
  * 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);
 }
Пример #2
0
 /**
  * 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);
 }
Пример #3
0
 /**
  * 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);
 }
Пример #4
0
 /**
  * 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);
 }
Пример #5
0
 /**
  * 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);
 }
Пример #6
0
 /**
  * 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);
 }
Пример #7
0
 /**
  * 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);
 }
Пример #8
0
 /**
  * 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);
 }
Пример #9
0
 /**
  * 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);
 }
Пример #10
0
 /**
  * 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);
 }
Пример #11
0
 /**
  * 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);
 }
Пример #12
0
 /**
  * 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);
 }