Class ORR_O02_ORDER_DETAIL

All Implemented Interfaces:
Group, Structure, Visitable, Serializable

public class ORR_O02_ORDER_DETAIL extends AbstractGroup

Represents a ORR_O02_ORDER_DETAIL 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: OBR (OBSERVATION REQUEST) choice
  • 2: RQD (REQUISITION DETAIL) choice
  • 3: RQ1 (REQUISITION DETAIL-!) choice
  • 4: RXO (PHARMACY PRESCRIPTION ORDER) choice
  • 5: ODS (DIETARY ORDERS, SUPPLEMENTS, and PREFERENCES) choice
  • 6: ODT (DIET TRAY INSTRUCTION) choice

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.2"
    • 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-!) - creates it if necessary
    • getRXO

      public RXO getRXO()
      Returns RXO (PHARMACY PRESCRIPTION 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 INSTRUCTION) - creates it if necessary