Package ca.uhn.hl7v2.model.v22.group
Class ORR_O02_ORDER_DETAIL
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractGroup
ca.uhn.hl7v2.model.v22.group.ORR_O02_ORDER_DETAIL
- All Implemented Interfaces:
Group,Structure,Visitable,Serializable
Represents a ORR_O02_ORDER_DETAIL 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: OBR (OBSERVATION REQUEST) choice
- 2: RQD (REQUISITION DETAIL) choice
- 3: RQ1 (REQUISITION DETAIL-!) choice
- 4: RXO (PHARMACY PRESCRIPTION ORDER) choice
- 5: ODS (DIETARY ORDERS, SUPPLEMENTS, and PREFERENCES) choice
- 6: ODT (DIET TRAY INSTRUCTION) choice
Note that this structure has "choice" elements. This means that one of the structures above marked as "choice" must be present, but no more than one.
- See Also:
-
Field Summary
Fields inherited from class ca.uhn.hl7v2.model.AbstractStructure
log -
Constructor Summary
ConstructorsConstructorDescriptionORR_O02_ORDER_DETAIL(Group parent, ModelClassFactory factory) Creates a new ORR_O02_ORDER_DETAIL group -
Method Summary
Modifier and TypeMethodDescriptiongetOBR()Returns OBR (OBSERVATION REQUEST) - creates it if necessarygetODS()Returns ODS (DIETARY ORDERS, SUPPLEMENTS, and PREFERENCES) - creates it if necessarygetODT()Returns ODT (DIET TRAY INSTRUCTION) - creates it if necessarygetRQ1()Returns RQ1 (REQUISITION DETAIL-!) - creates it if necessarygetRQD()Returns RQD (REQUISITION DETAIL) - creates it if necessarygetRXO()Returns RXO (PHARMACY PRESCRIPTION ORDER) - creates it if necessaryReturns "2.2"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, visitNestedStructuresMethods inherited from class ca.uhn.hl7v2.model.AbstractStructure
getMessage, getParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Structure
getMessage, getParent
-
Constructor Details
-
ORR_O02_ORDER_DETAIL
Creates a new ORR_O02_ORDER_DETAIL group
-
-
Method Details
-
getVersion
Returns "2.2" -
getOBR
Returns OBR (OBSERVATION REQUEST) - creates it if necessary -
getRQD
Returns RQD (REQUISITION DETAIL) - creates it if necessary -
getRQ1
Returns RQ1 (REQUISITION DETAIL-!) - creates it if necessary -
getRXO
Returns RXO (PHARMACY PRESCRIPTION ORDER) - creates it if necessary -
getODS
Returns ODS (DIETARY ORDERS, SUPPLEMENTS, and PREFERENCES) - creates it if necessary -
getODT
Returns ODT (DIET TRAY INSTRUCTION) - creates it if necessary
-