Drugs Collected: Difference between revisions

TOstryzniuk (talk | contribs)
mNo edit summary
m Text replacement - "[[Category: " to "[[Category:"
 
(125 intermediate revisions by 7 users not shown)
Line 1: Line 1:
An change to drug collected has been implemented in September 2012.
'''''see [[Pharmacy collection]] for collection instructions'''''


''''see [[Pharmacy collection]] for collection instructions'''''
The drugs in brackets () are the brand names. If a specific drug/brand name is not listed on the wiki but you think it is part of one of the drug categories we collect, please flag this on the respective wiki page. 


The drugs in brackets () are the brand names. Some of the brand names are included. If collectors or other program members come across any other brand names that are commonly used, please add them to the chart below.  
==Pharmacy List==
=== Counted drugs ===
<!-- query for full list -->
{{#cargo_query:
tables=Drugs_Included, Data_Element
|join on=Drugs_Included._pageName = Data_Element._pageName
|fields=Data_Element.sort=sort, Data_Element._pageName=page,  drugs_included=drugs included,  start_date=start, end_date=end
|where=Data_Element.tables HOLDS "L_Pharm_Flowsheet table"
|order by=sort
|limit=0
|more results text=Click here for the full list of drugs we have ever counted, with start and stop dates.
|default=no results were found
|format=dynamic table
|rows per page=50
}}
=== oral/nasogastric tube drugs===
Be sure to collect all intravenous and oral preparations for each drug unless otherwise noted (e.g. specified continuous infusions would be an exception).


If you print this list and make annotations to it please consider putting the annotations on the wiki so that we can all benefit from them.
'' Use ctrl-f to find the drug you are looking for. See [[Adding a drug to pharmacy collection]] for editing drugs. ''
<!-- query for currently collected list -->
{{#cargo_query:
tables=Drugs_Included, Data_Element
|join on=Drugs_Included._pageName = Data_Element._pageName
|fields=Data_Element.sort=sort, Data_Element._pageName=page,  drugs_included=drugs included, <!-- start_date=start, end_date=end -->
|where=Data_Element.tables HOLDS "L_Pharm_Flowsheet table" AND DATEDIFF(end_date,NOW()) >= 0
|order by=sort DESC
|default=no results were found
|format=table
|rows per page=50
}}


*If drug is not listed in the category then it means it is not collected, just ensure that you have the updated list from the wiki for the brand names as a few have been added since going live.
=== yes/no drugs ===
{{#cargo_query:
tables=Data_Element, Drugs_Included,
|join on=Data_Element._pageName = Drugs_Included._pageName
|fields=Data_Element.sort=table sort, Data_Element._pageName=page, Data_Element.CCMDB_label, drugs_included=drugs included, start_date=start, end_date=end
|where=Data_Element.tables HOLDS "L_Log table" and Data_Element._pageName LIKE "pharm%"
|order by=CCMDB_label
|limit=0
|default=no results were found
|more results text=Click hereto see the full list with names of the data in the table etc.  
|no html
}}


The (letternumber) at the beginning of the line is the column/row in [[CCMDB.accdb]].
{{#cargo_query:
tables=Data_Element, Drugs_Included,
|join on=Data_Element._pageName = Drugs_Included._pageName
|fields=CONCAT("[[", Data_Element._pageName, "{{!}}", Data_Element.CCMDB_label, "]]")=drug, drugs_included=drugs included
|where=Data_Element.tables HOLDS "L_Log table" and Data_Element._pageName LIKE "pharm%" AND DATEDIFF(end_date,NOW()) >= 0
|order by=CCMDB_label
|limit=500
|rows per page=50
}}


== Improvement Request for the list ==
== Legacy ==
*hi I think this sheet would be more user friendly if the "NOT Drugs" were in red and at the end of all the drugs we need to collect in that category
see [[:Category:Legacy Pharmacy]]
**Shirley, we are in the process of possibly reducing the list.  Once the list is appended, I think your suggestion is a good idea.  Thanks for your input.  --[[User:LKolesar|LKolesar]] 14:06, 2012 August 13 (CDT)
** need to revisit this when the list is updated. -- [[User:Ttenbergen|Ttenbergen]] 11:28, 2012 September 20 (CDT)


 
[[Category:Pharmacy]]
 
 
 
 
 
 
 
 
 
== IT/Data ==
The master version of this list with the tool to create the image for the ccmdb.mdb is in Y:\CCMDB\Pharmacy. This is basically '''only''' the source code for ccmdb.mdb
*Technical support people that have access to Y are: [[User: fschumacher | Fred Schumacher]] and [[User:Ttenbergen|Ttenbergen]].
 
 
 
 
 
[[Category: Pharmacy]]