java.lang.Object |
↳ |
com.cbs.ctr3ws.dtos.WSPatient |
Summary
Fields |
public
String |
dateOfBirth |
description: the patient's date of birth. |
public
String |
firstName |
description: the first name of the patient. |
public
String |
lastName |
description: the last name of the patient. |
public
String |
localPatientId |
description: the local Patient identifier. |
public
String |
nationalId |
description: the unique patient identifier. |
public
WSLookup |
patientType |
description: the CTR patient type. |
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
String
dateOfBirth
description: the patient's date of birth.
see: Date format
public
String
localPatientId
Public Constructors