Table Description
Authorized Unit History: Authorized Units is the amount of units which have been authorized by a supervisor to be delivered to a participantfor a particularplan item

This entity records every instance when the authorized units is updated by the supervisor

Example

A case worker creates a Return to Work service plan based on a pre-defined Return to Work template for participant James Smith. James is required to attend 6 physiotherapy sessions as part of his Return to Work program.

Through the course of his treatment, the physiotherapist communicates the requirement for James to attend a further 2 visits. A supervisormodifies the authorized physiotherapy sessions from 6 to 8 in order to allow an additional 2 visits to the physiotherapist.

Model Details
Location in Model: Logical View::MetaModel::Curam::ServicePlans::Service Plan Deliveries::AuthorizedUnitHistory::Entity::AuthorizedUnitHistory
Controlling File: ServicePlans\model\Packages\Service Layer\Service Plan Deliveries\AuthorizedUnitHistory\Entity\Entity_cat.efx
Attributes (8)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
authorizedUnitHistoryIDkeynoUnique reference number assigned by the system to an authorized unit history record.AUTHORIZED_UNIT_HISTORY_ID SVR_INT64
plannedItemIDdetails Unique reference number of the type of planned item which the authorized unit is associated with.PLANNED_ITEM_ID SVR_INT64
authorizedDatedetails Indicates the date on which the unit were authorized.CURAM_DATE SVR_DATE
authorizedUnitdetails The number of units authorized for the plan item on a given date.AUTHORIZED_UNITS SVR_INT32
authorizedByUserdetails The name of the user who authorized the units.USER_NAME SVR_STRING<64>
versionNodetails  VERSION_NO SVR_INT32
commentsdetails User entered remarks regarding the authorized unit record.COMMENTS SVR_STRING<300>
recordStatusdetails Status of the authorized unit history record. The values are 'Active' or 'Canceled'. Logical deletion is supported.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Indices (1)
Index NameAttributes
AuthHstPlndItIDIdxplannedItemID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: authorizedUnitHistoryID
Standard Operation 
readread Standard Operation 
searchByPlannedItemIDnsreadmultiORDER_BY: authorizedDate
WHERE: AuthorizedUnitHistory.plannedItemID = :plannedItemID
Lists the authorized unit history records for a planned item. 
Related Pages (4)