public class SRM_S01 extends AbstractMessage
Represents a SRM_S01 message structure (see chapter 10.3). 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 (Appointment Preferences) - creates it if necessary
|
ARQ |
getARQ()
Returns
ARQ (Appointment Request) - creates it if necessary
|
MSH |
getMSH()
Returns
MSH (Message Header) - creates it if necessary
|
NTE |
getNTE()
Returns
the first repetition of
NTE (Notes and Comments) - creates it if necessary
|
NTE |
getNTE(int rep)
Returns a specific repetition of
NTE (Notes and Comments) - 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_PATIENT |
getPATIENT()
Returns
the first repetition of
PATIENT (a Group object) - creates it if necessary
|
SRM_S01_PATIENT |
getPATIENT(int rep)
Returns a specific repetition of
PATIENT (a Group object) - creates it if necessary
|
List<SRM_S01_PATIENT> |
getPATIENTAll()
Returns a non-modifiable List containing all current existing repetitions of PATIENT.
|
int |
getPATIENTReps()
Returns the number of existing repetitions of PATIENT
|
SRM_S01_RESOURCES |
getRESOURCES()
Returns
the first repetition of
RESOURCES (a Group object) - creates it if necessary
|
SRM_S01_RESOURCES |
getRESOURCES(int rep)
Returns a specific repetition of
RESOURCES (a Group object) - creates it if necessary
|
List<SRM_S01_RESOURCES> |
getRESOURCESAll()
Returns a non-modifiable List containing all current existing repetitions of RESOURCES.
|
int |
getRESOURCESReps()
Returns the number of existing repetitions of RESOURCES
|
String |
getVersion()
Returns "2.8.1"
|
NTE |
insertNTE(int rep)
Inserts a specific repetition of NTE (Notes and Comments)
|
void |
insertNTE(NTE structure,
int rep)
Inserts a specific repetition of NTE (Notes and Comments)
|
SRM_S01_PATIENT |
insertPATIENT(int rep)
Inserts a specific repetition of PATIENT (a Group object)
|
void |
insertPATIENT(SRM_S01_PATIENT structure,
int rep)
Inserts a specific repetition of PATIENT (a Group object)
|
SRM_S01_RESOURCES |
insertRESOURCES(int rep)
Inserts a specific repetition of RESOURCES (a Group object)
|
void |
insertRESOURCES(SRM_S01_RESOURCES structure,
int rep)
Inserts a specific repetition of RESOURCES (a Group object)
|
NTE |
removeNTE(int rep)
Removes a specific repetition of NTE (Notes and Comments)
|
SRM_S01_PATIENT |
removePATIENT(int rep)
Removes a specific repetition of PATIENT (a Group object)
|
SRM_S01_RESOURCES |
removeRESOURCES(int rep)
Removes a specific repetition of RESOURCES (a Group object)
|
accept, encode, fillResponseHeader, generateACK, generateACK, generateACK, getEncodingCharactersValue, getFieldSeparatorValue, getMessage, getParent, getParser, getValidationContext, initQuickstart, parse, printStructure, printStructure, setParser, toString
add, 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, visitNestedStructures
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addNonstandardSegment, addNonstandardSegment, get, get, getAll, getClass, getNames, isChoiceElement, isGroup, isRepeating, isRequired
isEmpty, provideLocation
public SRM_S01()
public SRM_S01(ModelClassFactory factory)
public String getVersion()
getVersion
in interface Message
getVersion
in class AbstractMessage
public NTE getNTE()
Returns the first repetition of NTE (Notes and Comments) - creates it if necessary
public NTE getNTE(int rep)
Returns a specific repetition of NTE (Notes and Comments) - 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 getNTEReps()
Returns the number of existing repetitions of NTE
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.
HL7Exception
public void insertNTE(NTE structure, int rep) throws HL7Exception
Inserts a specific repetition of NTE (Notes and Comments)
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public NTE insertNTE(int rep) throws HL7Exception
Inserts a specific repetition of NTE (Notes and Comments)
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public NTE removeNTE(int rep) throws HL7Exception
Removes a specific repetition of NTE (Notes and Comments)
HL7Exception
AbstractGroup.removeRepetition(String, int)
public SRM_S01_PATIENT getPATIENT()
Returns the first repetition of PATIENT (a Group object) - creates it if necessary
public SRM_S01_PATIENT getPATIENT(int rep)
Returns a specific repetition of PATIENT (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 getPATIENTReps()
Returns the number of existing repetitions of PATIENT
public List<SRM_S01_PATIENT> getPATIENTAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of PATIENT.
Note that unlike getPATIENT()
, this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exception
public void insertPATIENT(SRM_S01_PATIENT structure, int rep) throws HL7Exception
Inserts a specific repetition of PATIENT (a Group object)
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public SRM_S01_PATIENT insertPATIENT(int rep) throws HL7Exception
Inserts a specific repetition of PATIENT (a Group object)
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public SRM_S01_PATIENT removePATIENT(int rep) throws HL7Exception
Removes a specific repetition of PATIENT (a Group object)
HL7Exception
AbstractGroup.removeRepetition(String, int)
public SRM_S01_RESOURCES getRESOURCES()
Returns the first repetition of RESOURCES (a Group object) - creates it if necessary
public SRM_S01_RESOURCES getRESOURCES(int rep)
Returns a specific repetition of RESOURCES (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 getRESOURCESReps()
Returns the number of existing repetitions of RESOURCES
public List<SRM_S01_RESOURCES> getRESOURCESAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of RESOURCES.
Note that unlike getRESOURCES()
, this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exception
public void insertRESOURCES(SRM_S01_RESOURCES structure, int rep) throws HL7Exception
Inserts a specific repetition of RESOURCES (a Group object)
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public SRM_S01_RESOURCES insertRESOURCES(int rep) throws HL7Exception
Inserts a specific repetition of RESOURCES (a Group object)
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public SRM_S01_RESOURCES removeRESOURCES(int rep) throws HL7Exception
Removes a specific repetition of RESOURCES (a Group object)
HL7Exception
AbstractGroup.removeRepetition(String, int)
Copyright © 2001–2017 University Health Network. All rights reserved.