Table Description
Provider Accreditation: Accreditations from third party organizations achieved by the provider.

Accreditations from third party organizations achieved by the provider.

Example

National Association of Child Care Professionals is a third party giving accreditation to child care providers for their early care programs. The accreditation may be considered as a criterion to approve the provider to provide service offerings.

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::CPM::Service Layer::Provider::Provider Accreditation::Entity::ProviderAccreditation
Controlling File: CPM\model\Packages\Service Layer\Provider\Provider Accreditation\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
providerAccreditationIDkeynoThe unique system generated identifier for the provider accreditation record.INTERNAL_ID SVR_INT64
providerConcernRoleIDdetailsnoThe unique system generated identifier for the Provider.CONCERN_ID SVR_INT64
typedetails The third party organization accrediting the providerPROVIDER_ACCREDITATION_TYPEProviderAccreditationTypeSVR_STRING<10>
descriptiondetails Description of the accreditation given to the provider.DESCRIPTION SVR_STRING<300>
recordStatusdetails The status is used to indicate if the accreditation has been logically deleted.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (2)
ChildParent
ProviderAccreditation.providerConcernRoleIDProvider.providerConcernRoleID
AccreditationPeriod.providerAccreditationIDProviderAccreditation.providerAccreditationID
Indices (1)
Index NameAttributes
ProviderAccreditationIndex1providerConcernRoleID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: providerAccreditationID
Creates a new row on ProviderAccreditation table. 
readread Reads a row of data from ProviderAccreditation table. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an existing row on ProviderAccreditation table. 
removeremove Removes an existing row from ProviderAccreditation table. 
searchByreadmulti Searches for ProviderAccreditation records based on the provider specified. 
Related Pages (13)