A Case Worker Creates a New Case for that Person

Now that the father has been registered, the case worker goes on to register a Sickness Benefit case for the father.

When the system registers the case, it writes a row to each of these database tables:

Later, during case determination, the data on these rows will be converted to a ProductEligibilityEntitlementRuleSet.ProductDeliveryCase rule object by the Product Delivery Rule Object Converter (see Product Delivery Rule Objects). This rule object will be used to calculate the determination result for the case.

When the system registers the case, it also records the father as a member of the case, by writing a row to the CaseParticipantRole database table. Later, during case determination, the Entity Rule Object Converter will convert the data on this row to a CaseEntitiesRuleSet.CaseParticipantRole rule object for the father's role on the case.

At this point we now have: