Table Description
SpecialtyTypeIcon: Icon specified for a specialty type. Icons can also be specified for specific specialties within a specialty type. This icon is displayed against a provider that has a specialty of this specialty type.

Example

Type of specialty icon. For example, Language.png, Accessibility.png.

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::SpecialtyTypeIcon::Entity::SpecialtyTypeIcon
Controlling File: CPM\model\Packages\Service Layer\SpecialtyTypeIcon\Entity\Entity_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
Attributes (4)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
specialtyTypeIconIDkeynoThe unique system generated ID for the specialty type icon record.INTERNAL_ID SVR_INT64
specialtydetails Areas in which a provider has particular experience or expertise.PROVIDER_SPECIALTYProviderSpecialtySVR_STRING<10>
specialtyTypedetailsnoType of specialty. For example, Language, Accessibility.SPECIALTY_TYPESpecialtyTypeSVR_STRING<10>
resourceIDdetailsnoThe ID to refer the record on application resource entity.SPECIALTY_RESOURCE_ID SVR_INT64
Foreign Keys (1)
ChildParent
SpecialtyTypeIcon.resourceIDAppResource.resourceID
Indices (1)
Index NameAttributes
SpecialtySpecialtyIdxspecialty
Operations (6)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: specialtyTypeIconID
Creates a new row on SpecialtyTypeIcon table. 
readread Reads a row of data from SpecialtyTypeIcon table. 
modifymodifyOPTIMISTIC_LOCKING: yes
Modifies an existing row on SpecialtyTypeIcon table. 
readAllnkreadmulti Reads all the records from SpecialtyTypeIcon table. 
removeremove Removes a row of data from SpecialtyTypeIcon table. 
readBynsread Reads a row of data from SpecialtyTypeIcon table based on specialty. 
Related Pages (4)