public class

WsMalignancy

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

Class Overview

description: the class contains patient malignancy information.

Summary

Fields
public String deNovoLymphoDetail description: the DeNovo lympho detail.
public String deNovoTumourDetail description: the DeNovo tumour detail.
public WSLookup ltCurrentOrPast description: a flag indicating if patient had previous malignancy.
public WSLookup ltDeNovoLymphoAtRisk description: a flag indicating Malignancy De Novo Lymphoprofilerative Disease and Lymphoma.
public WSLookup ltDeNovoTumourAtRisk description: a flag indicating patient has malignancy De Novo Tumour.
public WSLookup ltMalignancyType description: the malignancy type.
public WSLookup ltRecurrentTumourAtRisk description: a flag indicating patient has Malignancy, Recurrence of Pre-Transplant Tumour.
public WSLookup ltRecurrentTumourType description: a flag indicating patient has Malignancy, Recurrence of Pre-Transplant Tumour.
public Date malignancyDate description: the malignancy diagnosis date.
public String malignancyTypeDetail description: the Malignancy type detail.
public String recurrentTumourDetail description: the "ltRecurrentTumourType" details.
[Expand]
Inherited Fields
From class com.cbs.ctr3ws.dtos.WsPatientItem
Public Constructors
WsMalignancy()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String deNovoLymphoDetail

description: the DeNovo lympho detail.
required:TRUE-if - Required if "ltDeNovoTumourAtRisk" = yes see: free format text, max L=100

public String deNovoTumourDetail

description: the DeNovo tumour detail.
required:TRUE-if - Required if "ltDeNovoLymphoAtRisk" = Yes see: free format text, max L=100

public WSLookup ltCurrentOrPast

description: a flag indicating if patient had previous malignancy.
required:TRUE
see: LT_CURRENT_OR_PAST

public WSLookup ltDeNovoLymphoAtRisk

description: a flag indicating Malignancy De Novo Lymphoprofilerative Disease and Lymphoma.
required:FALSE
see: : LT_AT_RISK

public WSLookup ltDeNovoTumourAtRisk

description: a flag indicating patient has malignancy De Novo Tumour.
required:FALSE
see: LT_AT_RISK

public WSLookup ltMalignancyType

description: the malignancy type.
required:TRUE-if - Required if "ltCurrentOrPast" - Pre-Transplant = Current or Past
see: LT_MALIGNANCY_TYPE

public WSLookup ltRecurrentTumourAtRisk

description: a flag indicating patient has Malignancy, Recurrence of Pre-Transplant Tumour.
required:FALSE
see: LT_AT_RISK

public WSLookup ltRecurrentTumourType

description: a flag indicating patient has Malignancy, Recurrence of Pre-Transplant Tumour.
required:FALSE
see: LT_TUMOUR_TYPE

public Date malignancyDate

description: the malignancy diagnosis date.
required:TRUE-if - Required if "ltCurrentOrPast" = Current or Past see: NowOrPastDate

public String malignancyTypeDetail

description: the Malignancy type detail.
required:TRUE-if - Required if LT_MALIGANCY = Other please Specify
see: free format text, max L=100

public String recurrentTumourDetail

description: the "ltRecurrentTumourType" details.
required:TRUE-if - Required if "ltRecurrentTumourType" = OTHER-PLEASE_SPECIFY see: free format text, max L=100

Public Constructors

public WsMalignancy ()