public class ADT_A45 extends AbstractMessage
Represents a ADT_A45 message structure (see chapter 3). This structure contains the following elements:
log| Constructor and Description |
|---|
ADT_A45()
Creates a new ADT_A45 message with DefaultModelClassFactory.
|
ADT_A45(ModelClassFactory factory)
Creates a new ADT_A45 message with custom ModelClassFactory.
|
| Modifier and Type | Method and Description |
|---|---|
EVN |
getEVN()
Returns
EVN (Event Type) - creates it if necessary
|
ADT_A45_MERGE_INFO |
getMERGE_INFO()
Returns
the first repetition of
MERGE_INFO (a Group object) - creates it if necessary
|
ADT_A45_MERGE_INFO |
getMERGE_INFO(int rep)
Returns a specific repetition of
MERGE_INFO (a Group object) - creates it if necessary
|
List<ADT_A45_MERGE_INFO> |
getMERGE_INFOAll()
Returns a non-modifiable List containing all current existing repetitions of MERGE_INFO.
|
int |
getMERGE_INFOReps()
Returns the number of existing repetitions of MERGE_INFO
|
MSH |
getMSH()
Returns
MSH (Message Header) - creates it if necessary
|
PD1 |
getPD1()
Returns
PD1 (patient additional demographic) - creates it if necessary
|
PID |
getPID()
Returns
PID (Patient identification) - creates it if necessary
|
String |
getVersion()
Returns "2.4"
|
void |
insertMERGE_INFO(ADT_A45_MERGE_INFO structure,
int rep)
Inserts a specific repetition of MERGE_INFO (a Group object)
|
ADT_A45_MERGE_INFO |
insertMERGE_INFO(int rep)
Inserts a specific repetition of MERGE_INFO (a Group object)
|
ADT_A45_MERGE_INFO |
removeMERGE_INFO(int rep)
Removes a specific repetition of MERGE_INFO (a Group object)
|
accept, 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, provideLocation, removeRepetition, tryToInstantiateStructure, visitNestedStructuresclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddNonstandardSegment, addNonstandardSegment, get, get, getAll, getClass, getNames, isChoiceElement, isGroup, isRepeating, isRequiredisEmpty, provideLocationpublic ADT_A45()
public ADT_A45(ModelClassFactory factory)
public String getVersion()
getVersion in interface MessagegetVersion in class AbstractMessagepublic ADT_A45_MERGE_INFO getMERGE_INFO()
Returns the first repetition of MERGE_INFO (a Group object) - creates it if necessary
public ADT_A45_MERGE_INFO getMERGE_INFO(int rep)
Returns a specific repetition of MERGE_INFO (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 getMERGE_INFOReps()
Returns the number of existing repetitions of MERGE_INFO
public List<ADT_A45_MERGE_INFO> getMERGE_INFOAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of MERGE_INFO.
Note that unlike getMERGE_INFO(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertMERGE_INFO(ADT_A45_MERGE_INFO structure, int rep) throws HL7Exception
Inserts a specific repetition of MERGE_INFO (a Group object)
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public ADT_A45_MERGE_INFO insertMERGE_INFO(int rep) throws HL7Exception
Inserts a specific repetition of MERGE_INFO (a Group object)
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public ADT_A45_MERGE_INFO removeMERGE_INFO(int rep) throws HL7Exception
Removes a specific repetition of MERGE_INFO (a Group object)
HL7ExceptionAbstractGroup.removeRepetition(String, int)Copyright © 2001-2014 University Health Network. All Rights Reserved.