Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion onprc_ehr/resources/data/procedure_drug_templates.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ value sort_order
None
Analgesia - Standard
Analgesia - Biopsies
Analgeia - Carprofen
Analgesia - Carprofen
Antibiotics - Cefazolin 5d
Antibiotics - Cefazolin 3d
Antibiotics - Cefazolin 2d
Expand Down
6 changes: 3 additions & 3 deletions onprc_ehr/resources/views/populateData.html
Original file line number Diff line number Diff line change
Expand Up @@ -1149,7 +1149,7 @@
['Pathology','Necropsy By Non-DCM Pathologist',null,true,'',false,false,null,null,'',''],

//surgeries
['Surgery','AAV Cisterna Magna Infusion and Sample Collection',null,true,'',false,false,7,3,'Analgeia - Carprofen','None'],
['Surgery','AAV Cisterna Magna Infusion and Sample Collection',null,true,'',false,false,7,3,'Analgesia - Carprofen','None'],
['Surgery','AAV Infusion and Sample Collection',null,true,'',false,false,0,3,'None','None'],
['Surgery','Abscess Incised and Drained',null,false,'',false,null,null,null,'',''],
['Surgery','Adductus Longus Left Biopsy',null,false,'',true,null,null,null,'',''],
Expand Down Expand Up @@ -1224,7 +1224,7 @@
['Surgery','Celiac ganglionectomy bilateral',null,false,'',true,null,null,null,'',''],
['Surgery','Celiac ganglionectomy right',null,false,'',true,null,null,null,'',''],
['Surgery','Cerebral ventriculogram',null,false,'',true,null,null,null,'',''],
['Surgery','Cerebrospinal fluid aspirate',null,true,'',false,false,3,1,'Analgeia - Carprofen','None'],
['Surgery','Cerebrospinal fluid aspirate',null,true,'',false,false,3,1,'Analgesia - Carprofen','None'],
['Surgery','Cervical biopsy',null,false,'',true,null,null,null,'',''],
['Surgery','Cervix, Cannulation',null,true,'',false,false,7,3,'None','None'],
['Surgery','Cesarean Section',null,true,'',true,true,30,7,'Analgesia - Standard','None'],
Expand Down Expand Up @@ -1441,7 +1441,7 @@
['Surgery','Interplacental Connecting Vessel SHAM',null,true,'',true,false,null,null,'',''],
['Surgery','Intracranial Injection Support',null,true,'',false,true,14,7,'Analgesia - Standard','Antibiotics - Cefazolin 3d'],
['Surgery','Intracranial Virus Injection',null,true,'',true,true,14,7,'Analgesia - Standard','Antibiotics - Cefazolin 3d'],
['Surgery','Intra-CSF injection, cisterna magna',null,true,'',false,false,3,3,'Analgeia - Carprofen','None'],
['Surgery','Intra-CSF injection, cisterna magna',null,true,'',false,false,3,3,'Analgesia - Carprofen','None'],
['Surgery','Intraluteal Injection',null,true,'',true,true,30,7,'Analgesia - Standard','None'],
['Surgery','Intraovarian catheter removal',null,true,'',true,true,30,7,'Analgesia - Standard','None'],
['Surgery','Intraovarian catheterization',null,false,'',true,null,null,null,'',''],
Expand Down
2 changes: 1 addition & 1 deletion onprc_ehr/resources/views/populateTemplates.html
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@
['Treatment Orders', '{"code":"E-YY792","frequency_meaning":"BID - AM/Night","amount":"0.3","duration":1,"offset":0}']
]
},{
template: ['Analgeia - Carprofen', 'Section', 'Treatment Orders', '', ''],
template: ['Analgesia - Carprofen', 'Section', 'Treatment Orders', '', ''],
records: [
['Treatment Orders', '{"code":"E-YY945","frequency_meaning":"BID - AM/Night","duration":2,"offset":0}']
]
Expand Down