SiteID |
Definition | Identifies the unique distributed database ID where the row was inserted. Distributed databases are no longer supported so this column is deprecated. |
Build |
Definition | Identifies the build number and patch level of the software that inserted/updated this row. The format is the Build number followed by 3 digits for the patch level which is typically 000. The build number is tied to specific versions of the software, e.g. Sunrise 15.3 is Build 5021, Sunrise 16.3 is Build 5503. |
TouchedBy |
Definition | Information about the user that last updated the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. |
TouchedWhen |
Definition | The date and time that the row was last updated and will be based on the Enterprise time zone. |
CreatedBy |
Definition | Information about the user that created the row. This will typically be the UserID (IDCode from CV3User table) and may be prefixed with an environment identifier followed by an underscore, e.g. b96d2bf5_jongmore. |
CreatedWhen |
Definition | The date and time that the row was created and will be based on the Enterprise time zone. |
Active |
Definition | Denotes whether the row is active or not, 0 means the row has been soft deleted or deactivated. |
ScriptID |
Definition | Auto generated unique primary key value. |
ScriptCategoryID |
Definition | A foreign key to the ScriptCategoryID column in the SXAAMBScriptCategory table. |
GenericNameID |
Definition | A foreign key to the GenericNameID column in the SXARxGenericName table. |
DrugName |
Definition | The name of the drug being prescribed (can be brand name or generic name) |
DoseForm |
Definition | The form of the dose (tablet, suspension, etc) |
ProductStrength |
Definition | The strength of the product being prescribed. |
DoseAmount |
Definition | The amount of the dosage being prescribed. |
DoseUnit |
Definition | The unit of the dosage. |
DoseToAmount |
Definition | The high end of the dosage when a range is necessary. |
DoseToUnit |
Definition | The unit of the high end dosage. |
QuantityAmount |
Definition | The quantity of medication being prescribed. |
QuantityUnitID |
Definition | A foreign key to the RxUOMID column in the SXARxUnitOfMeasure table. |
QuantityToAmount |
Definition | The high end of the quantity when a range is necessary. |
QuantityToUnitID |
Definition | A foreign key to the RxUOMID column in the SXARxUnitOfMeasure table. |
Route |
Definition | The route of the prescription |
ScriptFrequencyID |
Definition | A foreign key to the ScriptFrequencyID column in the SXAAMBScriptFrequency table. |
DurationAmount |
Definition | The length of the prescription. |
DurationUnit |
Definition | The unit for the length of the prescription. |
RateAmount |
Definition | The rate for the prescription (solutions only). |
RateAmountUnit |
Definition | The unit for the rate of the prescription. |
RateTime |
Definition | The time associated with the rate of the prescription (solutions only). |
RateTimeUnit |
Definition | The unit for the time associated with the rate of the prescription. |
CSASchedule |
Definition | The national standard schedule of the drug used for auditing and classification purposes. |
MSrepl_tran_version |
Definition | Optimistic lock identifier. |
MainMultumDrugCode |
Definition | The unique drug identifier from Multum. This is needed as a key to the formulary file for insurance checking. |
DrugNameID |
Definition | The unique identifier for a brand/drug name. This is also needed as a key to the formulary file for insurance checking. |
MSReplrowguid |
Definition | Unique GUID used to support merge replication. |