|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.ohf.bridge.type.PatientIdType
public class PatientIdType
This class encapsulates the fields necessary to fully describe the patient id so that documents can be sent and retrieved from the repository. This is the patient's complete numerical representation
| Field Summary | |
|---|---|
static PatientIdType |
EMPTY_PID
|
| Constructor Summary | |
|---|---|
PatientIdType()
|
|
PatientIdType(java.lang.String patientId)
This constructor sets the patient id component |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
AssigningAuthorityType |
getAssigningAuthorityType()
|
java.lang.String |
getIdNumber()
This method returns the patient id component of the PIDType |
int |
hashCode()
|
void |
setAssigningAuthorityType(AssigningAuthorityType pAssigningAuthorityType)
|
void |
setIdNumber(java.lang.String patientId)
This method sets the patient id component of the PIDType |
java.lang.String |
toHL7Id()
|
java.lang.String |
toString()
Constructs a String with all attributes in name = value format. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PatientIdType EMPTY_PID
| Constructor Detail |
|---|
public PatientIdType()
public PatientIdType(java.lang.String patientId)
idNumber - The patient id| Method Detail |
|---|
public java.lang.String getIdNumber()
public void setIdNumber(java.lang.String patientId)
idNumber - The patient id valuepublic java.lang.String toHL7Id()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
String with all attributes in name = value format.
toString in class java.lang.ObjectString representation of this object.public AssigningAuthorityType getAssigningAuthorityType()
public void setAssigningAuthorityType(AssigningAuthorityType pAssigningAuthorityType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||