public class KeyObjectDocumentModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
KeyObjectDocumentModule(IDataSet objIDataSet)
Instantiates a new key object document module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentDate()
Retrieves the date the document content creation started.
|
java.lang.String |
getContentTime()
Retrieves the time the document content creation started.
|
CurrentRequestedProcedureEvidenceSequence |
getCurrentRequestedProcedureEvidenceSequence()
Retrieves pre-initialized object of CurrentRequestedProcedureEvidenceSequence.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
|
IdenticalDocumentsSequence |
getIdenticalDocumentsSequence()
Retrieves pre-initialized object of IdenticalDocumentsSequence.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 |
getInstanceNumber()
Retrieves a number number that identifies the Document.
|
ReferencedRequestSequence |
getReferencedRequestSequence()
Retrieves pre-initialized object of ReferencedRequestSequence.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
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the custom collection containing the list of DataElements belonging to the CT
Image Module specified by DICOM Standard.
|
void |
setContentDate(java.lang.String strContentDate)
Sets the date the document content creation started.
|
void |
setContentTime(java.lang.String strContentTime)
Sets the time the document content creation started.
|
void |
setInstanceNumber(java.lang.String strInstanceNumber)
Sets a number number that identifies the Document.
|
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 KeyObjectDocumentModule(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 setInstanceNumber(java.lang.String strInstanceNumber)
strInstanceNumber - String value of number number.public java.lang.String getInstanceNumber()
public void setContentDate(java.lang.String strContentDate)
strContentDate - String value of datepublic java.lang.String getContentDate()
public void setContentTime(java.lang.String strContentTime)
strContentTime - String value of timepublic java.lang.String getContentTime()
public ReferencedRequestSequence getReferencedRequestSequence()
public CurrentRequestedProcedureEvidenceSequence getCurrentRequestedProcedureEvidenceSequence()
public IdenticalDocumentsSequence getIdenticalDocumentsSequence()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module