| java.lang.Object | |
| ↳ | com.cbs.ctr3ws.dtos.WsPatientTestElementResult |
A serology test result.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public Long | id | description: the unique test result identifier. | |||||||||
| public String | testElementDefinitionName | description: a unique serology "test-to-test type" identifier. | |||||||||
| public String | testValue | description: the test result value. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| WsPatientTestElementResult() | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
description: the unique test result identifier.
required: FALSE.
see: The field is used only to output returned values, it is ignored if input. id field info.
description: a unique serology "test-to-test type" identifier.
required: TRUE.
see: CT_SEROLOGY_TEST_TO_TYPE - string value.
description: the test result value.
required: TRUE-if. When the test result value is to be updated, otherwise the current value will not be updated.
see: LT_SEROLOGY_RESULT- string value.