public class

WsPatientTestElementResult

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

Class Overview

A serology test result.

Summary

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

Fields

public Long id

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.

public String testElementDefinitionName

description: a unique serology "test-to-test type" identifier.
required: TRUE.
see: CT_SEROLOGY_TEST_TO_TYPE - string value.

public String testValue

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.

Public Constructors

public WsPatientTestElementResult ()