Class ORR_O02_ORDER

All Implemented Interfaces:
Group, Structure, Visitable, Serializable

public class ORR_O02_ORDER extends AbstractGroup

Represents a ORR_O02_ORDER group structure (a Group object). A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:

  • 1: ORC (Common Order)
  • 2: OBR (Observation Request) choice
  • 3: RQD (Requisition Detail) choice
  • 4: RQ1 (Requisition Detail-1) choice
  • 5: RXO (Pharmacy/Treatment Order) choice
  • 6: ODS (Dietary Orders, Supplements, and Preferences) choice
  • 7: ODT (Diet Tray Instructions) choice
  • 8: NTE (Notes and Comments) optional repeating
  • 9: CTI (Clinical Trial Identification) optional repeating

Note that this structure has "choice" elements. This means that one of the structures above marked as "choice" must be present, but no more than one.

See Also:
  • Constructor Details

  • Method Details

    • getVersion

      public String getVersion()
      Returns "2.4"
    • getORC

      public ORC getORC()
      Returns ORC (Common Order) - creates it if necessary
    • getOBR

      public OBR getOBR()
      Returns OBR (Observation Request) - creates it if necessary
    • getRQD

      public RQD getRQD()
      Returns RQD (Requisition Detail) - creates it if necessary
    • getRQ1

      public RQ1 getRQ1()
      Returns RQ1 (Requisition Detail-1) - creates it if necessary
    • getRXO

      public RXO getRXO()
      Returns RXO (Pharmacy/Treatment Order) - creates it if necessary
    • getODS

      public ODS getODS()
      Returns ODS (Dietary Orders, Supplements, and Preferences) - creates it if necessary
    • getODT

      public ODT getODT()
      Returns ODT (Diet Tray Instructions) - creates it if necessary
    • getNTE

      public NTE getNTE()
      Returns the first repetition of NTE (Notes and Comments) - creates it if necessary
    • getNTE

      public NTE getNTE(int rep)
      Returns a specific repetition of NTE (Notes and Comments) - creates it if necessary
      Parameters:
      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.
    • getNTEReps

      public int getNTEReps()
      Returns the number of existing repetitions of NTE
    • getNTEAll

      public List<NTE> getNTEAll() throws HL7Exception

      Returns a non-modifiable List containing all current existing repetitions of NTE.

      Note that unlike getNTE(), this method will not create any reps if none are already present, so an empty list may be returned.

      Throws:
      HL7Exception
    • insertNTE

      public void insertNTE(NTE structure, int rep) throws HL7Exception
      Inserts a specific repetition of NTE (Notes and Comments)
      Throws:
      HL7Exception
      See Also:
      • AbstractGroup#insertRepetition(Structure, int)
    • insertNTE

      public NTE insertNTE(int rep) throws HL7Exception
      Inserts a specific repetition of NTE (Notes and Comments)
      Throws:
      HL7Exception
      See Also:
      • AbstractGroup#insertRepetition(Structure, int)
    • removeNTE

      public NTE removeNTE(int rep) throws HL7Exception
      Removes a specific repetition of NTE (Notes and Comments)
      Throws:
      HL7Exception
      See Also:
    • getCTI

      public CTI getCTI()
      Returns the first repetition of CTI (Clinical Trial Identification) - creates it if necessary
    • getCTI

      public CTI getCTI(int rep)
      Returns a specific repetition of CTI (Clinical Trial Identification) - creates it if necessary
      Parameters:
      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.
    • getCTIReps

      public int getCTIReps()
      Returns the number of existing repetitions of CTI
    • getCTIAll

      public List<CTI> getCTIAll() throws HL7Exception

      Returns a non-modifiable List containing all current existing repetitions of CTI.

      Note that unlike getCTI(), this method will not create any reps if none are already present, so an empty list may be returned.

      Throws:
      HL7Exception
    • insertCTI

      public void insertCTI(CTI structure, int rep) throws HL7Exception
      Inserts a specific repetition of CTI (Clinical Trial Identification)
      Throws:
      HL7Exception
      See Also:
      • AbstractGroup#insertRepetition(Structure, int)
    • insertCTI

      public CTI insertCTI(int rep) throws HL7Exception
      Inserts a specific repetition of CTI (Clinical Trial Identification)
      Throws:
      HL7Exception
      See Also:
      • AbstractGroup#insertRepetition(Structure, int)
    • removeCTI

      public CTI removeCTI(int rep) throws HL7Exception
      Removes a specific repetition of CTI (Clinical Trial Identification)
      Throws:
      HL7Exception
      See Also: