public class ProjectionXRayRadiationDose_TID10001 extends Template
| Constructor and Description |
|---|
ProjectionXRayRadiationDose_TID10001(SRTree objTree)
Instantiates a new ProjectionXRayRadiationDose_TID10001 Template.
|
| Modifier and Type | Method and Description |
|---|---|
AccumulatedXRayDose_TID10002 |
getAccumulatedXRayDose()
Retrieves AccumulatedXRayDose_TID10002
|
IrradiationEventXRayData_TID10003 |
getIrradiationEventXRayData()
Retrieves IrradiationEventXRayData_TID10003
|
ObserverContext_TID1002 |
getObserverContext_TID1002()
Retrieves the object of ObserverContext_TID1002
|
PersonParticipant_TID1020 |
getPersonParticipant()
Retrieves PersonParticipant_TID1020
|
void |
setAcquisitionDeviceType(int[] arrPosition,
EnumCM_ProjectionXRayAcquisitionDeviceTypes enumProjectionXRayAcquisitionDeviceTypes)
Sets value for Acquisition Device Type
|
void |
setComment(int[] arrPosition,
java.lang.String strComment)
Sets the value for Comment
|
void |
setHasIntent(int[] arrPosition,
EnumCM_ProcedureIntent enumProcedureIntent)
Sets value for HasIntent.
|
void |
setProcedurereported(int[] arrPosition)
Sets value for Procedure reported.
|
void |
setScopeOfAccumulation(int[] arrPosition,
EnumCM_ScopeOfAccumulation enumScopeOfAccumulation)
Sets value for Scopeof Accumulation
|
void |
setSourceofDoseInformation(int[] arrPosition,
EnumCM_SourceOfProjectionXRayDoseInformation enumSourceOfProjectionXRayDoseInformation) |
void |
setUIDTypes(int[] arrPosition,
java.lang.String strUIDTypes) |
void |
setXRayDetectorDataAvailable(int[] arrPosition,
EnumCM_YesNo enumYesNo) |
void |
setXRayMechanicalDataAvailable(int[] arrPosition,
EnumCM_YesNo enumYesNo) |
void |
setXRayRadiationDoseReport(EnumContinuityOfContent enumContinuityOfContent)
Sets the value for X-RayRadiation Dose Report
|
void |
setXRaySourceDataAvailable(int[] arrPosition,
EnumCM_YesNo enumYesNo) |
public ProjectionXRayRadiationDose_TID10001(SRTree objTree)
objTree - Object of SRTree.public PersonParticipant_TID1020 getPersonParticipant()
public IrradiationEventXRayData_TID10003 getIrradiationEventXRayData()
public ObserverContext_TID1002 getObserverContext_TID1002()
public AccumulatedXRayDose_TID10002 getAccumulatedXRayDose()
public void setXRayRadiationDoseReport(EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setHasIntent(int[] arrPosition,
EnumCM_ProcedureIntent enumProcedureIntent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumProcedureIntent - Enumerated value for TemporalPeriodsRelatingToProcedureOrTherapy.public void setProcedurereported(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumProcedureIntent - Enumerated value for TemporalPeriodsRelatingToProcedureOrTherapy.public void setAcquisitionDeviceType(int[] arrPosition,
EnumCM_ProjectionXRayAcquisitionDeviceTypes enumProjectionXRayAcquisitionDeviceTypes)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumTemporalPeriodsRelatingToProcedureOrTherapy - Enumerated value for TemporalPeriodsRelatingToProcedureOrTherapy.public void setScopeOfAccumulation(int[] arrPosition,
EnumCM_ScopeOfAccumulation enumScopeOfAccumulation)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumScopeOfAccumulation - Enumerated value for TemporalPeriodsRelatingToProcedureOrTherapy.public void setXRayDetectorDataAvailable(int[] arrPosition,
EnumCM_YesNo enumYesNo)
public void setXRaySourceDataAvailable(int[] arrPosition,
EnumCM_YesNo enumYesNo)
public void setXRayMechanicalDataAvailable(int[] arrPosition,
EnumCM_YesNo enumYesNo)
public void setSourceofDoseInformation(int[] arrPosition,
EnumCM_SourceOfProjectionXRayDoseInformation enumSourceOfProjectionXRayDoseInformation)
public void setUIDTypes(int[] arrPosition,
java.lang.String strUIDTypes)
public void setComment(int[] arrPosition,
java.lang.String strComment)
arrPosition - Identifier which shows the position of the node in the SR Tree.strComment - String value for Comment.