Class MDM_T01

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

public class MDM_T01 extends AbstractMessage

Represents a MDM_T01 message structure (see chapter 9.5.1). This structure contains the following elements:

  • 1: MSH (Message Header)
  • 2: SFT (Software Segment) optional repeating
  • 3: EVN (Event Type)
  • 4: PID (Patient Identification)
  • 5: PV1 (Patient Visit)
  • 6: MDM_T01_COMMON_ORDER (a Group object) optional repeating
  • 7: TXA (Transcription Document Header)
See Also:
  • Constructor Details

    • MDM_T01

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

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