Class PPG_PCG

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

public class PPG_PCG extends AbstractMessage

Represents a PPG_PCG message structure (see chapter 12.3.4). This structure contains the following elements:

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

    • PPG_PCG

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

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