Database Table: PDMRunInstance
PDM Run Instance:
The PDM Run instance table.
Stores details of each step and how many instances of theses steps are run during the completion of an AR or PDM process, for example Projected Eligibility maybe run multiple times to process cases over several batch windows. |
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
|
|
Location in Model: | Logical View::MetaModel::Curam::HCR::Periodic Data Matching::Entity::PDMRunInstance |
Controlling File: | HCR\model\PeriodicDataMatching\Entity\PDMEntity.efx |
ALLOW_OPTIMISTIC_LOCKING | yes |
Index Name | Attributes |
IND_2009706574 | runID |
|
Operation | Stereotype | Options | Description | SQL |
insert | insert | AUTO_ID: pdmRunInstanceID
| Standard insert method. | |
modify | modify | OPTIMISTIC_LOCKING: yes
| Standard modify method. | |
read | read | | Standard read method. | |
countByRunID | ns | | Counts the number of records with the specified run ID. | SQL |
|