Hi,
I have a sql server db which has a field in a table called DRUGDETS. In this field is the following:
Drugname Drugstrength Unit of measure, Route, Vehicle
Example
CISPLATIN 50 mg, IV Infusion, Saline 0.9%
I want to be able to report on the Drugname and route
eg CISPLATIN IV INFUSION
There might be different routes for each drug so what I'm trying to do is report on all the CISPLATIN IV INFUSION, then all the CISPLATIN IV BOLUS as seperate entities. The drugname might be 2 words, the dose is always a number.
Any help greatly appreciated as ever !
Steve
I have a sql server db which has a field in a table called DRUGDETS. In this field is the following:
Drugname Drugstrength Unit of measure, Route, Vehicle
Example
CISPLATIN 50 mg, IV Infusion, Saline 0.9%
I want to be able to report on the Drugname and route
eg CISPLATIN IV INFUSION
There might be different routes for each drug so what I'm trying to do is report on all the CISPLATIN IV INFUSION, then all the CISPLATIN IV BOLUS as seperate entities. The drugname might be 2 words, the dose is always a number.
Any help greatly appreciated as ever !
Steve