public class BloodLabMeasurements_TID3516 extends Template
| Constructor and Description |
|---|
BloodLabMeasurements_TID3516(SRTree objTree)
Instantiates a new BloodLabMeasurements_TID3516 Template.
|
| Modifier and Type | Method and Description |
|---|---|
Measurement_TID300 |
getMeasurement()
Retrieves Measurement
|
Quotation_TID1000 |
getObserverContext()
Retrieves Quotation
|
void |
setBloodLabMeasurements(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Blood lab measurements
|
void |
setProcedureSite(int[] arrPosition,
java.lang.Enum enumValue)
Sets value for Procedure site.
|
void |
setSpecimenType(int[] arrPosition,
EnumCM_BloodSourceType enumBloodSourceType)
Sets the value for Specimen Type.
|
public BloodLabMeasurements_TID3516(SRTree objTree)
objTree - Object of SRTree.public Measurement_TID300 getMeasurement()
public Quotation_TID1000 getObserverContext()
public void setBloodLabMeasurements(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setSpecimenType(int[] arrPosition,
EnumCM_BloodSourceType enumBloodSourceType)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumBloodSourceType - value for Blood Source Typepublic void setProcedureSite(int[] arrPosition,
java.lang.Enum enumValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumValue - This value can be one of the three Enum - EnumCM_ArterialSourceLocations, EnumVenousSourceLocations
EnumCM_AtrialSourceLocations, EnumVentricularSourceLocations,EnumGradientSourceLocations.