| java.lang.Object | |
| ↳ | com.cbs.ctr3ws.dtos.donor.DonorSearchCriteria |
description: the class contains DWL donor search criteria.
| 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
| |||||||||||
description: a list of the donor's case statuses search criteria.
see: LT_DONOR_CASE_STATE
description: the donor's first name search criteria.
see: free format text, max L=200
note: wildcards "*" are permitted.
description: the donor's last name search criteria.
see: free format text, max L=200
note: wildcards "*" are permitted.
description: a local donor id search criteria.
see: free format text, max L=100
note: wildcards "*" are permitted.
description: a list of recovery hospital cities search criteria.
see: free format text, max L=50
note: wildcards "*" are permitted.
description: a list of recovery hospital facilities search criteria.
see: WSFacility
description: the "from" registry entry date search criteria.
see: current date/time or a date/time in the past
description: the "to" registry entry date search criteria.
see: current date/time or a date/time in the past