Class PPT_PCL

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

public class PPT_PCL extends AbstractMessage

Represents a PPT_PCL message structure (see chapter 12). This structure contains the following elements:

  • 1: MSH (Message Header)
  • 2: MSA (Message Acknowledgment)
  • 3: ERR (Error) optional
  • 4: QAK (Query Acknowledgment) optional
  • 5: QRD (Original-Style Query Definition)
  • 6: PPT_PCL_PATIENT (a Group object) repeating
See Also:
  • Constructor Details

    • PPT_PCL

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

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