public class MammographyImageModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
MammographyImageModule(IDataSet objIDataSet)
Instantiates a new mammography image module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDistanceSourceToDetector()
Return Distance in mm from transmission source to the detector face.
|
java.lang.String |
getDistanceSourceToPatient()
Retrieves Distance in mm from source to isocenter.
|
java.lang.String |
getImageLaterality()
Retrieves Laterality of (possibly paired) body part (as described in Anatomic Region Sequence(0008,2218)) examined.
|
java.lang.String |
getImageType()
Retrieves type of the value encoded in this Item
|
java.lang.String |
getImplantPresent()
Retrieves whether or not an implant is present.
|
java.lang.String |
getOrganExposed()
Retrieves Organ to which Organ Dose (0040,0316) applies.
|
java.lang.String |
getPartialView()
Retrieves value that indicates whether this image is a partial view.
|
java.lang.String |
getPartialViewDescription()
Retrieves Free text description of the portion of the breast captured in a partial view image.
|
java.lang.String |
getPositionerPrimaryAngle()
Sets position of the X-Ray beam about the patient from the RAO to LAO direction
where movement from RAO to vertical is positive, if Positioner Type (0018,1508) is
CARM.
|
java.lang.String |
getPositionerSecondaryAngle()
Retrievs position of the X-Ray beam about the patient from the CAU to CRA direction
where movement from RAO to vertical is positive, if Positioner Type (0018,1508) is
CARM.
|
java.lang.String |
getPositionerType()
Sets Positioner Type.
|
ISingleCollection<ITag> |
getVectorOfKeys()
Returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
void |
setDistanceSourceToDetector(java.lang.String strDistanceSourceToDetector)
Sets Distance in mm from transmission source to the detector face.
|
void |
setDistanceSourceToPatient(java.lang.String strDistanceSourceToPatient)
Sets Distance in mm from source to isocenter.
|
void |
setImageLaterality(EnumImageLaterality enumImageLaterality)
Sets Laterality of (possibly paired) body part (as described in Anatomic Region Sequence(0008,2218)) examined.
|
void |
setImageType(java.lang.String strImageType)
Sets the Value Type Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setImplantPresent(EnumImplantPresent enumImplantPresent)
Sets whether or not an implant is present.
|
void |
setOrganExposed(EnumOrganExposed enumOrganExposed)
Sets Organ to which Organ Dose (0040,0316) applies.
|
void |
setPartialView(EnumPartialView enumPartialView)
Sets value that indicates whether this image is a partial view, that is a subset of a single view of the breast.
|
void |
setPartialViewDescription(java.lang.String strPartialViewDescription)
Sets Free text description of the portion of the breast captured in a partial view image.
|
void |
setPositionerPrimaryAngle(java.lang.String strPositionerPrimaryAngle)
Sets position of the X-Ray beam about the patient from the RAO to LAO direction
where movement from RAO to vertical is positive, if Positioner Type (0018,1508) is
CARM.
|
void |
setPositionerSecondaryAngle(java.lang.String strPositionerSecondaryAngle)
Sets Position of the X-Ray beam about the patient from the CAU to CRA direction
where movement from CAU to vertical is positive, if Positioner Type (0018,1508) is
CARM.
|
void |
setPositionerType(EnumPositionerType enumPositionerType)
Sets Positioner Type.
|
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 MammographyImageModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - when the module is invalidpublic void setImageType(java.lang.String strImageType)
strImageType - Specifies type of the value encoded in this Itempublic java.lang.String getImageType()
public void setPositionerType(EnumPositionerType enumPositionerType)
enumPositionerType - - Enum value of Positioner Type.public java.lang.String getPositionerType()
public void setDistanceSourceToPatient(java.lang.String strDistanceSourceToPatient)
strDistanceSourceToPatient - - String value of Distance of Source To Patientpublic java.lang.String getDistanceSourceToPatient()
public void setDistanceSourceToDetector(java.lang.String strDistanceSourceToDetector)
strDistanceSourceToDetector - - String value of Distance Source to Detectorpublic java.lang.String getDistanceSourceToDetector()
public void setPositionerPrimaryAngle(java.lang.String strPositionerPrimaryAngle)
strPositionerPrimaryAngle - - String value of Positioner Primary Anglepublic java.lang.String getPositionerPrimaryAngle()
public void setPositionerSecondaryAngle(java.lang.String strPositionerSecondaryAngle)
strPositionerSecondaryAngle - - String value of Positioner Secondary Anglepublic java.lang.String getPositionerSecondaryAngle()
public void setImageLaterality(EnumImageLaterality enumImageLaterality)
enumImageLaterality - the enum image lateralitypublic java.lang.String getImageLaterality()
public void setOrganExposed(EnumOrganExposed enumOrganExposed)
enumOrganExposed - the enum organ exposedpublic java.lang.String getOrganExposed()
public void setImplantPresent(EnumImplantPresent enumImplantPresent)
enumImplantPresent - - enum value of Implant Present.public java.lang.String getImplantPresent()
public void setPartialView(EnumPartialView enumPartialView)
enumPartialView - - enum value of Partial View.public java.lang.String getPartialView()
public void setPartialViewDescription(java.lang.String strPartialViewDescription)
strPartialViewDescription - - String value of Partial View Description.public java.lang.String getPartialViewDescription()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module