Class BAR_P01

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

public class BAR_P01 extends AbstractMessage

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

  • 1: MSH (MESSAGE HEADER)
  • 2: EVN (EVENT TYPE)
  • 3: PID (PATIENT IDENTIFICATION)
  • 4: BAR_P01_VISIT (a Group object) repeating
See Also:
  • Constructor Details

    • BAR_P01

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

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