public class SRM_S01 extends AbstractMessage
Represents a SRM_S01 message structure (see chapter ${chapter}). This structure contains the following elements:
log| Constructor and Description |
|---|
SRM_S01()
Creates a new SRM_S01 message with DefaultModelClassFactory.
|
SRM_S01(ModelClassFactory factory)
Creates a new SRM_S01 message with custom ModelClassFactory.
|
| Modifier and Type | Method and Description |
|---|---|
APR |
getAPR()
Returns
APR (APR - appointment preferences segment) - creates it if necessary
|
ARQ |
getARQ()
Returns
ARQ (ARQ - appointment request segment) - creates it if necessary
|
MSH |
getMSH()
Returns
MSH (MSH - message header segment) - creates it if necessary
|
NTE |
getNTE()
Returns
the first repetition of
NTE (NTE - notes and comments segment) - creates it if necessary
|
NTE |
getNTE(int rep)
Returns a specific repetition of
NTE (NTE - notes and comments segment) - 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
|
SRM_S01_PIDPV1PV2OBXDG1 |
getPIDPV1PV2OBXDG1()
Returns
the first repetition of
PIDPV1PV2OBXDG1 (a Group object) - creates it if necessary
|
SRM_S01_PIDPV1PV2OBXDG1 |
getPIDPV1PV2OBXDG1(int rep)
Returns a specific repetition of
PIDPV1PV2OBXDG1 (a Group object) - creates it if necessary
|
List<SRM_S01_PIDPV1PV2OBXDG1> |
getPIDPV1PV2OBXDG1All()
Returns a non-modifiable List containing all current existing repetitions of PIDPV1PV2OBXDG1.
|
int |
getPIDPV1PV2OBXDG1Reps()
Returns the number of existing repetitions of PIDPV1PV2OBXDG1
|
SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE |
getRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE()
Returns
the first repetition of
RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE (a Group object) - creates it if necessary
|
SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE |
getRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE(int rep)
Returns a specific repetition of
RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE (a Group object) - creates it if necessary
|
List<SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE> |
getRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTEAll()
Returns a non-modifiable List containing all current existing repetitions of RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE.
|
int |
getRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTEReps()
Returns the number of existing repetitions of RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE
|
String |
getVersion()
Returns "2.3.1"
|
NTE |
insertNTE(int rep)
Inserts a specific repetition of NTE (NTE - notes and comments segment)
|
void |
insertNTE(NTE structure,
int rep)
Inserts a specific repetition of NTE (NTE - notes and comments segment)
|
SRM_S01_PIDPV1PV2OBXDG1 |
insertPIDPV1PV2OBXDG1(int rep)
Inserts a specific repetition of PIDPV1PV2OBXDG1 (a Group object)
|
void |
insertPIDPV1PV2OBXDG1(SRM_S01_PIDPV1PV2OBXDG1 structure,
int rep)
Inserts a specific repetition of PIDPV1PV2OBXDG1 (a Group object)
|
SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE |
insertRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE(int rep)
Inserts a specific repetition of RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE (a Group object)
|
void |
insertRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE(SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE structure,
int rep)
Inserts a specific repetition of RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE (a Group object)
|
NTE |
removeNTE(int rep)
Removes a specific repetition of NTE (NTE - notes and comments segment)
|
SRM_S01_PIDPV1PV2OBXDG1 |
removePIDPV1PV2OBXDG1(int rep)
Removes a specific repetition of PIDPV1PV2OBXDG1 (a Group object)
|
SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE |
removeRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE(int rep)
Removes a specific repetition of RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE (a Group object)
|
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 SRM_S01()
public SRM_S01(ModelClassFactory factory)
public String getVersion()
getVersion in interface MessagegetVersion in class AbstractMessagepublic ARQ getARQ()
public APR getAPR()
public NTE getNTE()
public NTE getNTE(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 getNTEReps()
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
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public NTE insertNTE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public NTE removeNTE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#removeRepetition(String, int)public SRM_S01_PIDPV1PV2OBXDG1 getPIDPV1PV2OBXDG1()
public SRM_S01_PIDPV1PV2OBXDG1 getPIDPV1PV2OBXDG1(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 getPIDPV1PV2OBXDG1Reps()
public List<SRM_S01_PIDPV1PV2OBXDG1> getPIDPV1PV2OBXDG1All() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of PIDPV1PV2OBXDG1.
Note that unlike getPIDPV1PV2OBXDG1(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertPIDPV1PV2OBXDG1(SRM_S01_PIDPV1PV2OBXDG1 structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SRM_S01_PIDPV1PV2OBXDG1 insertPIDPV1PV2OBXDG1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SRM_S01_PIDPV1PV2OBXDG1 removePIDPV1PV2OBXDG1(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#removeRepetition(String, int)public SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE getRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE()
public SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE getRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE(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 getRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTEReps()
public List<SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE> getRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTEAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE.
Note that unlike getRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE(), this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exceptionpublic void insertRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE(SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE structure, int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE insertRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#insertRepetition(Structure, int)public SRM_S01_RGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE removeRGSAISAPRNTEAIGAPRNTEAILAPRNTEAIPAPRNTE(int rep) throws HL7Exception
HL7ExceptionAbstractGroup#removeRepetition(String, int)Copyright © 2001-2012 University Health Network. All Rights Reserved.