Class BAR_P05

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

public class BAR_P05 extends AbstractMessage

Represents a BAR_P05 message structure (see chapter ?). This structure contains the following elements:

  • 1: MSH (Message header segment)
  • 2: EVN (Event type)
  • 3: PID (Patient Identification)
  • 4: PD1 (Patient Demographic) optional
  • 5: BAR_P05_VISIT (a Group object) repeating
See Also:
  • Constructor Details

    • BAR_P05

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

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