public class CRSeriesModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
CRSeriesModule(IDataSet objIDataSet)
Instantiates a new cR series module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBodyPartExamined()
Sets the Body Part Examined in General Series Module.
|
java.lang.String |
getCollimatorOrGridName()
Retrieves label describing any grid inserted.
|
java.lang.String |
getFilterType()
Retrieves label for the type of filter inserted into the x-ray beam.
|
java.lang.String[] |
getFocalSpots()
Retrieves size of the focal spot in mm.
|
java.lang.String |
getPhosphorType()
Retrieves label of type of phosphor on the plates.
|
java.lang.String |
getPlateType()
Retrieves label of the type of storage phosphor plates used in this series.
|
ISingleCollection<ITag> |
getVectorOfKeys()
Returns the collection of keys representing the DataElements that belong to this module.
|
java.lang.String |
getViewPosition()
Retrieves radiographic view associated with Patient Position (0018,5100).
|
void |
setBodyPartExamined(EnumBodyPartExamined enumBodyPartExamined)
Sets the Body Part Examined in General Series Module.
|
void |
setCollimatorOrGridName(java.lang.String strCollimatorOrGridName)
Sets label describing any grid inserted.
|
void |
setFilterType(java.lang.String strFilterType)
Sets Label for the type of filter inserted into the x-ray beam.
|
void |
setFocalSpots(java.lang.String[] arrStrFocalSpots)
Sets size of the focal spot in mm.
|
void |
setPhosphorType(java.lang.String strPhosphorType)
Sets Label of type of phosphor on the plates.
|
void |
setPlateType(java.lang.String strPlateType)
Sets label of the type of storage phosphor plates used in this series.
|
void |
setViewPosition(EnumViewPosition enumViewPosition)
Sets radiographic view associated with Patient Position (0018,5100).
|
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 CRSeriesModule(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 setBodyPartExamined(EnumBodyPartExamined enumBodyPartExamined)
enumBodyPartExamined - the enum body part examinedpublic void setViewPosition(EnumViewPosition enumViewPosition)
enumViewPosition - the enum view positionpublic void setFilterType(java.lang.String strFilterType)
strFilterType - - String value of Filter Type.public void setCollimatorOrGridName(java.lang.String strCollimatorOrGridName)
strCollimatorOrGridName - - String value of Collimator/grid Name.public void setFocalSpots(java.lang.String[] arrStrFocalSpots)
arrStrFocalSpots - - String array of Focal Spot(s) values.public void setPlateType(java.lang.String strPlateType)
strPlateType - - String value of Plate Type.public void setPhosphorType(java.lang.String strPhosphorType)
strPhosphorType - - String value of Phosphor Typepublic java.lang.String getBodyPartExamined()
public java.lang.String getViewPosition()
public java.lang.String getFilterType()
public java.lang.String getCollimatorOrGridName()
public java.lang.String[] getFocalSpots()
public java.lang.String getPlateType()
public java.lang.String getPhosphorType()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module