public class SpecimenObtained_TID3112 extends Template
| Constructor and Description |
|---|
SpecimenObtained_TID3112(SRTree objTree)
Instantiates a new SpecimenObtained_TID3112 Template.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectContextSpecimen_TID1009 |
getObjSubjectContextSpecimen_TID1009()
Retrieves the object of SubjectContextSpecimen_TID1009
|
void |
setPatientStatusOrEvent(int[] arrPosition,
EnumCM_SpecimenCollection enumSpecimenCollection)
Sets the value for Patient Status or Event.
|
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 SpecimenObtained_TID3112(SRTree objTree)
objTree - Object of SRTree.public void setPatientStatusOrEvent(int[] arrPosition,
EnumCM_SpecimenCollection enumSpecimenCollection)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumSpecimenCollection - value for Specimen Collectionpublic 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.public SubjectContextSpecimen_TID1009 getObjSubjectContextSpecimen_TID1009()