public class

WsRelatedOrganRequest

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

Class Overview

description: the class contains information about another active organ request a DWL recipient has. It applies to the multiple transplant case.
see: The class is used only to output returned values.

Summary

Fields
public String organ description: the Organ requested for transplant.
public Long organId description: the unique organ request identifier.
public String organMedicalStatus description: the organ medical status.
public Long organMedicalStatusId description: the organ medical status identifier.
public String organType description: the required organ-type.
public Long organTypeId description: the unique organ-type identifier.
public long relatedOrganRequestId description: the unique organ request identifier.
public String requestState description: the status (also referred to as: state) of recipient’s readiness to accept an offer.
public Long requestStateId description: the organ status (state) identifier.
Public Constructors
WsRelatedOrganRequest()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public String organ

description: the Organ requested for transplant.
see: LT_ORGAN.

public Long organId

description: the unique organ request identifier.
see: id field info

public String organMedicalStatus

description: the organ medical status.
required: TRUE
see: LT_MEDICAL_STATUS

public Long organMedicalStatusId

description: the organ medical status identifier.
see: id field info

public String organType

description: the required organ-type.
see: LT_RECIPIENT_ORGAN_TYPE

public Long organTypeId

description: the unique organ-type identifier.
see: id field info

public long relatedOrganRequestId

description: the unique organ request identifier.
see: id field info.

public String requestState

description: the status (also referred to as: state) of recipient’s readiness to accept an offer.
required: TRUE
see: LT_ORGAN_REQ_STATE

public Long requestStateId

description: the organ status (state) identifier.
see: id field info

Public Constructors

public WsRelatedOrganRequest ()