Class PEX_P07

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

public class PEX_P07 extends AbstractMessage

Represents a PEX_P07 message structure (see chapter 7). This structure contains the following elements:

  • 1: MSH (Message Header)
  • 2: EVN (Event Type)
  • 3: PID (Patient identification)
  • 4: PD1 (patient additional demographic) optional
  • 5: NTE (Notes and Comments) optional repeating
  • 6: PEX_P07_VISIT (a Group object) optional
  • 7: PEX_P07_EXPERIENCE (a Group object) repeating
See Also:
  • Constructor Details

    • PEX_P07

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

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