PrescriptionCustom


Description

Prescription custom data extensions storing additional custom fields and specialized information for medical prescriptions and treatment orders. This extension table captures organization-specific prescription data, custom tracking fields, and specialized prescription information that supports enhanced prescription management, custom workflows, and comprehensive treatment documentation for healthcare service delivery.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
pkID int identity 4 null

Primary key - Unique identifier for each prescription custom data record

fkPrescriptionID int 4 null

Prescription reference - Links to Prescription table for the associated prescription or treatment order

DateCreated datetime 16,3 null

Creation timestamp - Date and time when this custom prescription record was created

CreatedBy int 4 null

Creator reference - Links to AccessUser table for the user who created this custom prescription record

DateUpdated datetime 16,3 null

Update timestamp - Date and time when this custom prescription record was last modified

UpdatedBy int 4 null

Updater reference - Links to AccessUser table for the user who last updated this custom prescription record

Relationships