public class UltrasoundFrameofReferenceModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
UltrasoundFrameofReferenceModule(IDataSet objIDataSet)
Creates Ultrasound Frameof Reference Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
getApexPosition()
Retrieves the Apex Position.
|
java.lang.String |
getPatientFrameofReferenceSource()
Retrieves Patient Frame of Reference Source.
|
java.lang.String |
getTableFrameofReferenceUID()
Retrieves the Table Frame of Reference UID.
|
java.lang.String |
getUltrasoundAcquisitionGeometry()
Retrieves Ultrasound Acquisition Geometry.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of keys representing the DataElements that belong to this module.
|
java.lang.String |
getVolumeFrameofReferenceUID()
Retrieves Volume Frame of Reference UID.
|
double[] |
getVolumetoTableMappingMatrix()
Retrieves the Volume to Table Mapping Matrix.
|
double[] |
getVolumetoTransducerMappingMatrix()
Retrieves the Volume to Transducer Mapping Matrix.
|
java.lang.String |
getVolumetoTransducerRelationship()
Retrieves Volume to Transducer Relationship.
|
void |
setApexPosition(double[] dblArrApexPosition)
Sets the Apex Position
|
void |
setPatientFrameofReferenceSource(EnumPatientFrameofReferenceSource enumPatientFrameofReferenceSource)
Sets Patient Frame of Reference Source.
|
void |
setTableFrameofReferenceUID(java.lang.String strTableFrameofReferenceUID)
Sets Table Frame of Reference UID.
|
void |
setUltrasoundAcquisitionGeometry(EnumUltrasoundAcquisitionGeometry enumUltrasoundAcquisitionGeometry)
Sets Ultrasound Acquisition Geometry.
|
void |
setVolumeFrameofReferenceUID(java.lang.String strVolumeFrameofReferenceUID)
Sets Volume Frame of Reference UID.
|
void |
setVolumetoTableMappingMatrix(double[] dblArrVolumetoTableMappingMatrix)
Sets the Volume to Table Mapping Matrix
|
void |
setVolumetoTransducerMappingMatrix(double[] dblArrVolumetoTransducerMappingMatrix)
Sets the Volume to Transducer Mapping Matrix
|
void |
setVolumetoTransducerRelationship(EnumVolumetoTransducerRelationship enumVolumetoTransducerRelationship)
Sets Volume to Transducer Relationship.
|
boolean |
validateModule()
This method validates each Attribute in the Module according to the Type
of the Attribute.Attributes are of 5 types.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public UltrasoundFrameofReferenceModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic void setVolumeFrameofReferenceUID(java.lang.String strVolumeFrameofReferenceUID)
strVolumeFrameofReferenceUID - - Volume Frame of Reference UID.public java.lang.String getVolumeFrameofReferenceUID()
public void setUltrasoundAcquisitionGeometry(EnumUltrasoundAcquisitionGeometry enumUltrasoundAcquisitionGeometry)
enumUltrasoundAcquisitionGeometry - the enum Ultrasound Acquisition Geometrypublic java.lang.String getUltrasoundAcquisitionGeometry()
public void setApexPosition(double[] dblArrApexPosition)
dblArrApexPosition - Double value of Apex Positionpublic double[] getApexPosition()
public void setVolumetoTransducerRelationship(EnumVolumetoTransducerRelationship enumVolumetoTransducerRelationship)
enumVolumetoTransducerRelationship - the enumvalue Volume to Transducer Relationshippublic java.lang.String getVolumetoTransducerRelationship()
public void setVolumetoTransducerMappingMatrix(double[] dblArrVolumetoTransducerMappingMatrix)
dblArrVolumetoTransducerMappingMatrix - Double value of Volume to Transducer Mapping Matrixpublic double[] getVolumetoTransducerMappingMatrix()
public void setPatientFrameofReferenceSource(EnumPatientFrameofReferenceSource enumPatientFrameofReferenceSource)
enumPatientFrameofReferenceSource - the enumvalue Patient Frame of Reference Sourcepublic java.lang.String getPatientFrameofReferenceSource()
public void setTableFrameofReferenceUID(java.lang.String strTableFrameofReferenceUID)
strTableFrameofReferenceUID - - Table Frame of Reference UID.public java.lang.String getTableFrameofReferenceUID()
public void setVolumetoTableMappingMatrix(double[] dblArrVolumetoTableMappingMatrix)
dblArrVolumetoTableMappingMatrix - Double value of Volume to Table Mapping Matrixpublic double[] getVolumetoTableMappingMatrix()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module