/** * 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); }
/** * 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 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 SFT (Software Segment) * * @see AbstractGroup#insertRepetition(Structure, int) */ public void insertSFT(SFT structure, int rep) throws HL7Exception { super.insertRepetition("SFT", structure, rep); }
/** * 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); }
/** * 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); }
/** * 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); }
/** * 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); }