|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dicom4j.data.DataSet
org.dicom4j.modules.AbstractModule
org.dicom4j.modules.patient.PatientIdentification
public class PatientIdentification
Patient Identification Module
(generated class, do not edit)
| Constructor Summary | |
|---|---|
PatientIdentification()
Creates a new module |
|
PatientIdentification(DataSet aDataSet)
Creates a wrapper for data contains in the DataSet
Modify data with an instance of this class will modify also data of the
DataSet, IT'S NOT A COPY |
|
| Method Summary | |
|---|---|
void |
addElements()
add all Module Elements if not present in the DataSet |
LongString |
getIssuerOfPatientID()
Retrun the Issuer of Patient ID |
LongString |
getIssuerOfPatientIDOrNull()
Retrun the Issuer of Patient ID or null if doesn't exits |
LongString |
getMedicalRecordLocator()
Retrun the Medical Record Locator |
LongString |
getMedicalRecordLocatorOrNull()
Retrun the Medical Record Locator or null if doesn't exits |
String |
getName()
Return the name of the module |
LongString |
getOtherPatientIDs()
Retrun the Other Patient IDs |
LongString |
getOtherPatientIDsOrNull()
Retrun the Other Patient IDs or null if doesn't exits |
PersonName |
getOtherPatientNames()
Retrun the Other Patient Names |
PersonName |
getOtherPatientNamesOrNull()
Retrun the Other Patient Names or null if doesn't exits |
PersonName |
getPatientBirthName()
Retrun the Patient's Birth Name |
PersonName |
getPatientBirthNameOrNull()
Retrun the Patient's Birth Name or null if doesn't exits |
LongString |
getPatientID()
Retrun the Patient ID |
LongString |
getPatientIDOrNull()
Retrun the Patient ID or null if doesn't exits |
PersonName |
getPatientMotherBirthName()
Retrun the Patient's Mother's Birth Name |
PersonName |
getPatientMotherBirthNameOrNull()
Retrun the Patient's Mother's Birth Name or null if doesn't exits |
PersonName |
getPatientName()
Retrun the Patient's Name |
PersonName |
getPatientNameOrNull()
Retrun the Patient's Name or null if doesn't exits |
boolean |
hasIssuerOfPatientID()
return true if the module has the Issuer of Patient ID element |
boolean |
hasMedicalRecordLocator()
return true if the module has the Medical Record Locator element |
boolean |
hasOtherPatientIDs()
return true if the module has the Other Patient IDs element |
boolean |
hasOtherPatientNames()
return true if the module has the Other Patient Names element |
boolean |
hasPatientBirthName()
return true if the module has the Patient's Birth Name element |
boolean |
hasPatientID()
return true if the module has the Patient ID element |
boolean |
hasPatientMotherBirthName()
return true if the module has the Patient's Mother's Birth Name element |
boolean |
hasPatientName()
return true if the module has the Patient's Name element |
| Methods inherited from class org.dicom4j.modules.AbstractModule |
|---|
addModuleElements |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PatientIdentification()
public PatientIdentification(DataSet aDataSet)
DataSet
Modify data with an instance of this class will modify also data of the
DataSet, IT'S NOT A COPY
aDataSet - | Method Detail |
|---|
public void addElements()
throws Exception
Exception
public LongString getIssuerOfPatientID()
throws NoSuchElementException,
WrongDataElementTypeException
NoSuchElementException
WrongDataElementTypeExceptionpublic LongString getIssuerOfPatientIDOrNull()
public LongString getMedicalRecordLocator()
throws NoSuchElementException,
WrongDataElementTypeException
NoSuchElementException
WrongDataElementTypeExceptionpublic LongString getMedicalRecordLocatorOrNull()
public String getName()
AbstractModule
getName in class AbstractModule
public LongString getOtherPatientIDs()
throws NoSuchElementException,
WrongDataElementTypeException
NoSuchElementException
WrongDataElementTypeExceptionpublic LongString getOtherPatientIDsOrNull()
public PersonName getOtherPatientNames()
throws NoSuchElementException,
WrongDataElementTypeException
NoSuchElementException
WrongDataElementTypeExceptionpublic PersonName getOtherPatientNamesOrNull()
public PersonName getPatientBirthName()
throws NoSuchElementException,
WrongDataElementTypeException
NoSuchElementException
WrongDataElementTypeExceptionpublic PersonName getPatientBirthNameOrNull()
public LongString getPatientID()
throws NoSuchElementException,
WrongDataElementTypeException
NoSuchElementException
WrongDataElementTypeExceptionpublic LongString getPatientIDOrNull()
public PersonName getPatientMotherBirthName()
throws NoSuchElementException,
WrongDataElementTypeException
NoSuchElementException
WrongDataElementTypeExceptionpublic PersonName getPatientMotherBirthNameOrNull()
public PersonName getPatientName()
throws NoSuchElementException,
WrongDataElementTypeException
NoSuchElementException
WrongDataElementTypeExceptionpublic PersonName getPatientNameOrNull()
public boolean hasIssuerOfPatientID()
public boolean hasMedicalRecordLocator()
public boolean hasOtherPatientIDs()
public boolean hasOtherPatientNames()
public boolean hasPatientBirthName()
public boolean hasPatientID()
public boolean hasPatientMotherBirthName()
public boolean hasPatientName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||