public class

WsPatientTestResult

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.WsPatientTestResult

Class Overview

description: a set of serology test result belonging to the same serum sample

Summary

Fields
public Date collectionDate description: the serum collection date and time, see: Ws_DTO.dataCollectionDate field info.
public Long id description: the unique test result identifier, see: id field info
public String nationalId description: the CTR2 patient ID, see: NationalId field info.
public Long testDefinitionId description: the unique test definition name, can be used instead of testDefinitionName, see: id field info
public String testDefinitionName description: the unique test definition name, can be used instead of the testDefinitionId field.
public List<WsPatientTestElementResult> testElementResults description: A list of test results -> List{ WsPatientTestElementResult }
Public Constructors
WsPatientTestResult()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Date collectionDate

description: the serum collection date and time, see: Ws_DTO.dataCollectionDate field info.

public Long id

description: the unique test result identifier, see: id field info

public String nationalId

description: the CTR2 patient ID, see: NationalId field info.

public Long testDefinitionId

description: the unique test definition name, can be used instead of testDefinitionName, see: id field info

public String testDefinitionName

description: the unique test definition name, can be used instead of the testDefinitionId field. If the testDefinitionId field exists, this field will be ignored.

public List<WsPatientTestElementResult> testElementResults

description: A list of test results -> List{ WsPatientTestElementResult }

Public Constructors

public WsPatientTestResult ()