public class

RecipientOrganRequest

extends Object
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.recipient.RecipientOrganRequest

Class Overview

description: the Recipient organ request type.

Summary

Fields
public WSLookup RecipientType description: the recipient type.
public Boolean dwlEligible description: a flag indicating whether organ request is eligible for the IPOS DWL organ program.
public Long id description: the unique organ request identifier.
public Date listDateTime description: the date/time when DWL recipient organ request listed in CTR.
public String localOrganRequestID description: the organ request id on the local system.
public Date medicalStatusChangeDate description: the date/time the organ medical status was updated in registry.
public WSLookup organMedicalStatus description: the organ medical status.
public WSLookup organRequired description: the required organ.
public Date organStatusChangeDate description: the date/time the organ request status was updated in registry.
public WSLookup organTypeRequired description: the required organ type.
public WSLookup program description: the CTR Program that will enable a patient to get an organ transplant.
public WSLookup reason description: the reason for the organ state.
public String reasonComment description: the comment that is required for some reason codes.
public WSLookup status description: the status (also referred to as: state) of recipient’s readiness to accept an offer.
Public Constructors
RecipientOrganRequest()
Instantiates a new recipient organ request.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public WSLookup RecipientType

description: the recipient type.
required: FALSE note: when input, field value is ignored
default to:
-for a KPD organ request, defaults to "REGISTERED_PAIR"
-for a DWL organ request, defaults to "NULL"
see: LT_ORGAN_REQUEST_TYPE

public Boolean dwlEligible

description: a flag indicating whether organ request is eligible for the IPOS DWL organ program.

public Long id

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

public Date listDateTime

description: the date/time when DWL recipient organ request listed in CTR.
required: FALSE - default to : current system date/time.

public String localOrganRequestID

description: the organ request id on the local system.

public Date medicalStatusChangeDate

description: the date/time the organ medical status was updated in registry.

public WSLookup organMedicalStatus

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

public WSLookup organRequired

description: the required organ.
required: TRUE
see: LT_ORGAN

public Date organStatusChangeDate

description: the date/time the organ request status was updated in registry.

public WSLookup organTypeRequired

description: the required organ type.
see: LT_RECIPIENT_ORGAN_TYPE

public WSLookup program

description: the CTR Program that will enable a patient to get an organ transplant.
required: FALSE - default to: DECEASED_WAITLIST
see: LT_PROGRAM

public WSLookup reason

description: the reason for the organ state.
required: TRUE-if - the organ request state (field: "status") may require a reason.
see: LT_ORGAN_REQ_STATE_REASON

public String reasonComment

description: the comment that is required for some reason codes.
required: TRUE-if - the organ request state reason (field: "reason") may require an additional comment.

public WSLookup status

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

Public Constructors

public RecipientOrganRequest ()

Instantiates a new recipient organ request.