Class RSP_ZV2_QUERY_RESPONSE
- 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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class ca.uhn.hl7v2.model.AbstractStructure
log
-
-
Constructor Summary
Constructors Constructor Description RSP_ZV2_QUERY_RESPONSE(Group parent, ModelClassFactory factory)
Creates a new RSP_ZV2_QUERY_RESPONSE Group.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ca.uhn.hl7v2.model.v25.segment.PD1
getPD1()
Returns PD1 (Patient Additional Demographic) - creates it if necessaryca.uhn.hl7v2.model.v25.segment.PID
getPID()
Returns PID (Patient Identification) - creates it if necessaryca.uhn.hl7v2.model.v25.segment.PV1
getPV1()
Returns PV1 - creates it if necessaryca.uhn.hl7v2.model.v25.segment.PV2
getPV2()
Returns PV2 - creates it if necessaryca.uhn.hl7v2.model.v25.segment.QRI
getQRI()
Returns QRI (Query Response Instance) - creates it if necessary-
Methods inherited from class ca.uhn.hl7v2.model.AbstractGroup
accept, add, add, add, addNonstandardSegment, addNonstandardSegment, clear, currentReps, get, get, getAll, getAllAsList, getClass, getFieldNumForName, getModelClassFactory, getName, getNames, getNonStandardNames, getReps, getTyped, getTyped, insert, insert, insertRepetition, insertRepetition, isChoiceElement, isEmpty, isGroup, isRepeating, isRequired, provideLocation, removeRepetition, tryToInstantiateStructure, visitNestedStructures
-
Methods inherited from class ca.uhn.hl7v2.model.AbstractStructure
getMessage, getParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ca.uhn.hl7v2.model.Structure
getMessage, getParent
-
-
-
-
Constructor Detail
-
RSP_ZV2_QUERY_RESPONSE
public RSP_ZV2_QUERY_RESPONSE(Group parent, ModelClassFactory factory)
Creates a new RSP_ZV2_QUERY_RESPONSE Group.
-
-
Method Detail
-
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
-
-