public class OUL_R24_PATIENT extends AbstractGroup
Represents a OUL_R24_PATIENT group structure (a Group object). A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:
log
Constructor and Description |
---|
OUL_R24_PATIENT(Group parent,
ModelClassFactory factory)
Creates a new OUL_R24_PATIENT group
|
Modifier and Type | Method and Description |
---|---|
ARV |
getARV()
Returns
the first repetition of
ARV (Access Restriction) - creates it if necessary
|
ARV |
getARV(int rep)
Returns a specific repetition of
ARV (Access Restriction) - creates it if necessary
|
List<ARV> |
getARVAll()
Returns a non-modifiable List containing all current existing repetitions of ARV.
|
int |
getARVReps()
Returns the number of existing repetitions of ARV
|
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
|
OUL_R24_PATIENT_OBSERVATION |
getPATIENT_OBSERVATION()
Returns
the first repetition of
PATIENT_OBSERVATION (a Group object) - creates it if necessary
|
OUL_R24_PATIENT_OBSERVATION |
getPATIENT_OBSERVATION(int rep)
Returns a specific repetition of
PATIENT_OBSERVATION (a Group object) - creates it if necessary
|
List<OUL_R24_PATIENT_OBSERVATION> |
getPATIENT_OBSERVATIONAll()
Returns a non-modifiable List containing all current existing repetitions of PATIENT_OBSERVATION.
|
int |
getPATIENT_OBSERVATIONReps()
Returns the number of existing repetitions of PATIENT_OBSERVATION
|
PD1 |
getPD1()
Returns
PD1 (Patient Additional Demographic) - creates it if necessary
|
PID |
getPID()
Returns
PID (Patient Identification) - creates it if necessary
|
PRT |
getPRT()
Returns
the first repetition of
PRT (Participation Information) - creates it if necessary
|
PRT |
getPRT(int rep)
Returns a specific repetition of
PRT (Participation Information) - creates it if necessary
|
List<PRT> |
getPRTAll()
Returns a non-modifiable List containing all current existing repetitions of PRT.
|
int |
getPRTReps()
Returns the number of existing repetitions of PRT
|
String |
getVersion()
Returns "2.8.1"
|
OUL_R24_VISIT |
getVISIT()
Returns
VISIT (a Group object) - creates it if necessary
|
void |
insertARV(ARV structure,
int rep)
Inserts a specific repetition of ARV (Access Restriction)
|
ARV |
insertARV(int rep)
Inserts a specific repetition of ARV (Access Restriction)
|
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)
|
OUL_R24_PATIENT_OBSERVATION |
insertPATIENT_OBSERVATION(int rep)
Inserts a specific repetition of PATIENT_OBSERVATION (a Group object)
|
void |
insertPATIENT_OBSERVATION(OUL_R24_PATIENT_OBSERVATION structure,
int rep)
Inserts a specific repetition of PATIENT_OBSERVATION (a Group object)
|
PRT |
insertPRT(int rep)
Inserts a specific repetition of PRT (Participation Information)
|
void |
insertPRT(PRT structure,
int rep)
Inserts a specific repetition of PRT (Participation Information)
|
ARV |
removeARV(int rep)
Removes a specific repetition of ARV (Access Restriction)
|
NTE |
removeNTE(int rep)
Removes a specific repetition of NTE (Notes and Comments)
|
OUL_R24_PATIENT_OBSERVATION |
removePATIENT_OBSERVATION(int rep)
Removes a specific repetition of PATIENT_OBSERVATION (a Group object)
|
PRT |
removePRT(int rep)
Removes a specific repetition of PRT (Participation Information)
|
accept, 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
getMessage, getParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMessage, getParent
public OUL_R24_PATIENT(Group parent, ModelClassFactory factory)
public String getVersion()
public PRT getPRT()
public PRT getPRT(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 getPRTReps()
public List<PRT> getPRTAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of PRT.
Note that unlike getPRT()
, this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exception
public void insertPRT(PRT structure, int rep) throws HL7Exception
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public PRT insertPRT(int rep) throws HL7Exception
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public PRT removePRT(int rep) throws HL7Exception
HL7Exception
AbstractGroup.removeRepetition(String, int)
public ARV getARV()
public ARV getARV(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 getARVReps()
public List<ARV> getARVAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of ARV.
Note that unlike getARV()
, this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exception
public void insertARV(ARV structure, int rep) throws HL7Exception
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public ARV insertARV(int rep) throws HL7Exception
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public ARV removeARV(int rep) throws HL7Exception
HL7Exception
AbstractGroup.removeRepetition(String, int)
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.
HL7Exception
public void insertNTE(NTE structure, int rep) throws HL7Exception
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public NTE insertNTE(int rep) throws HL7Exception
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public NTE removeNTE(int rep) throws HL7Exception
HL7Exception
AbstractGroup.removeRepetition(String, int)
public OUL_R24_PATIENT_OBSERVATION getPATIENT_OBSERVATION()
public OUL_R24_PATIENT_OBSERVATION getPATIENT_OBSERVATION(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 getPATIENT_OBSERVATIONReps()
public List<OUL_R24_PATIENT_OBSERVATION> getPATIENT_OBSERVATIONAll() throws HL7Exception
Returns a non-modifiable List containing all current existing repetitions of PATIENT_OBSERVATION.
Note that unlike getPATIENT_OBSERVATION()
, this method will not create any reps
if none are already present, so an empty list may be returned.
HL7Exception
public void insertPATIENT_OBSERVATION(OUL_R24_PATIENT_OBSERVATION structure, int rep) throws HL7Exception
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public OUL_R24_PATIENT_OBSERVATION insertPATIENT_OBSERVATION(int rep) throws HL7Exception
HL7Exception
AbstractGroup#insertRepetition(Structure, int)
public OUL_R24_PATIENT_OBSERVATION removePATIENT_OBSERVATION(int rep) throws HL7Exception
HL7Exception
AbstractGroup.removeRepetition(String, int)
public OUL_R24_VISIT getVISIT()
Copyright © 2001–2017 University Health Network. All rights reserved.