Class PPP_PCB

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

public class PPP_PCB extends AbstractMessage

Represents a PPP_PCB message structure (see chapter 12.3.3). This structure contains the following elements:

  • 1: MSH (Message Header)
  • 2: SFT (Software Segment) optional repeating
  • 3: PID (Patient Identification)
  • 4: PPP_PCB_PATIENT_VISIT (a Group object) optional
  • 5: PPP_PCB_PATHWAY (a Group object) repeating
See Also:
  • Constructor Details

    • PPP_PCB

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

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