public class UnifiedProcedureStepProgressInformationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
UnifiedProcedureStepProgressInformationModule(IDataSet objIDataSet)
Instantiates a UnifiedProcedureStepProgressInformationModule.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInputReadinessState()
Return ProcedureStepState
|
ProcedureStepProgressInformationSequence |
getQAResultsSequence()
Retrieves pre-initialized object of Procedure Step ProgressInformation Sequence.
|
ISingleCollection<ITag> |
getVectorOfKeys()
Gets the vector of keys.
|
void |
setProcedureStepState(EnumProcedureStepState enumInputReadinessState)
Sets State of the Procedure Step.
|
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 UnifiedProcedureStepProgressInformationModule(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 setProcedureStepState(EnumProcedureStepState enumInputReadinessState)
enumProcedureStepState - enum value of Input Readiness State.public java.lang.String getInputReadinessState()
public ProcedureStepProgressInformationSequence getQAResultsSequence()
public ISingleCollection<ITag> getVectorOfKeys()
ModulegetVectorOfKeys in class Module