April 3, 2013 at 3:23 am
Hey Guys
I have to create a report which shows how many times a drug was administered and the dose is multiplied by the number of times administered (i.e 20mg dose x 2 times administered = 40 mg). The dose field is derived from a table. The table used to create the report from contains details about the the PatientNo., Dose, time prescribed, time administered.
The report needs to look like this:
PATIENT NO. | Number of Times Administred | DOSE
Patient A 2 40
Patient B 10 200
The parameters of the report is a startdate and an enddate.
I need help with SQL code to multiply the dose by times administered and identify how many times each patient no. has had the drug and to multiply that to get the value shown in the dose field.
April 3, 2013 at 8:02 am
Duplicate post. Direct all replies here. http://www.sqlservercentral.com/Forums/Topic1438227-150-1.aspx
_______________________________________________________________
Need help? Help us help you.
Read the article at http://www.sqlservercentral.com/articles/Best+Practices/61537/ for best practices on asking questions.
Need to split a string? Try Jeff Modens splitter http://www.sqlservercentral.com/articles/Tally+Table/72993/.
Cross Tabs and Pivots, Part 1 – Converting Rows to Columns - http://www.sqlservercentral.com/articles/T-SQL/63681/
Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs - http://www.sqlservercentral.com/articles/Crosstab/65048/
Understanding and Using APPLY (Part 1) - http://www.sqlservercentral.com/articles/APPLY/69953/
Understanding and Using APPLY (Part 2) - http://www.sqlservercentral.com/articles/APPLY/69954/
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply