public class OtherCardiographicFindings_TID3818 extends Template
| Constructor and Description |
|---|
OtherCardiographicFindings_TID3818(SRTree objTree)
Instantiates OtherCardiographicFindings_TID3818 Template.
|
| Modifier and Type | Method and Description |
|---|---|
CommonFindings_TID3819 |
getCommonFindings()
Retrieves CommonFindings
|
void |
setFindings(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Findings
|
void |
setFindingSite(int[] arrPosition,
java.lang.Enum enumValue)
Sets the value for Finding Site.
|
void |
setProcedureReported(int[] arrPosition,
EnumCM_ImagingProcedures enumImagingProcedures)
Sets the value for Procedure Reported.
|
public OtherCardiographicFindings_TID3818(SRTree objTree)
objTree - Object of SRTree.public CommonFindings_TID3819 getCommonFindings()
public void setFindings(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_ImagingProcedures enumImagingProcedures)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumImagingProcedures - Enumerated value for ImagingProcedurespublic void setFindingSite(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.