public class

WsOfferState

extends Object
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.offer.WsOfferState

Class Overview

description: the class contains offer state information.
see: The class is used only to output returned values.

Summary

Fields
public Long consentedOrganId description: the unique donor consented organ identifier.
public String nationalDonorId description: the donor's CTR2 patient ID.
public Long offerID description: the unique DWL offer identifier.
public WSLookup offerState description: the current state of the offer.
public List<WSLookup> offerStateReasons description: a list offer state reasons ( if state requires a reason ).
public Date offerStateTime description: the date and time the offer state was last updated in registry.
public WSLookup organ description: the donor Organ.
public WSLookup organType description: the donor Organ type.
Public Constructors
WsOfferState()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Long consentedOrganId

description: the unique donor consented organ identifier.
see: id field info

public String nationalDonorId

description: the donor's CTR2 patient ID.
see: nationalId info

public Long offerID

description: the unique DWL offer identifier.
see: id field info

public WSLookup offerState

description: the current state of the offer.
see: LT_OFFER_STATE_DWL

public List<WSLookup> offerStateReasons

description: a list offer state reasons ( if state requires a reason ).
see: LT_OFFER_STATE_REASON_DWL

public Date offerStateTime

description: the date and time the offer state was last updated in registry.
see: NowOrPastDateForOffers

public WSLookup organ

description: the donor Organ.
see: LT_ORGAN

public WSLookup organType

description: the donor Organ type.
see: LT_DONOR_ORGAN_TYPE

Public Constructors

public WsOfferState ()