Beispiel #1
0
 /**
  * Inserts a specific repetition of ORDER (a Group object)
  *
  * @see AbstractGroup#insertRepetition(Structure, int)
  */
 public void insertORDER(OPL_O37_ORDER structure, int rep) throws HL7Exception {
   super.insertRepetition("ORDER", structure, rep);
 }
Beispiel #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);
 }
Beispiel #3
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);
 }
Beispiel #4
0
 /**
  * Inserts a specific repetition of SFT (Software Segment)
  *
  * @see AbstractGroup#insertRepetition(Structure, int)
  */
 public void insertSFT(SFT structure, int rep) throws HL7Exception {
   super.insertRepetition("SFT", structure, rep);
 }
Beispiel #5
0
 /**
  * Inserts a specific repetition of UAC (User Authentication Credential Segment)
  *
  * @see AbstractGroup#insertRepetition(Structure, int)
  */
 public void insertUAC(UAC structure, int rep) throws HL7Exception {
   super.insertRepetition("UAC", structure, rep);
 }
Beispiel #6
0
 /**
  * Inserts a specific repetition of PSL_ITEM_INFO (a Group object)
  *
  * @see AbstractGroup#insertRepetition(Structure, int)
  */
 public void insertPSL_ITEM_INFO(EHC_E20_PSL_ITEM_INFO structure, int rep) throws HL7Exception {
   super.insertRepetition("PSL_ITEM_INFO", structure, rep);
 }
Beispiel #7
0
 /**
  * Inserts a specific repetition of LOC (Location Identification)
  *
  * @see AbstractGroup#insertRepetition(Structure, int)
  */
 public void insertLOC(LOC structure, int rep) throws HL7Exception {
   super.insertRepetition("LOC", structure, rep);
 }
Beispiel #8
0
 /**
  * Inserts a specific repetition of CTD (Contact Data)
  *
  * @see AbstractGroup#insertRepetition(Structure, int)
  */
 public void insertCTD(CTD structure, int rep) throws HL7Exception {
   super.insertRepetition("CTD", structure, rep);
 }