public class RSP_K25 extends AbstractMessage
Represents a RSP_K25 message structure (see chapter 15). This structure contains the following elements:
log| Constructor and Description |
|---|
RSP_K25()
Creates a new RSP_K25 message with DefaultModelClassFactory.
|
RSP_K25(ModelClassFactory factory)
Creates a new RSP_K25 message with custom ModelClassFactory.
|
| Modifier and Type | Method and Description |
|---|---|
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
|
QAK |
getQAK()
Returns
QAK (Query Acknowledgment) - creates it if necessary
|
QPD |
getQPD()
Returns
QPD (Query Parameter Definition) - creates it if necessary
|
RCP |
getRCP()
Returns
RCP (Response Control Parameter) - creates it if necessary
|
RSP_K25_STAFF |
getSTAFF()
Returns
the first repetition of
STAFF (a Group object) - creates it if necessary
|
RSP_K25_STAFF |
getSTAFF(int rep)
Returns a specific repetition of
STAFF (a Group object) - creates it if necessary
|
List<RSP_K25_STAFF> |
getSTAFFAll()
Returns a non-modifiable List containing all current existing repetitions of STAFF.
|
int |
getSTAFFReps()
Returns the number of existing repetitions of STAFF
|
String |
getVersion()
Returns "2.4"
|
RSP_K25_STAFF |
insertSTAFF(int rep)
Inserts a specific repetition of STAFF (a Group object)
|
void |
insertSTAFF(RSP_K25_STAFF structure,
int rep)
Inserts a specific repetition of STAFF (a Group object)
|
RSP_K25_STAFF |
removeSTAFF(int rep)
Removes a specific repetition of STAFF (a Group object)
|
encode, fillResponseHeader, generateACK, generateACK, generateACK, getEncodingCharactersValue, getFieldSeparatorValue, getMessage, getParent, getParser, getValidationContext, initQuickstart, parse, printStructure, printStructure, setParser, setValidationContext, 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, removeRepetition, tryToInstantiateStructureclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNonstandardSegment, addNonstandardSegment, get, get, getAll, getClass, getNames, isChoiceElement, isGroup, isRepeating, isRequiredpublic RSP_K25()
public RSP_K25(ModelClassFactory factory)
public String getVersion()
getVersion in interface MessagegetVersion in class AbstractMessagepublic RSP_K25_STAFF getSTAFF()
Returns the first repetition of STAFF (a Group object) - creates it if necessary
public RSP_K25_STAFF getSTAFF(int rep)
Returns a specific repetition of STAFF (a Group object) - 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 getSTAFFReps()
Returns the number of existing repetitions of STAFF
public List<RSP_K25_STAFF> getSTAFFAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of STAFF.
Note that unlike getSTAFF(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertSTAFF(RSP_K25_STAFF structure, int rep) throws HL7Exception
Inserts a specific repetition of STAFF (a Group object)
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public RSP_K25_STAFF insertSTAFF(int rep) throws HL7Exception
Inserts a specific repetition of STAFF (a Group object)
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public RSP_K25_STAFF removeSTAFF(int rep) throws HL7Exception
Removes a specific repetition of STAFF (a Group object)
HL7ExceptionAbstractGroup.removeRepetition(String, int)Copyright © 2001-2013 University Health Network. All Rights Reserved.