public class

WSHlaComplete

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

Class Overview

description: the class contains HLA typing complete information for an organ.

Summary

Fields
public Boolean complete description: a flag indicating HLA complete status.
public Date evaluatedOn description: the date and time patient's HLA typing was evaluted.
public WSLookup organ description: the required organ, see: LT_ORGAN
public WSLookup program description: the CTR Program that will enable a patient to get an organ transplant, see: LT_PROGRAM
Public Constructors
WSHlaComplete()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Boolean complete

description: a flag indicating HLA complete status.

public Date evaluatedOn

description: the date and time patient's HLA typing was evaluted.

public WSLookup organ

description: the required organ, see: LT_ORGAN

public WSLookup program

description: the CTR Program that will enable a patient to get an organ transplant, see: LT_PROGRAM

Public Constructors

public WSHlaComplete ()