public class ORR_O02 extends AbstractMessage
Represents a ORR_O02 message structure (see chapter ?). This structure contains the following elements:
log| Constructor and Description |
|---|
ORR_O02()
Creates a new ORR_O02 message with DefaultModelClassFactory.
|
ORR_O02(ModelClassFactory factory)
Creates a new ORR_O02 message with custom ModelClassFactory.
|
| Modifier and Type | Method and Description |
|---|---|
MSA |
getMSA()
Returns
MSA (MESSAGE ACKNOWLEDGMENT) - creates it if necessary
|
MSH |
getMSH()
Returns
MSH (MESSAGE HEADER) - creates it if necessary
|
NTE |
getNTE()
Returns
the first repetition of
NTE (NOTES AND COMMENTS) - creates it if necessary
|
NTE |
getNTE(int rep)
Returns a specific repetition of
NTE (NOTES AND COMMENTS) - creates it if necessary
|
List<NTE> |
getNTEAll()
Returns a non-modifiable List containing all current existing repetitions of NTE.
|
int |
getNTEReps()
Returns the number of existing repetitions of NTE
|
ORR_O02_PATIENT |
getPATIENT()
Returns
PATIENT (a Group object) - creates it if necessary
|
String |
getVersion()
Returns "2.1"
|
NTE |
insertNTE(int rep)
Inserts a specific repetition of NTE (NOTES AND COMMENTS)
|
void |
insertNTE(NTE structure,
int rep)
Inserts a specific repetition of NTE (NOTES AND COMMENTS)
|
NTE |
removeNTE(int rep)
Removes a specific repetition of NTE (NOTES AND COMMENTS)
|
accept, encode, fillResponseHeader, generateACK, generateACK, generateACK, getEncodingCharactersValue, getFieldSeparatorValue, getMessage, getParent, getParser, getValidationContext, initQuickstart, parse, printStructure, printStructure, setParser, toStringadd, 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, visitNestedStructuresclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNonstandardSegment, addNonstandardSegment, get, get, getAll, getClass, getNames, isChoiceElement, isGroup, isRepeating, isRequiredisEmpty, provideLocationpublic ORR_O02()
public ORR_O02(ModelClassFactory factory)
public String getVersion()
getVersion in interface MessagegetVersion in class AbstractMessagepublic NTE getNTE()
Returns the first repetition of NTE (NOTES AND COMMENTS) - creates it if necessary
public NTE getNTE(int rep)
Returns a specific repetition of NTE (NOTES AND COMMENTS) - creates it if necessary
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 getNTEReps()
Returns the number of existing repetitions of NTE
public List<NTE> getNTEAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of NTE.
Note that unlike getNTE(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertNTE(NTE structure, int rep) throws HL7Exception
Inserts a specific repetition of NTE (NOTES AND COMMENTS)
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public NTE insertNTE(int rep) throws HL7Exception
Inserts a specific repetition of NTE (NOTES AND COMMENTS)
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public NTE removeNTE(int rep) throws HL7Exception
Removes a specific repetition of NTE (NOTES AND COMMENTS)
HL7ExceptionAbstractGroup.removeRepetition(String, int)public ORR_O02_PATIENT getPATIENT()
Returns PATIENT (a Group object) - creates it if necessary
Copyright © 2001–2017 University Health Network. All rights reserved.