Table Description
License Renewal: Information relating to a license which has been renewed.

Information relating to a license which has been renewed. A license cannot be renewed more than once.

Example

A provider holds a license which is about to expire. If following checks carried out by the agency the provider is seen to be compliant, the agency issues a renewed license for a year, recording the date of renewal along with the fact that the provider is compliant.

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::LicenseRenewal::Entity::LicenseRenewal
Controlling File: CPM\model\Packages\Service Layer\Provider\LicenseRenewal\Entity\Entity_cat.efx
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
licenseRenewalIDkeynoThe unique system generated identifier for the license renewal record.LICENSE_RENEWAL_ID SVR_INT64
licenseIDdetailsnoThe unique system generated identifier for the license.LICENSE_ID SVR_INT64
renewalCompliantInddetails Indicates that the provider has been found compliant during the renewal process and therefore their license can be renewed.CURAM_INDICATOR SVR_BOOLEAN
renewalDatedetails The date the renewal took place.CURAM_DATE SVR_DATE
commentsdetails Comments recorded by the user relating to license renewal.COMMENTS SVR_STRING<300>
Foreign Keys (1)
ChildParent
LicenseRenewal.licenseIDLicense.licenseID
Indices (1)
Index NameAttributes
LicenseRenewalIndex1licenseID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: licenseRenewalID
Standard Operation 
readread Standard Operation 
searchByLicenseIDreadmulti This method lists license renewal records for a license. 
Related Pages (7)