public class StudyComponentAcquisitionModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
StudyComponentAcquisitionModule(IDataSet objIDataSet)
Instantiates a new study component acquisition module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getModality()
Retrieves Type of equipment that acquired the data used to create the images in this Study Component.
|
PerformingPhysicianIdentificationSequence |
getPerformingPhysicianIdentificationSequence()
This method Returns provides the pre-initialized object of Performing Physician Identification Sequence.
|
java.lang.String[] |
getPerformingPhysicianNames()
Retrieves Institution-generated description or classification of the Study (component) performed.
|
ProcedureCodeSequence |
getProcedureCodeSequence()
This method Returns provides the pre-initialized object of Procedure Code Sequence.
|
java.lang.String |
getStudyComponentStatusID()
Retrieves the state of the Study Component.
|
java.lang.String |
getStudyDescription()
Retrieves Institution-generated description or classification of the Study (component) performed.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setModality(EnumModality enumModality)
Sets Type of equipment that originally acquired the data used to create the images in this Series.
|
void |
setPerformingPhysicianNames(java.lang.String[] arrStrPerformingPhysicianNames)
Sets the performing physician names.
|
void |
setStudyComponentStatusID(EnumStudyComponentStatusID enumStudyComponentStatusID)
Identifies the state of the Study Component.
|
void |
setStudyDescription(java.lang.String strStudyDescription)
Sets Institution-generated description or classification of the Study performed.
|
boolean |
validateModule()
Validates the Module's DataElement according to Dicom Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public StudyComponentAcquisitionModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
IModulevalidateModule in interface IModulevalidateModule in class Modulepublic void setModality(EnumModality enumModality)
enumModality - Enum value of Modality.public void setPerformingPhysicianNames(java.lang.String[] arrStrPerformingPhysicianNames)
arrStrPerformingPhysicianNames - Name of the physician(s) administering the
Series.
This method is used to set the Performing Physicians' Names.
The function accepts a String Array Value as the Series Time and creates the
DE based on the transfer syntax and populates the DE with right values.
This DE is then added to the Module HashMappublic void setStudyDescription(java.lang.String strStudyDescription)
strStudyDescription - String value of Study Description.public void setStudyComponentStatusID(EnumStudyComponentStatusID enumStudyComponentStatusID)
enumStudyComponentStatusID - Enum value of Study Component Status ID.public java.lang.String getModality()
public java.lang.String[] getPerformingPhysicianNames()
public PerformingPhysicianIdentificationSequence getPerformingPhysicianIdentificationSequence()
public java.lang.String getStudyDescription()
public ProcedureCodeSequence getProcedureCodeSequence()
public java.lang.String getStudyComponentStatusID()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module