Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
IMR | varchar(16) | not null | Internal Number used to create a Unique Key for Historical Files |
PAT_NUM | varchar(12) | not null | Patient Number |
PMP | varchar(5) | not null | Pharmacy Order Number |
CUM_QTY | FLOAT | null | Cumulative Quantity for PMP(Pharmacy Order Number) Number |
CUM_AMT | FLOAT | null | Cumulative Amount for PMP(Pharmacy Order Number) Number |
LAST_TRANS_SEQ_NUM | varchar(2) | null | Last Transaction Sequence Number |
CUM_METHOD_QTY | FLOAT | null | Cumulative Method Quantity |
CUM_METHOD_AMT | FLOAT | null | Cumulative Method Amount |
PATIENT_OID | INT | not null | Soarian Clinicals Patient OID. Not valued on Pharmacy system. Only used by Soarian Clinicals as part of EHI(Electronic Health Information) Export. |
|
|
|