|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdsg.smart.PatientID
Class to identify patients in Smart system. Format: ### ## ## # (spaces not stored)
| Nested Class Summary | |
static class |
PatientID.FormatException
Indicates a problem with the format of an PatientID when trying to convert from a String. |
| Constructor Summary | |
PatientID(java.lang.String id)
|
|
| Method Summary | |
boolean |
equals(UserID p)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PatientID(java.lang.String id)
throws PatientID.FormatException
| Method Detail |
public java.lang.String toString()
toString in interface UserIDpublic boolean equals(UserID p)
equals in interface UserID
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||