public class

WsPatientDiagnostic

extends Object
implements Serializable
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

Fields

public Date collectedOn

description: the Result collection date and time.
see: collectionDate info

public long id

description: the unique diagnostic record identifier.
see: id field info

public Long patientId

description: the unique patient identifier.
see: patientId field info