Class PPV_PCA

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

public class PPV_PCA extends AbstractMessage

Represents a PPV_PCA 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: PPV_PCA_PATIENT (a Group object) repeating
See Also:
  • Constructor Details

    • PPV_PCA

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

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