public class

WSOrganRequestCore

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.recipient.WSOrganRequestCore
Known Direct Subclasses

Class Overview

description: the class contains organ request core information.

Summary

Fields
public long id description: the unique organ request identifier.
public Date listDateTime description: the organ request list date and time.
public String nationalRecipientId description: the recipient CTR2 patient ID.
public WSLookup organMedicalStatus description: the Organ medical status.
public WSLookup organRequired description: the Organ requested for transplant.
public WSLookup organTypeRequired description: the Organ type requested for transplant.
public WSLookup stateReason description: the Reason for recipient organ request state changed.
public WSLookup status description: the Organ Request State of patient’s readiness to accept an organ offer.
public Date statusChangeDateTime description: the date and time the Organ Request State was updated in registry.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public long id

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

public Date listDateTime

description: the organ request list date and time.
required: FALSE - defaults to the current system date/time.
see: NowOrPastDate

public String nationalRecipientId

description: the recipient CTR2 patient ID.
see: nationalId info

public WSLookup organMedicalStatus

description: the Organ medical status.
see: LT_MEDICAL_STATUS

public WSLookup organRequired

description: the Organ requested for transplant.
see: LT_ORGAN

public WSLookup organTypeRequired

description: the Organ type requested for transplant.
see: LT_RECIPIENT_ORGAN_TYPE

public WSLookup stateReason

description: the Reason for recipient organ request state changed.
see: LT_ORGAN_REQ_STATE_REASON

public WSLookup status

description: the Organ Request State of patient’s readiness to accept an organ offer.
see: LT_ORGAN_REQ_STATE

public Date statusChangeDateTime

description: the date and time the Organ Request State was updated in registry.
required: FALSE - defaults to the current system date/time.
see: NowOrPastDate