java.lang.Object | |
↳ | com.cbs.ctr3ws.dtos.WsSerologyResult |
A set of serology test results belonging to the same serum sample.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public Date | collectionDate | description: the serum collection date and time. | |||||||||
public String | comment | description: a comment. | |||||||||
public Long | id | description: the unique test result identifier. | |||||||||
public String | nationalId | description: nationalId the CTR2 patient ID. | |||||||||
public String | serologySource | description: the serology source. | |||||||||
public String | serologyType | description: the serology sample dilution. | |||||||||
public String | testDefinitionId | description: a numeric id, the equivalent of the field "testDefinitionName" enum value : donorSerology( 1 ), recipientSerology( 29 ). | |||||||||
public String | testDefinitionName | description: a label: "donorSerology" or "recipientSerology". | |||||||||
public List<WsPatientTestElementResult> | testElementResults | description: a list of test results. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WsSerologyResult() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
description: the serum collection date and time.
required: TRUE .
see: Ws_DTO.collectionDate
constraint: the serum sample collection date, see: Ws_DTO.dateUniqueInSet.
description: a comment.
required: FALSE .
see: Test Result: free format text, max L= Very large
description: nationalId the CTR2 patient ID.
required: TRUE
see: nationalId info
description: the serology source.
required: TRUE .
see: LT_SEROLOGY_SOURCE - string value.
description: the serology sample dilution.
required: TRUE .
see: LT_SEROLOGY_SAMPLE_DILUTION - string value.
description: a numeric id, the equivalent of the field "testDefinitionName" enum value : donorSerology( 1 ), recipientSerology( 29 ).
required: FALSE .
see: The field is used only to output returned values. OutputDataType
description: a label: "donorSerology" or "recipientSerology".
required: FALSE .
see: The field is used only to output returned values. OutputDataType
description: a list of test results.
required:TRUE - Required when adding or updating a serology sample record, there must be at least 1 test element result in list.
see: List{ WsPatientTestElementResult
}