public class StudyIdentificationModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
StudyIdentificationModule(IDataSet objIDataSet)
Instantiates a new study identification module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getOtherStudyNumbers()
Retrieves Other identifiers assigned to study by institution.
|
java.lang.String |
getStudyID()
Retrieves User or equipment generated Study identifier.
|
java.lang.String |
getStudyIDIssuer()
Retrieves Name of healthcare provider that issued the Study ID.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setOtherStudyNumbers(java.lang.String[] arrStrOtherStudyNumbers)
Other identifiers assigned to study by institution.
|
void |
setStudyID(java.lang.String strStudyID)
Sets User or equipment generated Study identifier.
|
void |
setStudyIDIssuer(java.lang.String strStudyIDIssuer)
Sets Name of healthcare provider that issued the Study ID.
|
boolean |
validateModule()
Validates the Module's DataElement according to Dicom Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public StudyIdentificationModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
IModulevalidateModule in interface IModulevalidateModule in class Modulepublic void setStudyID(java.lang.String strStudyID)
strStudyID - String value of Study ID.public void setStudyIDIssuer(java.lang.String strStudyIDIssuer)
strStudyIDIssuer - String value of Study ID Issuer.public void setOtherStudyNumbers(java.lang.String[] arrStrOtherStudyNumbers)
arrStrOtherStudyNumbers - String array of Other Study Numbers.public java.lang.String getStudyID()
public java.lang.String getStudyIDIssuer()
public java.lang.String[] getOtherStudyNumbers()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module