Table Description
Visitation Reschedule Admin: Defines the acceptable reasons for a visitor to reschedule a planned visit, for example, chronic illness.

Visitors may reschedule planned visits for a number of reasons. An organization can configure the acceptable reasons from a compliance point of view from the list of reschedule reasons provided.

Example

Daniel Smith is a 18 month child who has been placed in a foster care home as it was deemed by the child welfare agency that he was not safe staying at home with his mother, Julie Smith.
The child welfare caseworker dealing with Daniel creates an outcome plan for the family. The caseworker creates a visitation plan for Daniel and Julie to maintain relationships. The visitation plan outlines that Julie must make two face-to-face visits per month. Julie is due to visit her son Daniel, in accordance with the visitation plan. On her way to visit Daniel, Julie's car breaks down, and she is forced to reschedule the visit. The child welfare agency accepts vehicle breakdown as an acceptable reason for rescheduling the visit. The rescheduled visit is considered compliant from a scheduling perspective.
Model Details
Location in Model: Logical View::MetaModel::Curam::Visitation::Entity::Administration::VisitationRescheduleAdmin::VisitationRescheduleAdmin
Controlling File: AssessmentPlanning\model\Packages\Visitation\Entity\Administration\VisitationRescheduleAdmin.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
visitationRescheduleAdminIDkeynoUnique identifier for the record.INTERNAL_ID SVR_INT64
relatedCaseTypedetailsnoThe type of case associated with this visitation reschedule admin record. CASE_TYPE_CODECaseTypeCodeSVR_STRING<10>
relatedCaseIDdetailsnoThe unique identifier of the case associated with this visitation reschedule admin record.INTERNAL_ID SVR_INT64
recordStatusdetailsnoThe status of the visitation reschedule admin record. RECORD_STATUS_CODERecordStatusSVR_STRING<10>
rescheduleReasondetailsyesThe acceptable reason for rescheduling a visit. VISITATION_RESCHEDULE_REASONVisitRescheduleReasonSVR_STRING<10>
Indices (2)
Index NameAttributes
VstationReasonIdxrescheduleReason
VstationRelatedIdxrelatedCaseID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: visitationRescheduleAdminID
AUTO_ID_KEY: VISITBO
Standard Operation 
modifymodifyOPTIMISTIC_LOCKING: yes
Standard Operation 
readread Standard Operation 
searchByRelatedIDTypeAndStatusreadmulti Returns a list of visitation reschedule admin records for the given case type, related ID and status. 
readByRescheduleReasonRelatedIDAndTypensread Reads the visitation reschedule admin record for the given reschedule reason, case type, related ID and status. 
Related Pages (8)