public class RGR_RGR extends AbstractMessage
Represents a RGR_RGR message structure (see chapter 4). This structure contains the following elements:
log| Constructor and Description |
|---|
RGR_RGR()
Creates a new RGR_RGR message with DefaultModelClassFactory.
|
RGR_RGR(ModelClassFactory factory)
Creates a new RGR_RGR message with custom ModelClassFactory.
|
| Modifier and Type | Method and Description |
|---|---|
RGR_RGR_DEFINTION |
getDEFINTION()
Returns
the first repetition of
DEFINTION (a Group object) - creates it if necessary
|
RGR_RGR_DEFINTION |
getDEFINTION(int rep)
Returns a specific repetition of
DEFINTION (a Group object) - creates it if necessary
|
List<RGR_RGR_DEFINTION> |
getDEFINTIONAll()
Returns a non-modifiable List containing all current existing repetitions of DEFINTION.
|
int |
getDEFINTIONReps()
Returns the number of existing repetitions of DEFINTION
|
DSC |
getDSC()
Returns
DSC (Continuation Pointer) - creates it if necessary
|
ERR |
getERR()
Returns
ERR (Error) - creates it if necessary
|
MSA |
getMSA()
Returns
MSA (Message Acknowledgment) - creates it if necessary
|
MSH |
getMSH()
Returns
MSH (Message Header) - creates it if necessary
|
String |
getVersion()
Returns "2.4"
|
RGR_RGR_DEFINTION |
insertDEFINTION(int rep)
Inserts a specific repetition of DEFINTION (a Group object)
|
void |
insertDEFINTION(RGR_RGR_DEFINTION structure,
int rep)
Inserts a specific repetition of DEFINTION (a Group object)
|
RGR_RGR_DEFINTION |
removeDEFINTION(int rep)
Removes a specific repetition of DEFINTION (a Group object)
|
encode, generateACK, generateACK, getEncodingCharactersValue, getFieldSeparatorValue, getMessage, getParent, getParser, getValidationContext, initQuickstart, parse, printStructure, setParser, setValidationContext, toStringadd, 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, tryToInstantiateStructureclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNonstandardSegment, addNonstandardSegment, get, get, getAll, getClass, getNames, isGroup, isRepeating, isRequiredpublic RGR_RGR()
public RGR_RGR(ModelClassFactory factory)
public String getVersion()
getVersion in interface MessagegetVersion in class AbstractMessagepublic RGR_RGR_DEFINTION getDEFINTION()
public RGR_RGR_DEFINTION getDEFINTION(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 getDEFINTIONReps()
public List<RGR_RGR_DEFINTION> getDEFINTIONAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of DEFINTION.
Note that unlike getDEFINTION(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertDEFINTION(RGR_RGR_DEFINTION structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public RGR_RGR_DEFINTION insertDEFINTION(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public RGR_RGR_DEFINTION removeDEFINTION(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#removeRepetition(String, int)Copyright © 2001-2012 University Health Network. All Rights Reserved.