OperativeProcedurePerform
This table stores order performable information.
| Column Name | Type | Description |
|---|---|---|
| LoginDepartmentIdentifier | NUMERIC | The unique identifier of the department the user is logged into. |
| PhysicalDeploymentOwnerIdentifier | VARCHAR | ID of the physical deployment owner for this record. Physical owners will be where the data is hosted, either on the cross-over server or the owner deployment. |
| CaseLogPanelNumber | INTEGER | The invasive case or procedure log panel number responsible for generating this orders performed record. If a procedure log record exists, then it should be used. Otherwise, the case record should be used. As an example, first attempt to join to OR_LOG _ALL_PROC, and if that does not find a match default to OR_ CASE _ALL_PROC. |
| PerformedProcedureIdentifier | NUMERIC | The unique identifier of the procedure record that was performed. |
| RecordVisibilityStatus | INTEGER | The hidden or visible status of the record. |
| LogicalDeploymentOwnerIdentifier | VARCHAR | ID of the logical deployment owner for this record. Logical owners show the deployment where the record was created but doesn't represent if the record is a part of version skew. |
| OrdersPerformedPatientIdentification | VARCHAR | The unique ID of the patient record associated with the orders performed record for this row. |
| CaseLogPreferenceCardIdentifier | VARCHAR | The preference card in the case (ORC) or log (ORL) that this OPE is associated with. |
| PerformedOrderIdentifier | NUMERIC | The unique identifier for the performable order record. |