public class InterpretationStateModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
InterpretationStateModule(IDataSet objIDataSet)
Instantiates a new interpretation state module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInterpretationStatusID()
Retrieves interpretation Status ID.
|
java.lang.String |
getInterpretationTypeID()
Return type of interpretation.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the collection of tags representing the DataElements
that belong to this module.
|
void |
setInterpretationStatusID(EnumInterpretationStatusID enumInterpretationStatusID)
An Enumerated Value element used to track production status of the interpretation.
|
void |
setInterpretationTypeID(EnumInterpretationTypeID enumInterpretationTypeID)
Sets the type of interpretation.
|
boolean |
validateModule()
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 InterpretationStateModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - the invalid module exceptionpublic void setInterpretationTypeID(EnumInterpretationTypeID enumInterpretationTypeID)
enumInterpretationTypeID - the enum interpretation type idpublic java.lang.String getInterpretationTypeID()
public void setInterpretationStatusID(EnumInterpretationStatusID enumInterpretationStatusID)
enumInterpretationStatusID - the enum interpretation status idpublic java.lang.String getInterpretationStatusID()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module