Class ORM_O01_ORDER

All Implemented Interfaces:
Group, Structure, Visitable, Serializable

public class ORM_O01_ORDER extends AbstractGroup

Represents a ORM_O01_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 segment)
  • 2: ORM_O01_ORDER_DETAIL (a Group object) optional
  • 3: CTI (Clinical Trial Identification) optional
  • 4: BLG (Billing Segment) optional
See Also:
  • Constructor Details

  • Method Details

    • getVersion

      public String getVersion()
      Returns "2.3"
    • getORC

      public ORC getORC()
      Returns ORC (Common order segment) - creates it if necessary
    • getORDER_DETAIL

      Returns ORDER_DETAIL (a Group object) - creates it if necessary
    • getCTI

      public CTI getCTI()
      Returns CTI (Clinical Trial Identification) - creates it if necessary
    • getBLG

      public BLG getBLG()
      Returns BLG (Billing Segment) - creates it if necessary