java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractGroup
org.openehealth.ipf.commons.ihe.hl7v2.definitions.pdq.v25.group.RSP_ZV2_QUERY_RESPONSE
All Implemented Interfaces:
Group, Structure, Visitable, Serializable

public class RSP_ZV2_QUERY_RESPONSE extends AbstractGroup
Represents the RSP_ZV2_QUERY_RESPONSE group as described in ITI TF Vol. 2a, pages 219-220.

This Group contains the following elements:

0: PID
1: PD1 optional
2: PV1
3: PV2 optional
4: QRI optional

See Also:
  • Constructor Details

    • RSP_ZV2_QUERY_RESPONSE

      public RSP_ZV2_QUERY_RESPONSE(Group parent, ModelClassFactory factory)
      Creates a new RSP_ZV2_QUERY_RESPONSE Group.
  • Method Details

    • getPID

      public ca.uhn.hl7v2.model.v25.segment.PID getPID()
      Returns PID (Patient Identification) - creates it if necessary
    • getPD1

      public ca.uhn.hl7v2.model.v25.segment.PD1 getPD1()
      Returns PD1 (Patient Additional Demographic) - creates it if necessary
    • getPV1

      public ca.uhn.hl7v2.model.v25.segment.PV1 getPV1()
      Returns PV1 - creates it if necessary
    • getPV2

      public ca.uhn.hl7v2.model.v25.segment.PV2 getPV2()
      Returns PV2 - creates it if necessary
    • getQRI

      public ca.uhn.hl7v2.model.v25.segment.QRI getQRI()
      Returns QRI (Query Response Instance) - creates it if necessary