public class

WsDiagnosis

extends WsPatientItem
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.WsPatientItem
     ↳ com.cbs.ctr3ws.dtos.health.WsDiagnosis

Class Overview

description: the class contains recipient organ diagnoses information.

Summary

Fields
public WSLookup ltOrgan description: the recipient organ.
public String priOrgDiagComment description: the primary diagnosis comment.
public WSLookup priOrgDiagReason description: the primary diagnosis.
public String secOrgDiagComment description: the secondary diagnosis comment.
public WSLookup secOrgDiagReason description: the secondary diagnosis.
public String terOrgDiagComment description: the tertiary diagnosis comment.
public WSLookup terOrgDiagReason description: the tertiary diagnosis.
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsDiagnosis()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public WSLookup ltOrgan

description: the recipient organ.
see: LT_ORGAN

public String priOrgDiagComment

description: the primary diagnosis comment.
required: FALSE
see: Test Result: free format text, max L=4000

public WSLookup priOrgDiagReason

description: the primary diagnosis.
required: FALSE
see: LT_ORGAN_DIAGNOSIS_REASON

public String secOrgDiagComment

description: the secondary diagnosis comment.
required: FALSE
see: Test Result: free format text, max L=4000

public WSLookup secOrgDiagReason

description: the secondary diagnosis.
required: FALSE
see: LT_ORGAN_DIAGNOSIS_REASON

public String terOrgDiagComment

description: the tertiary diagnosis comment.
required: FALSE
see: Test Result: free format text, max L=4000

public WSLookup terOrgDiagReason

description: the tertiary diagnosis.
required: FALSE
see: LT_ORGAN_DIAGNOSIS_REASON

Public Constructors

public WsDiagnosis ()