public class BreastViewModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
BreastViewModule(IDataSet objIDataSet)
Instantiates a new BreastViewModule
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBreastImplantPresent()
Retrieves Whether or not the imaged breast contains a breast implant regardless of the visibility of a breast implant in the Pixel Data..
|
java.lang.String[] |
getImageType()
Return Image Type.
|
java.lang.String |
getPartialView()
Retrieves whether this image is a partial view, that is a subset of a single view of the breast.
|
PartialViewCodeSequence |
getPartialViewCodeSequence()
This method Returns provides the pre-initialized object of Partial View Code Sequence return PartialViewCodeSequence - object of View Code Sequence.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
ViewCodeSequence |
getViewCodeSequence()
This method Returns provides the pre-initialized object of View Code Sequence return ViewCodeSequence - object of View Code Sequence.
|
void |
setBreastImplantPresent(EnumBreastImplantPresent enumBreastImplantPresent)
Sets Whether or not the imaged breast contains a breast implant regardless of the visibility of a breast implant in the Pixel Data.
|
void |
setImageType(java.lang.String[] arrStrImageType)
Sets Image identification characteristics.
|
void |
setPartialView(EnumPartialView enumPartialView)
Sets whether this image is a partial view, that is a subset of a single view of the breast.
|
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 BreastViewModule(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 setImageType(java.lang.String[] arrStrImageType)
arrStrImageType - - String array of Image identification characteristics.public java.lang.String[] getImageType()
public ViewCodeSequence getViewCodeSequence()
public void setBreastImplantPresent(EnumBreastImplantPresent enumBreastImplantPresent)
public java.lang.String getBreastImplantPresent()
public void setPartialView(EnumPartialView enumPartialView)
public java.lang.String getPartialView()
public PartialViewCodeSequence getPartialViewCodeSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module