public class InstanceAvailabilityNotificationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
InstanceAvailabilityNotificationModule(IDataSet objIDataSet)
Instantiates a new instance availability notification module.
|
| Modifier and Type | Method and Description |
|---|---|
ReferencedPerformedProcedureStepSequence |
getReferencedPerformedProcedureStepSequence()
Retrieves pre-initialized object of ReferencedPerformedProcedureStepSequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
ReferencedSeriesSequence |
getReferencedSeriesSequence()
Retrieves pre-initialized object of ReferencedSeriesSequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
java.lang.String |
getStudyInstanceUID()
Return Unique identifier for the Study of which all the Instances referenced in this notification are part.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setStudyInstanceUID(java.lang.String strStudyInstanceUID)
Sets Unique identifier for the Study of which all the Instances referenced in this notification are part.
|
boolean |
validateModule()
Validates the Module's DataElement according to Dicom Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public InstanceAvailabilityNotificationModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic ReferencedPerformedProcedureStepSequence getReferencedPerformedProcedureStepSequence()
public void setStudyInstanceUID(java.lang.String strStudyInstanceUID)
strStudyInstanceUID - - String Unique identifierpublic java.lang.String getStudyInstanceUID()
public ReferencedSeriesSequence getReferencedSeriesSequence()
public boolean validateModule()
throws InvalidModuleException
IModulevalidateModule in interface IModulevalidateModule in class ModuleInvalidModuleExceptionpublic ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module