public class

DonorSearchCriteria

extends Object
implements Serializable
java.lang.Object
   ↳ com.cbs.ctr3ws.dtos.donor.DonorSearchCriteria

Class Overview

description: the class contains DWL donor search criteria.

Summary

Fields
public Integer ageFrom description: the "from" age search criteria.
public Integer ageTo description: the "to" age search criteria.
public List<WSLookup> bloodTypes description: a list of blood types search criteria.
public List<WSLookup> caseStatuses description: a list of the donor's case statuses search criteria.
public String firstName description: the donor's first name search criteria.
public String lastName description: the donor's last name search criteria.
public String localDonorId description: a local donor id search criteria.
public String nationalDonorId description: a CTR2 donor id search criteria.
public List<WSFacility> opos description: a list of ODO facilities search criteria.
public List<String> recoveryHospitalCities description: a list of recovery hospital cities search criteria.
public List<WSFacility> recoveryHospitals description: a list of recovery hospital facilities search criteria.
public Date registryEntryDateFrom description: the "from" registry entry date search criteria.
public Date registryEntryDateTo description: the "to" registry entry date search criteria.
Public Constructors
DonorSearchCriteria()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public Integer ageFrom

description: the "from" age search criteria.
see: Age (in years).

public Integer ageTo

description: the "to" age search criteria.
see: Age (in years).

public List<WSLookup> bloodTypes

description: a list of blood types search criteria.
see: LT_ABO

public List<WSLookup> caseStatuses

description: a list of the donor's case statuses search criteria.
see: LT_DONOR_CASE_STATE

public String firstName

description: the donor's first name search criteria.
see: free format text, max L=200
note: wildcards "*" are permitted.

public String lastName

description: the donor's last name search criteria.
see: free format text, max L=200
note: wildcards "*" are permitted.

public String localDonorId

description: a local donor id search criteria.
see: free format text, max L=100
note: wildcards "*" are permitted.

public String nationalDonorId

description: a CTR2 donor id search criteria.
see: nationalId info

public List<WSFacility> opos

description: a list of ODO facilities search criteria.
see: WSFacility

public List<String> recoveryHospitalCities

description: a list of recovery hospital cities search criteria.
see: free format text, max L=50
note: wildcards "*" are permitted.

public List<WSFacility> recoveryHospitals

description: a list of recovery hospital facilities search criteria.
see: WSFacility

public Date registryEntryDateFrom

description: the "from" registry entry date search criteria.
see: current date/time or a date/time in the past

public Date registryEntryDateTo

description: the "to" registry entry date search criteria.
see: current date/time or a date/time in the past

Public Constructors

public DonorSearchCriteria ()