Table Description
Contract Print History: A historical record of when the service plan contract was printed.

This entity is updated each time a user prints a service plan contract.

Example

A case worker creates a Return to Work service plan for participant Linda Smith who has recently become unemployed. A goal of Sustainable Employment is selected for this service plan. A Transportation sub-goal is added to the service plan as she is unable to pay for transport to get to work. A Mileage Reimbursement plan item is added to the service plan to achieve the service plan sub-goal.

She also needs assistance with paying for childcare and as such a Childcare sub-goal is added to the service plan. Plan item Childcare Provision is added to the Childcare sub-goal.

The service plan is approved and a contract is issued and subsequently accepted by Linda Smith. A case worker prints the contract.

A record is kept in the Contract Print History entity which represents this print request.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::ServicePlans::Service Plan Deliveries::ContractPrintHistory::Entity::ContractPrintHistory
Controlling File: ServicePlans\model\Packages\Service Layer\Service Plan Deliveries\ContractPrintHistory\Entity\ContractPrintHistory_cat.efx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
contractPrintHistoryIDkeynoUnique reference number of the contract print history record.CONTRACT_PRINT_HISTORY_ID SVR_INT64
servicePlanContractIDdetailsnoThe unique reference number of the contract which was printed.SERVICE_PLAN_CONTRACT_ID SVR_INT64
requestedBydetailsnoUser name of the user who printed the contract.USER_NAME SVR_STRING<64>
printDatedetailsnoDate on which the contract was printed.CURAM_DATE SVR_DATE
Foreign Keys (1)
ChildParent
ContractPrintHistory.servicePlanContractIDServicePlanContract.servicePlanContractID
Indices (1)
Index NameAttributes
ContractIDIndex1servicePlanContractID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: contractPrintHistoryID
Standard Operation 
readread Standard Operation 
searchByContractIDreadmulti returns a list of all print history records for a specific service plan contract. 
Related Pages (5)