Table Description
Internal Information Provider ID: The last unique reference number which has been assigned to the primary Concern Role Alternate ID of an Information Provider.

This table can be used by a custom implementation of Curam if it is required that the alternateID values for Information ProvidersConcern Role Alternate ID records are assigned in an ascending, sequential manner. This table guarantees that there will not be any gaps in the unique identifiers assigned to the records.

Example

This table holds a single row with the value 12345. A User registers the Information Provider Midway Medicines, which causes:

  • the value on this table to be incremented to 12346; and
  • the value 12346 to be stored in the primary Concern Role Alternate ID for Midway Medicines.

Technical Notes

This is a control entity which only ever holds one row. If you require to use this entity, then you must set the Curam environment variable curam.referencenumber.generateinformationproviderridfromkeyset to be NO, otherwise Curam key-set mechanism will be used instead to assign an identifier. Use of this entity must be considered carefully as it may prevent concurrent users from registering Information Providers.

Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Infrastructure::Unique IDs::InternalInfoProviderID
Controlling File: core\model\Packages\Global Classes_cat.efx
Attributes (1)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
nextInformationProviderIDkeynoThe next unique reference number for an information provider.ALTERNATE_ID SVR_STRING<18>
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsert Standard Operation 
readOnenkread This method reads the only record in this control table. 
modifyAllnkmodify This method sets the value of the only record in this control table. 
Related Pages (0)