public class FrameOfReferenceModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
FrameOfReferenceModule(IDataSet objIDataSet)
Instantiates a new frame of reference module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFrameOfReferenceUID()
Retrieves the Frame of reference UID.
|
java.lang.String |
getPositionReferenceIndicator()
Retrieves the Position Reference Indicator.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setFrameOfReferenceUID(java.lang.String strFrameOfReferenceUID)
The method is used to set Uniquely identified frame of reference for a Series.
|
void |
setPositionReferenceIndicator(java.lang.String strPositionReferenceIndicator)
The method is used to set Part of the patient's anatomy used as a reference.
|
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 FrameOfReferenceModule(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 setFrameOfReferenceUID(java.lang.String strFrameOfReferenceUID)
strFrameOfReferenceUID - - Unique identifier for the Study.public void setPositionReferenceIndicator(java.lang.String strPositionReferenceIndicator)
strPositionReferenceIndicator - - String value for Position Reference Indicatorpublic java.lang.String getFrameOfReferenceUID()
public java.lang.String getPositionReferenceIndicator()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module