public class RGV_O01_ORDER extends AbstractGroup
Represents a RGV_O01_ORDER 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:
log| Constructor and Description |
|---|
RGV_O01_ORDER(Group parent,
ModelClassFactory factory)
Creates a new RGV_O01_ORDER group
|
| Modifier and Type | Method and Description |
|---|---|
RGV_O01_ENCODING |
getENCODING()
Returns
ENCODING (a Group object) - creates it if necessary
|
RGV_O01_GIVE |
getGIVE()
Returns
the first repetition of
GIVE (a Group object) - creates it if necessary
|
RGV_O01_GIVE |
getGIVE(int rep)
Returns a specific repetition of
GIVE (a Group object) - creates it if necessary
|
List<RGV_O01_GIVE> |
getGIVEAll()
Returns a non-modifiable List containing all current existing repetitions of GIVE.
|
int |
getGIVEReps()
Returns the number of existing repetitions of GIVE
|
ORC |
getORC()
Returns
ORC (Common order segment) - creates it if necessary
|
RGV_O01_ORDER_DETAIL |
getORDER_DETAIL()
Returns
ORDER_DETAIL (a Group object) - creates it if necessary
|
String |
getVersion()
Returns "2.3"
|
RGV_O01_GIVE |
insertGIVE(int rep)
Inserts a specific repetition of GIVE (a Group object)
|
void |
insertGIVE(RGV_O01_GIVE structure,
int rep)
Inserts a specific repetition of GIVE (a Group object)
|
RGV_O01_GIVE |
removeGIVE(int rep)
Removes a specific repetition of GIVE (a Group object)
|
add, add, addNonstandardSegment, addNonstandardSegment, clear, currentReps, get, get, getAll, getAllAsList, getClass, getFieldNumForName, getModelClassFactory, getName, getNames, getNonStandardNames, getReps, getTyped, getTyped, insert, insertRepetition, insertRepetition, isGroup, isRepeating, isRequired, removeRepetition, tryToInstantiateStructuregetMessage, getParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMessage, getParentpublic RGV_O01_ORDER(Group parent, ModelClassFactory factory)
public String getVersion()
public RGV_O01_ORDER_DETAIL getORDER_DETAIL()
public RGV_O01_ENCODING getENCODING()
public RGV_O01_GIVE getGIVE()
public RGV_O01_GIVE getGIVE(int rep)
rep - The repetition index (0-indexed, i.e. the first repetition is at index 0)HL7Exception - if the repetition requested is more than one
greater than the number of existing repetitions.public int getGIVEReps()
public List<RGV_O01_GIVE> getGIVEAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of GIVE.
Note that unlike getGIVE(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertGIVE(RGV_O01_GIVE structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public RGV_O01_GIVE insertGIVE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public RGV_O01_GIVE removeGIVE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup.removeRepetition(String, int)Copyright © 2001-2012 University Health Network. All Rights Reserved.