public class HemodynamicClinicalContext_TID3520 extends Template
| Constructor and Description |
|---|
HemodynamicClinicalContext_TID3520(SRTree objTree)
Instantiates a new HemodynamicClinicalContext_TID3520 Template.
|
| Modifier and Type | Method and Description |
|---|---|
RelativeTime_TID3521 |
getRelativeTime()
Retrieves Relative Time
|
void |
setClinicalContext(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Clinical Context
|
void |
setPatientState(int[] arrPosition,
EnumCM_HemodynamicPatientState enumHemodynamicPatientState)
Sets the value for Patient State.
|
void |
setPatientState(int[] arrPosition,
java.lang.String strPatientState)
Sets the value for Patient State
|
public HemodynamicClinicalContext_TID3520(SRTree objTree)
objTree - Object of SRTree.public RelativeTime_TID3521 getRelativeTime()
public void setClinicalContext(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setPatientState(int[] arrPosition,
EnumCM_HemodynamicPatientState enumHemodynamicPatientState)
arrPosition - arrPosition Identifier which shows the position of the node in the SR Tree.enumHemodynamicPatientState - Enum value for Hemodynamic Patient Statepublic void setPatientState(int[] arrPosition,
java.lang.String strPatientState)
arrPosition - Identifier which shows the position of the node in the SR Tree.strPatientState - String value for Patient State.