Column Name |
Column Datatype |
Column Null Option |
Column Comment |
|
|
RouteCode | varchar(15) | NOT NULL | Route Code for taking the medication. ex. Inj(Injection), IV(Intravenous) |
SubRouteCode | varchar(15) | NOT NULL | Subroute codes associated with the given routes. ex. Epid(Epidural), IDrm(Intradermal), IM(Intramuscular) |
RouteString | varchar(32) | NOT NULL | Internationalized string for the route which displays in the UI. |
RouteItemTypeCode | varchar(64) | NOT NULL | Links to the the Data Dictionary ItemType Code in HDictionaryItemType table. ex. Med.MedDrugRoutes.Injection, Med.MedDrugRoutes.Intravenous |
SubRouteString | varchar(32) | NOT NULL | Internationalized string for the sub route which displays in the UI. |
SubRouteItemTypeCode | varchar(64) | NOT NULL | Links to the the Data Dictionary ItemType Code in the HDictionaryItemType table. ex. Med.MedDrugRoutes.Epidural, Med.MedDrugRoutes.Intradermal, Med.MedDrugRoutes.Intramuscular |
Status | smallint | NULL | Whether the record is active or obsolete. |
| | | Allowable Values: |
| | | 0 - Active |
| | | 1 - Obsolete |
ProcessingMethod | smallint | NULL | The process to be taken to inject the medication for the specified route. |
| | | Allowable Values: |
| | | 0 - Push |
| | | 7 - Piggyback |