Table Description
Provider Specialty: Areas in which a provider has particular experience or expertise.

These are not directly linked to services but may include things like Languages Spoken, Method of Payment Accepted etc. These can be used in conjunction with the services desired to match to an appropriate provider.

Example

Spanish Speaking, Developmental Delay etc.

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 Specialty::Entity::ProviderSpecialty
Controlling File: CPM\model\Packages\Service Layer\Provider\Provider Specialty\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (7)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
providerSpecialtyIDkeynoThe unique system generated identifier for the provider specialty record.INTERNAL_ID SVR_INT64
providerConcernRoleIDdetailsnoThe unique system generated identifier for the provider.CONCERN_ID SVR_INT64
specialtydetails The type of specialty held by the provider.PROVIDER_SPECIALTYProviderSpecialtySVR_STRING<10>
startDatedetails The date from which the provider has the specialty.CURAM_DATE SVR_DATE
endDatedetails The last date on which the provider has the specialty.CURAM_DATE SVR_DATE
commentsdetails Comments recorded by a user relating to the provider specialty.COMMENTS SVR_STRING<300>
recordStatusdetails status is used to indicate if the provider specialty has been logically deleted.RECORD_STATUS_CODERecordStatusSVR_STRING<10>
Foreign Keys (1)
ChildParent
ProviderSpecialty.providerConcernRoleIDProvider.providerConcernRoleID
Indices (1)
Index NameAttributes
ProviderSpecialtyIndex1providerConcernRoleID
Operations (5)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: providerSpecialtyID
Creates a new row on Provider Specialty table.  
readread Reads a row of data from Provider Specialty table. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an existing row on Provider Specialty table. 
removeremove Removes an existing row from Provider Specialty table. 
searchByreadmultiORDER_BY: startDate
Searches all the Specialties belonging to the provider specified. 
Related Pages (16)