public class Intervention_TID3108 extends Template
| Constructor and Description |
|---|
Intervention_TID3108(SRTree objTree)
Instantiates a new Intervention_TID3108 Template.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntryQualifiers_TID3010 |
getLogEntryQualifiers()
Retrieves LogEntryQualifiers
|
void |
setDiagnosticImagingReportPurposesOfReference(int[] arrPosition,
EnumCM_DiagnosticImagingReportPurposesOfReference enumDiagnosticImagingReportPurposesOfReference,
java.lang.String strRefSOPClassUIDForCORefMacro,
java.lang.String strRefSOPInstanceUIDForCORefMacro,
java.lang.String[] arrStrReferencedFrameNumber,
java.lang.String strRefSOPClassUID,
java.lang.String strRefSOPInstanceUID)
Sets value for Diagnostic Imaging Report Purposes of Reference
|
void |
setInterventionAction(int[] arrPosition,
EnumCM_InterventionActionsAndStatus enumInterventionActionsAndStatus)
Sets the value for Intervention Action.
|
void |
setInterventionAttemptIdentifier(int[] arrPosition,
java.lang.String strInterventionAttemptIdentifier)
Sets the value for Intervention attempt identifier
|
void |
setInterventionParameters(int[] arrPosition,
EnumCM_InterventionParameters enumInterventionParameters,
java.lang.String[] arrNumericValue)
Sets the value for Intervention Parameters.
|
void |
setPrimaryInterventionDevice(int[] arrPosition,
EnumCM_YesNo enumYesNo)
Sets the value for Primary Intervention Device.
|
void |
setProcedureSite(int[] arrPosition,
java.lang.Enum enumValue)
Sets the value for Procedure site.
|
void |
setTopographicalModifier(int[] arrPosition,
EnumCM_CardiovascularAnatomicLocationModifiers enumCardiovascularAnatomicLocationModifiers)
Sets value for Topographical modifier.
|
void |
setUsesEquipment(int[] arrPosition,
EnumCM_IntracoronaryDevices enumIntracoronaryDevices)
Sets the value for Uses Equipment.
|
public Intervention_TID3108(SRTree objTree)
objTree - Object of SRTree.public LogEntryQualifiers_TID3010 getLogEntryQualifiers()
public void setInterventionAction(int[] arrPosition,
EnumCM_InterventionActionsAndStatus enumInterventionActionsAndStatus)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumInterventionActionsAndStatus - value for InterventionActionsAndStatuspublic void setProcedureSite(int[] arrPosition,
java.lang.Enum enumValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumValue - value for one of the enums - EnumCM_ArterialSourceLocations, EnumCM_CoronaryArteries
or EnumCM_CoronaryArterySegmentspublic void setTopographicalModifier(int[] arrPosition,
EnumCM_CardiovascularAnatomicLocationModifiers enumCardiovascularAnatomicLocationModifiers)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCardiovascularAnatomicLocationModifiers - Enum of EnumCM_CardiovascularAnatomicLocationModifierspublic void setInterventionAttemptIdentifier(int[] arrPosition,
java.lang.String strInterventionAttemptIdentifier)
arrPosition - Identifier which shows the position of the node in the SR Tree.strInterventionAttemptIdentifier - String value for Intervention attempt identifier.public void setUsesEquipment(int[] arrPosition,
EnumCM_IntracoronaryDevices enumIntracoronaryDevices)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumIntracoronaryDevices - value for IntracoronaryDevicespublic void setPrimaryInterventionDevice(int[] arrPosition,
EnumCM_YesNo enumYesNo)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumIntracoronaryDevices - value for IntracoronaryDevicespublic void setInterventionParameters(int[] arrPosition,
EnumCM_InterventionParameters enumInterventionParameters,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumInterventionParameters - Value for EnumCM_InterventionParametersarrNumericValue - String array for Quatity Of Materialpublic void setDiagnosticImagingReportPurposesOfReference(int[] arrPosition,
EnumCM_DiagnosticImagingReportPurposesOfReference enumDiagnosticImagingReportPurposesOfReference,
java.lang.String strRefSOPClassUIDForCORefMacro,
java.lang.String strRefSOPInstanceUIDForCORefMacro,
java.lang.String[] arrStrReferencedFrameNumber,
java.lang.String strRefSOPClassUID,
java.lang.String strRefSOPInstanceUID)
arrPosition - dentifier which shows the position of the node in the SR Tree.enumDiagnosticImagingReportPurposesOfReference - Enum value for DiagnosticImagingReportPurposesOfReferencestrRefSOPClassUIDForCORefMacro - Reference SOP Class UID for Composite Object Reference Macro.strRefSOPInstanceUIDForCORefMacro - Reference SOP Instance UID for Composite Object Reference Macro.arrStrReferencedFrameNumber - String Array of Referenced Frame Number.strRefSOPClassUID - Referenced SOP Class UID.strRefSOPInstanceUID - Referenced SOP Instance UID.