Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: caseDecisionSummaryProcID
| Standard Operation | |
read | read | | Standard Operation | |
modify | modify | | Standard Operation | |
countNumProgramsHHMemberEligibleInDateRange | ns | | This method will return a count of programs in the specified date range that a particular household member is eligible for. This number should only be used to determine if a household member is eligible for another program because the numbers of different programs may not be accurate since a household member can be eligible for LIFC in a number of different assistance units and therefore will have an entry for each one of these. | SQL |
removeByCaseID | nsremove | | This method removes all the entries on the ISPCaseDecisionSummaryProc table for the specified case id. | |
readHHMemberAssessmentEligibility | ns | | This method will read the ispCaseDecisionSummaryProc table and return a decision result for a household member based on the tag value, case decision set id, decision date and their concern role id. This method will find a result matching the search criteria to the nearest date up to the decision date specified in the key. This method works on the assumption that a household member will only have one entry in the table with the same case decision set id, tag value and decision date. However, it is possible to have multiple records for example in the case of LIFC where the household member could be on a number of assistance units, for this reason the method should not be used to check eligibility of products where a household member can be on multiple assistance units. | SQL |
readByCaseID | nsreadmulti | | Retrieve list of Case Decision Summary records by case id. | |
|