Class ADT_A42_PATIENT

All Implemented Interfaces:
Group, Structure, Visitable, Serializable

public class ADT_A42_PATIENT extends AbstractGroup

Represents a ADT_A42_PATIENT group structure (a Group object). A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:

  • 1: PID (Patient Identification)
  • 2: PD1 (Patient Demographic) optional
  • 3: MRG (Merge patient information)
  • 4: PV1 (Patient visit) optional
See Also:
  • Constructor Details

  • Method Details

    • getVersion

      public String getVersion()
      Returns "2.3"
    • getPID

      public PID getPID()
      Returns PID (Patient Identification) - creates it if necessary
    • getPD1

      public PD1 getPD1()
      Returns PD1 (Patient Demographic) - creates it if necessary
    • getMRG

      public MRG getMRG()
      Returns MRG (Merge patient information) - creates it if necessary
    • getPV1

      public PV1 getPV1()
      Returns PV1 (Patient visit) - creates it if necessary