java.lang.Object | |
↳ | com.cbs.ctr3ws.dtos.recipient.RecipientOrganRequest |
description: the Recipient organ request type.
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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
description: a flag indicating whether organ request is eligible for the IPOS DWL organ program.
description: the date/time when DWL recipient organ request listed in CTR.
required: FALSE - default to : current system date/time.
description: the organ request id on the local system.
description: the date/time the organ medical status was updated in registry.
description: the organ medical status.
required: TRUE
see: LT_MEDICAL_STATUS
description: the date/time the organ request status was updated in registry.
description: the required organ type.
see: LT_RECIPIENT_ORGAN_TYPE
description: the CTR Program that will enable a patient to get an organ transplant.
required: FALSE - default to: DECEASED_WAITLIST
see: LT_PROGRAM
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
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.
description: the status (also referred to as: state) of recipient’s readiness to accept an offer.
required: TRUE
see: LT_ORGAN_REQ_STATE
Instantiates a new recipient organ request.