| java.lang.Object | |
| ↳ | com.cbs.ctr3ws.dtos.WsPatientTestResult |
description: a set of serology test result belonging to the same serum sample
| 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
| |||||||||||
description: the serum collection date and time, see: Ws_DTO.dataCollectionDate field info.
description: the unique test definition name, can be used instead of testDefinitionName, see: id field info
description: the unique test definition name, can be used instead of the testDefinitionId field. If the testDefinitionId field exists, this field will be ignored.
description: A list of test results -> List{ WsPatientTestElementResult }