public class PatientSummaryModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
PatientSummaryModule(IDataSet objIDataSet)
Creates Imaging Service Request Module with default initialization.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPatientID()
Retrieves Patient ID.
|
java.lang.String |
getPatientName()
Retrieves Patient Name.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
void |
setPatientID(java.lang.String strPatientID)
Sets Primary hospital identification number or code for the patient.
|
void |
setPatientName(java.lang.String strPatientName)
Sets Patient's full name.
|
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 PatientSummaryModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
throws InvalidModuleException
validateModule in interface IModulevalidateModule in class ModuleInvalidModuleException - - If validation of Module failspublic ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Modulepublic void setPatientName(java.lang.String strPatientName)
strPatientName - string value Patient's full name.public java.lang.String getPatientName()
public void setPatientID(java.lang.String strPatientID)
strPatientID - string value of Patient ID.public java.lang.String getPatientID()