Table Description
WaitList: A queue of clients waiting on a resource to become available.

Wait list is a queue created for a resource needed by clients. Each entry of client in the wait list forms a 'Wait List Entry'. A new client can be added to the wait list or an existing client can be removed from the wait list. Once a client is added or removed, the position of remaining entries in the wait list might get renumbered.

Example

A wait list is created for a provider Carrys Child Care with two clients, James Smith and Lind Smith in it , waiting for a place to become available.

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::Core::Reference Model::Case::Entity Objects::WaitList::WaitList
Controlling File: core\model\Packages\Case\Wait List_cat.efx
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
waitListIDkeynoThe unique system generated identifier for the wait list record.WAIT_LIST_ID SVR_INT64
typedetailsnoThis is used to indicate the type of the wait list.WAIT_LIST_TYPEWaitListTypeSVR_STRING<10>
resourceIDdetailsnoSystem generated identifier that uniquely identifies the resource for which a wait list is created.INTERNAL_ID SVR_INT64
createdDateTimedetailsnoThe date and time the wait list was created in the systemCURAM_DATETIME SVR_DATETIME
Foreign Keys (1)
ChildParent
WaitListEntry.waitListIDWaitList.waitListID
Indices (1)
Index NameAttributes
wLstReIDIdxresourceID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: waitListID
Standard Operation 
readread Standard Operation 
readByResourceIDnsread Retrieves an existing Wait List based on Resource ID. 
Related Pages (29)
Delete Fund (FundPM_deleteProgramFund)
Wait List Status History (FundPM_listWaitListEntryStatusHistory)
Remove Wait List Entry (FundPM_removeWaitListEntry)
Edit Wait List Entry (FundPM_updateWaitListEntry)
Confirm modify overlapping placements (ProviderManagement_confirmModifyPlacementPrdForWL)
Confirm remove open wait lists (ProviderManagement_confirmRemoveOpenWL)
Create Wait List (ProviderManagement_createSampleWaitList)
Wait Lists (ProviderManagement_listProviderOfferingWaitListForProvider)
ProviderManagement_listRecentWaitListEntryDueForReview
Wait Lists (ProviderManagement_listWaitListEntryForProvider)
Provider Service Wait Lists: (ProviderManagement_listWaitListEntryForProviderOffering)
Mark as Allocated (ProviderManagement_markAsAllocated)
Allocate Place (ProviderManagement_modifyPlaceProviderOfferingAllocate)
Allocate Place (ProviderManagement_modifyPrdForAllocatePOWaitList)
Allocate Place (ProviderManagement_modifyPrdForAllocateProviderWaitList)
Remove Wait List Entry (ProviderManagement_removeWaitListEntry)
Available Places (ProviderManagement_searchAvailablePlacesForWaitList)
Wait Lists (ProviderManagement_searchWaitListForProvider)
Wait Lists (ProviderManagement_searchWaitListForProviderAndProviderOffering)
Wait List Search (ProviderManagement_searchWaitListForProviderOffering)
Edit Wait List Entry (ProviderManagement_updateWaitListEntry)
ProviderManagement_viewProviderTabDetailsForFacilityManager
ProviderManagement_viewWaitListEntryFrmProvider
ProviderManagement_viewWaitListEntryFrmProviderOffering
ProviderManagement_viewWaitListEntryFrmProviderSearch
View Wait List Entry History: (ProviderManagement_viewWaitListEntryHistory)
ProviderManagement_viewWaitListEntryHistoryFrmProvider
Allocate Wait List Entry: (WaitList_markAsAllocated)
Remove Wait List Entry: (WaitList_removeWaitListEntry)