public class DFT_P03 extends AbstractMessage
Represents a DFT_P03 message structure (see chapter ?). This structure contains the following elements:
log| Constructor and Description |
|---|
DFT_P03()
Creates a new DFT_P03 message with DefaultModelClassFactory.
|
DFT_P03(ModelClassFactory factory)
Creates a new DFT_P03 message with custom ModelClassFactory.
|
| Modifier and Type | Method and Description |
|---|---|
EVN |
getEVN()
Returns
EVN (EVENT TYPE) - creates it if necessary
|
FT1 |
getFT1()
Returns
the first repetition of
FT1 (FINANCIAL TRANSACTION) - creates it if necessary
|
FT1 |
getFT1(int rep)
Returns a specific repetition of
FT1 (FINANCIAL TRANSACTION) - creates it if necessary
|
List<FT1> |
getFT1All()
Returns a non-modifiable List containing all current existing repetitions of FT1.
|
int |
getFT1Reps()
Returns the number of existing repetitions of FT1
|
MSH |
getMSH()
Returns
MSH (MESSAGE HEADER) - creates it if necessary
|
PID |
getPID()
Returns
PID (PATIENT IDENTIFICATION) - creates it if necessary
|
PV1 |
getPV1()
Returns
PV1 (PATIENT VISIT) - creates it if necessary
|
String |
getVersion()
Returns "2.1"
|
void |
insertFT1(FT1 structure,
int rep)
Inserts a specific repetition of FT1 (FINANCIAL TRANSACTION)
|
FT1 |
insertFT1(int rep)
Inserts a specific repetition of FT1 (FINANCIAL TRANSACTION)
|
FT1 |
removeFT1(int rep)
Removes a specific repetition of FT1 (FINANCIAL TRANSACTION)
|
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 DFT_P03()
public DFT_P03(ModelClassFactory factory)
public String getVersion()
getVersion in interface MessagegetVersion in class AbstractMessagepublic FT1 getFT1()
public FT1 getFT1(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 getFT1Reps()
public List<FT1> getFT1All() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of FT1.
Note that unlike getFT1(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertFT1(FT1 structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public FT1 insertFT1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public FT1 removeFT1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#removeRepetition(String, int)Copyright © 2001-2012 University Health Network. All Rights Reserved.