public class AdverseOutcomesCath_TID3820 extends Template
| Constructor and Description |
|---|
AdverseOutcomesCath_TID3820(SRTree objTree)
Instantiates AdverseOutcomesCath_TID3820 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setBestIllustrationOfFinding(int[] arrPosition,
java.lang.String strRefSOPClassUIDForCORefMacro,
java.lang.String strRefSOPInstanceUIDForCORefMacro,
java.lang.String[] arrStrReferencedFrameNumber,
java.lang.String strRefSOPClassUID,
java.lang.String strRefSOPInstanceUID)
Sets value for Best illustration of finding
|
void |
setCKMBBaseline(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for CKMB baseline.
|
void |
setCKMBPeak(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for CKMB peak.
|
void |
setComplicationOfProcedure(int[] arrPosition)
Sets value for Complication of Procedure.
|
void |
setComplicationOfProcedure(int[] arrPosition,
EnumCM_CathComplications enumCathComplications)
Sets value for Complication of Procedure.
|
void |
setComplicationOfProcedure(int[] arrPosition,
EnumCM_VascularComplications enumVascularComplications)
Sets value for Complication of Procedure.
|
void |
setComplicationOfProcedure(int[] arrPosition,
java.lang.String strComplicationOfProcedure)
Sets the value for Complication Of Procedure
|
void |
setComplications(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Complications
|
void |
setNormalRangeUpperLimit(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Normal Range Upper Limit.
|
void |
setPeriproceduralMIOccurred(int[] arrPosition,
EnumCM_YesNo enumYesNo)
Sets the value for Periprocedural MI occurred.
|
void |
setRelativeTime(int[] arrPosition,
EnumCM_TemporalPeriodsRelatingToProcedureOrTherapy enumTemporalPeriodsRelatingToProcedureOrTherapy)
Sets value for Relative Time.
|
public AdverseOutcomesCath_TID3820(SRTree objTree)
objTree - Object of SRTree.public void setComplications(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setComplicationOfProcedure(int[] arrPosition,
EnumCM_CathComplications enumCathComplications)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCathComplications - Enumerated value for CathComplicationspublic void setComplicationOfProcedure(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setComplicationOfProcedure(int[] arrPosition,
EnumCM_VascularComplications enumVascularComplications)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumVascularComplications - Enumerated value for VascularComplicationspublic void setRelativeTime(int[] arrPosition,
EnumCM_TemporalPeriodsRelatingToProcedureOrTherapy enumTemporalPeriodsRelatingToProcedureOrTherapy)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumTemporalPeriodsRelatingToProcedureOrTherapy - Enumerated value for TemporalPeriodsRelatingToProcedureOrTherapypublic void setComplicationOfProcedure(int[] arrPosition,
java.lang.String strComplicationOfProcedure)
arrPosition - Identifier which shows the position of the node in the SR Tree.strComplicationOfProcedure - String value for ComplicationOfProcedure.public void setPeriproceduralMIOccurred(int[] arrPosition,
EnumCM_YesNo enumYesNo)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumYesNo - Enum value for Yes-No.public void setCKMBPeak(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setNormalRangeUpperLimit(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setCKMBBaseline(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setBestIllustrationOfFinding(int[] arrPosition,
java.lang.String strRefSOPClassUIDForCORefMacro,
java.lang.String strRefSOPInstanceUIDForCORefMacro,
java.lang.String[] arrStrReferencedFrameNumber,
java.lang.String strRefSOPClassUID,
java.lang.String strRefSOPInstanceUID)
arrPosition - identifier which shows the position of the node in the SR Tree.strRefSOPClassUIDForCORefMacro - 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.