public class

WsPgmExclusion

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.recipient.WsPgmExclusion

Class Overview

description: the class contains organ request IPOS program exclusion information.

Summary

Fields
public Boolean dwlEligible description: a flag indicating whether organ request is eligible for the IPOS DWL organ program.
public String nationalRecipientId description: the recipient CTR2 patient ID.
public long organRequestId description: the unique organ request identifier.
public boolean preventProgramParticipation description: a flag indicating that the organ request is exclude or included from the IPOs program.
Public Constructors
WsPgmExclusion(String nationalRecipientId, long organRequestId, boolean preventProgramParticipation, Boolean dwlEligible)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Boolean dwlEligible

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

public String nationalRecipientId

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

public long organRequestId

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

public boolean preventProgramParticipation

description: a flag indicating that the organ request is exclude or included from the IPOs program.
required: TRUE - field is calculated, defaults FALSE.

Public Constructors

public WsPgmExclusion (String nationalRecipientId, long organRequestId, boolean preventProgramParticipation, Boolean dwlEligible)