Class PPR_PC1

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

public class PPR_PC1 extends AbstractMessage

Represents a PPR_PC1 message structure (see chapter 12.3.2). This structure contains the following elements:

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

    • PPR_PC1

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

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