public class EHC_E12 extends AbstractMessage
Represents a EHC_E12 message structure (see chapter 16.3.7). This structure contains the following elements:
log| Constructor and Description |
|---|
EHC_E12()
Creates a new EHC_E12 message with DefaultModelClassFactory.
|
EHC_E12(ModelClassFactory factory)
Creates a new EHC_E12 message with custom ModelClassFactory.
|
| Modifier and Type | Method and Description |
|---|---|
CTD |
getCTD()
Returns
the first repetition of
CTD (Contact Data) - creates it if necessary
|
CTD |
getCTD(int rep)
Returns a specific repetition of
CTD (Contact Data) - creates it if necessary
|
List<CTD> |
getCTDAll()
Returns a non-modifiable List containing all current existing repetitions of CTD.
|
int |
getCTDReps()
Returns the number of existing repetitions of CTD
|
IVC |
getIVC()
Returns
IVC (Invoice Segment) - creates it if necessary
|
MSH |
getMSH()
Returns
MSH (Message Header) - creates it if necessary
|
PID |
getPID()
Returns
PID (Patient Identification) - creates it if necessary
|
PSG |
getPSG()
Returns
PSG (Product/Service Group) - creates it if necessary
|
PSL |
getPSL()
Returns
the first repetition of
PSL (Product/Service Line Item) - creates it if necessary
|
PSL |
getPSL(int rep)
Returns a specific repetition of
PSL (Product/Service Line Item) - creates it if necessary
|
List<PSL> |
getPSLAll()
Returns a non-modifiable List containing all current existing repetitions of PSL.
|
int |
getPSLReps()
Returns the number of existing repetitions of PSL
|
PSS |
getPSS()
Returns
PSS (Product/Service Section) - creates it if necessary
|
EHC_E12_REQUEST |
getREQUEST()
Returns
the first repetition of
REQUEST (a Group object) - creates it if necessary
|
EHC_E12_REQUEST |
getREQUEST(int rep)
Returns a specific repetition of
REQUEST (a Group object) - creates it if necessary
|
List<EHC_E12_REQUEST> |
getREQUESTAll()
Returns a non-modifiable List containing all current existing repetitions of REQUEST.
|
int |
getREQUESTReps()
Returns the number of existing repetitions of REQUEST
|
RFI |
getRFI()
Returns
RFI (Request for Information) - creates it if necessary
|
SFT |
getSFT()
Returns
the first repetition of
SFT (Software Segment) - creates it if necessary
|
SFT |
getSFT(int rep)
Returns a specific repetition of
SFT (Software Segment) - creates it if necessary
|
List<SFT> |
getSFTAll()
Returns a non-modifiable List containing all current existing repetitions of SFT.
|
int |
getSFTReps()
Returns the number of existing repetitions of SFT
|
UAC |
getUAC()
Returns
the first repetition of
UAC (User Authentication Credential Segment) - creates it if necessary
|
UAC |
getUAC(int rep)
Returns a specific repetition of
UAC (User Authentication Credential Segment) - creates it if necessary
|
List<UAC> |
getUACAll()
Returns a non-modifiable List containing all current existing repetitions of UAC.
|
int |
getUACReps()
Returns the number of existing repetitions of UAC
|
String |
getVersion()
Returns "2.6"
|
void |
insertCTD(CTD structure,
int rep)
Inserts a specific repetition of CTD (Contact Data)
|
CTD |
insertCTD(int rep)
Inserts a specific repetition of CTD (Contact Data)
|
PSL |
insertPSL(int rep)
Inserts a specific repetition of PSL (Product/Service Line Item)
|
void |
insertPSL(PSL structure,
int rep)
Inserts a specific repetition of PSL (Product/Service Line Item)
|
void |
insertREQUEST(EHC_E12_REQUEST structure,
int rep)
Inserts a specific repetition of REQUEST (a Group object)
|
EHC_E12_REQUEST |
insertREQUEST(int rep)
Inserts a specific repetition of REQUEST (a Group object)
|
SFT |
insertSFT(int rep)
Inserts a specific repetition of SFT (Software Segment)
|
void |
insertSFT(SFT structure,
int rep)
Inserts a specific repetition of SFT (Software Segment)
|
UAC |
insertUAC(int rep)
Inserts a specific repetition of UAC (User Authentication Credential Segment)
|
void |
insertUAC(UAC structure,
int rep)
Inserts a specific repetition of UAC (User Authentication Credential Segment)
|
CTD |
removeCTD(int rep)
Removes a specific repetition of CTD (Contact Data)
|
PSL |
removePSL(int rep)
Removes a specific repetition of PSL (Product/Service Line Item)
|
EHC_E12_REQUEST |
removeREQUEST(int rep)
Removes a specific repetition of REQUEST (a Group object)
|
SFT |
removeSFT(int rep)
Removes a specific repetition of SFT (Software Segment)
|
UAC |
removeUAC(int rep)
Removes a specific repetition of UAC (User Authentication Credential Segment)
|
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 EHC_E12()
public EHC_E12(ModelClassFactory factory)
public String getVersion()
getVersion in interface MessagegetVersion in class AbstractMessagepublic SFT getSFT()
public SFT getSFT(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 getSFTReps()
public List<SFT> getSFTAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of SFT.
Note that unlike getSFT(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertSFT(SFT structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SFT insertSFT(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SFT removeSFT(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#removeRepetition(String, int)public UAC getUAC()
public UAC getUAC(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 getUACReps()
public List<UAC> getUACAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of UAC.
Note that unlike getUAC(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertUAC(UAC structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public UAC insertUAC(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public UAC removeUAC(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#removeRepetition(String, int)public CTD getCTD()
public CTD getCTD(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 getCTDReps()
public List<CTD> getCTDAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of CTD.
Note that unlike getCTD(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertCTD(CTD structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public CTD insertCTD(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public CTD removeCTD(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#removeRepetition(String, int)public PSL getPSL()
public PSL getPSL(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 getPSLReps()
public List<PSL> getPSLAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of PSL.
Note that unlike getPSL(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertPSL(PSL structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public PSL insertPSL(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public PSL removePSL(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#removeRepetition(String, int)public EHC_E12_REQUEST getREQUEST()
public EHC_E12_REQUEST getREQUEST(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 getREQUESTReps()
public List<EHC_E12_REQUEST> getREQUESTAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of REQUEST.
Note that unlike getREQUEST(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertREQUEST(EHC_E12_REQUEST structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public EHC_E12_REQUEST insertREQUEST(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public EHC_E12_REQUEST removeREQUEST(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#removeRepetition(String, int)Copyright © 2001-2012 University Health Network. All Rights Reserved.