java.lang.Object |
↳ |
com.cbs.ctr3ws.dtos.tests.WsPatientDiagnostic |
Class Overview
description: a base class inherited by child classes needing to associate a diagnostic test result with a patient.
Summary
Fields |
public
Date |
collectedOn |
description: the Result collection date and time. |
public
long |
id |
description: the unique diagnostic record identifier. |
public
Long |
patientId |
description: the unique patient identifier. |
[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
long
id
description: the unique diagnostic record identifier.
see: id field info