public class OtherInterventionalProcedures_TID3809 extends Template
| Constructor and Description |
|---|
OtherInterventionalProcedures_TID3809(SRTree objTree)
Instantiates OtherInterventionalProcedures_TID3809 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCurrentProcedureDescriptions(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Current Procedure Descriptions
|
void |
setProcedureDescription(int[] arrPosition)
Sets the value for Procedure Description.
|
void |
setProcedureDescription(int[] arrPosition,
java.lang.String strProcedureDescription)
Sets the value for Procedure Description
|
void |
setProcedureReported(int[] arrPosition,
EnumCM_NonCoronaryTranscatheterInterventions enumNonCoronaryTranscatheterInterventions)
Sets the value for Procedure Reported.
|
void |
setProcedureResult(int[] arrPosition,
java.lang.String strProcedureResult)
Sets the value for Procedure Result
|
public OtherInterventionalProcedures_TID3809(SRTree objTree)
objTree - Object of SRTree.public void setCurrentProcedureDescriptions(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setProcedureReported(int[] arrPosition,
EnumCM_NonCoronaryTranscatheterInterventions enumNonCoronaryTranscatheterInterventions)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumNonCoronaryTranscatheterInterventions - Enumerated value for NonCoronaryTranscatheterInterventionspublic void setProcedureDescription(int[] arrPosition,
java.lang.String strProcedureDescription)
arrPosition - Identifier which shows the position of the node in the SR Tree.strProcedureDescription - String value for ProcedureDescription.public void setProcedureDescription(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setProcedureResult(int[] arrPosition,
java.lang.String strProcedureResult)
arrPosition - Identifier which shows the position of the node in the SR Tree.strProcedureResult - String value for ProcedureResult.