Table Description
Accreditation Period: Duration for which the provider is accredited by the accrediting organization.

Accreditations are given for a definite period of time. The providers get re accredited after expiry of the accreditation

Example

Carry's Child Care gets accredited by NAFCC from 01/03/2007 till 29/02/2008.

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::Accreditation Period::Entity::AccreditationPeriod
Controlling File: CPM\model\Packages\Service Layer\Provider\Accreditation Period\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
accreditationPeriodIDkeynoThe unique system generated identifier for the accreditation period record.INTERNAL_ID SVR_INT64
providerAccreditationIDdetailsnoThe unique system generated identifier for the provider accreditation record.INTERNAL_ID SVR_INT64
startDatedetails Date from which the provider is considered to be accredited.CURAM_DATE SVR_DATE
endDatedetails Date of expiry of the accreditation given to the provider.CURAM_DATE SVR_DATE
Foreign Keys (1)
ChildParent
AccreditationPeriod.providerAccreditationIDProviderAccreditation.providerAccreditationID
Indices (1)
Index NameAttributes
AccreditationPeriodIndex1providerAccreditationID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: accreditationPeriodID
Creates a new row on AccreditationPeriod table. 
readread Reads a row of data from AccreditationPeriod table. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an existing row on AccreditationPeriod table. 
removeremove Removes an existing row from AccreditationPeriod table. 
searchByreadmulti Searches for AccreditationPeriod records based on the ProviderAccreditation specified. 
Related Pages (7)