public class VisitStatusModule extends Module
| Modifier and Type | Field and Description |
|---|---|
static ISingleCollection<ITag> |
objSingleCollection
The obj single collection.
|
| Constructor and Description |
|---|
VisitStatusModule(IDataSet objIDataSet)
Instantiates a new visit status module.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrentPatientLocation()
Retrieves the current known location of the patient.
|
java.lang.String |
getPatientInstitutionResidence()
Retrieves Primary location where patient resides(ward, floor,room, etc.
|
ISingleCollection<ITag> |
getVectorOfKeys()
This method returns the vector of keys representing the DataElements
that belong to this module.
|
java.lang.String |
getVisitComments()
Retrieves User-defined comments about the visit.
|
java.lang.String |
getVisitStatusID()
Retrieves the state of the visit.
|
void |
setCurrentPatientLocation(java.lang.String strCurrentPatientLocation)
Describes the current known location of the patient.
|
void |
setPatientInstitutionResidence(java.lang.String strPatientInstitutionResidence)
Primary location where patient resides (ward, floor,room, etc.
|
void |
setVisitComments(java.lang.String strVisitComments)
User-defined comments about the visit.
|
void |
setVisitStatusID(EnumVisitStatusID enumVisitStatusID)
Identifies the state of the visit.
|
boolean |
validateModule()
Validates the Module's DataElement according to Dicom Standard.
|
add, dumpDICOMInfo, getDictionaryReader, getTransferSyntax, isPresent, isPresent, iterator, removepublic static ISingleCollection<ITag> objSingleCollection
public VisitStatusModule(IDataSet objIDataSet)
objIDataSet - the obj i data setpublic boolean validateModule()
IModulevalidateModule in interface IModulevalidateModule in class Modulepublic void setVisitStatusID(EnumVisitStatusID enumVisitStatusID)
enumVisitStatusID - Enum value of Visit Status ID.public void setCurrentPatientLocation(java.lang.String strCurrentPatientLocation)
strCurrentPatientLocation - String value of Current Patient Location.public void setPatientInstitutionResidence(java.lang.String strPatientInstitutionResidence)
strPatientInstitutionResidence - String value of Patients Institution Residence.public void setVisitComments(java.lang.String strVisitComments)
strVisitComments - String value of Visit Comments.public java.lang.String getVisitStatusID()
public java.lang.String getCurrentPatientLocation()
public java.lang.String getPatientInstitutionResidence()
public java.lang.String getVisitComments()
public ISingleCollection<ITag> getVectorOfKeys()
getVectorOfKeys in class Module