Class ORU_R30

All Implemented Interfaces:
Group, Message, Structure, Visitable, Serializable

public class ORU_R30 extends AbstractMessage

Represents a ORU_R30 message structure (see chapter 7.3.4). This structure contains the following elements:

  • 1: MSH (Message Header)
  • 2: SFT (Software Segment) optional repeating
  • 3: PID (Patient Identification)
  • 4: PD1 (Patient Additional Demographic) optional
  • 5: ORU_R30_VISIT (a Group object) optional
  • 6: ORC (Common Order)
  • 7: OBR (Observation Request)
  • 8: NTE (Notes and Comments) optional repeating
  • 9: ORU_R30_TIMING_QTY (a Group object) optional repeating
  • 10: ORU_R30_OBSERVATION (a Group object) repeating
See Also:
  • Constructor Details

    • ORU_R30

      public ORU_R30()
      Creates a new ORU_R30 message with DefaultModelClassFactory.
    • ORU_R30

      public ORU_R30(ModelClassFactory factory)
      Creates a new ORU_R30 message with custom ModelClassFactory.
  • Method Details