public class VentricularAnalysisTemplate_TID3202 extends Template
| Constructor and Description |
|---|
VentricularAnalysisTemplate_TID3202(SRTree objTree)
Instantiates VentricularAnalysisTemplate_TID3202 Template.
|
| Modifier and Type | Method and Description |
|---|---|
AAMainResultsTemplate_TID3207 |
getAAMainResults()
Retrieves AAMainResults
|
CalibrationTemplate_TID3205 |
getCalibration()
Retrieves Calibration
|
CenterlineWallMotionTemplate_TID3209 |
getCenterlineWallMotion()
Retrieves CenterlineWallMotion
|
FrameToFrameResultsTemplate_TID3208 |
getFrameToFrameResults()
Retrieves FrameToFrameResults
|
HemodynamicClinicalContext_TID3520 |
getHemodynamicClinicalContext()
Retrieves HemodynamicClinicalContext
|
LandmarkBasedWallMotionTemplate_TID3211 |
getLandmarkBasedWallMotion()
Retrieves LandmarkBasedWallMotion
|
LanguageOfContentItemAndDescendants_TID1204 |
getLanguageOfContentItemAndDescendants()
Retrieves LanguageOfContentItemAndDescendants
|
ObserverContext_TID1002 |
getObserverContext()
Retrieves Observer Context
|
CardiovascularPatientCharacteristics_TID3602 |
getPatientCharacteristics()
Retrieves PatientCharacteristics
|
RadialBasedWallMotionTemplate_TID3210 |
getRadialBasedWallMotion()
Retrieves RadialBasedWallMotion
|
VAMainResultsTemplate_TID3206 |
getVAMainResults()
Retrieves VAMainResults
|
void |
setAlgorithmManufacturer(int[] arrPosition,
java.lang.String strAlgorithmManufacturer)
Sets the value for Algorithm Manufacturer
|
void |
setAlgorithmName(int[] arrPosition,
java.lang.String strAlgorithmName)
Sets the value for Algorithm Name
|
void |
setAlgorithmVersion(int[] arrPosition,
java.lang.String strAlgorithmVersion)
Sets the value for Algorithm Version
|
void |
setCardiacPhase(int[] arrPosition,
EnumCM_CardiacPhase enumCardiacPhase)
Sets value for CardiacPhase.
|
void |
setImageView(int[] arrPosition,
EnumCM_PlaneIdentification enumPlaneIdentification)
Sets value for Image View.
|
void |
setQuantitativeAnalysis(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Quantitative Analysis
|
void |
setQuantitativeVentriculographyReport(EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Quantitative Ventriculography Report
|
void |
setSourceOfMeasurements(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 Source of Measurements
|
public VentricularAnalysisTemplate_TID3202(SRTree objTree)
objTree - Object of SRTree.public LanguageOfContentItemAndDescendants_TID1204 getLanguageOfContentItemAndDescendants()
public ObserverContext_TID1002 getObserverContext()
public CalibrationTemplate_TID3205 getCalibration()
public CardiovascularPatientCharacteristics_TID3602 getPatientCharacteristics()
public HemodynamicClinicalContext_TID3520 getHemodynamicClinicalContext()
public VAMainResultsTemplate_TID3206 getVAMainResults()
public AAMainResultsTemplate_TID3207 getAAMainResults()
public FrameToFrameResultsTemplate_TID3208 getFrameToFrameResults()
public CenterlineWallMotionTemplate_TID3209 getCenterlineWallMotion()
public RadialBasedWallMotionTemplate_TID3210 getRadialBasedWallMotion()
public LandmarkBasedWallMotionTemplate_TID3211 getLandmarkBasedWallMotion()
public void setQuantitativeVentriculographyReport(EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setQuantitativeAnalysis(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setAlgorithmName(int[] arrPosition,
java.lang.String strAlgorithmName)
arrPosition - Identifier which shows the position of the node in the SR Tree.strAlgorithmName - String value for Algorithm Name.public void setAlgorithmVersion(int[] arrPosition,
java.lang.String strAlgorithmVersion)
arrPosition - Identifier which shows the position of the node in the SR Tree.strAlgorithmVersion - String value for Algorithm Version.public void setAlgorithmManufacturer(int[] arrPosition,
java.lang.String strAlgorithmManufacturer)
arrPosition - Identifier which shows the position of the node in the SR Tree.strAlgorithmManufacturer - String value for Algorithm Manufacturer.public void setSourceOfMeasurements(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.public void setCardiacPhase(int[] arrPosition,
EnumCM_CardiacPhase enumCardiacPhase)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumCardiacPhase - Enumerated value for CardiacPhase.public void setImageView(int[] arrPosition,
EnumCM_PlaneIdentification enumPlaneIdentification)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumPlaneIdentification - Enumerated value for PlaneIdentification.