Difference between revisions of "testserviceschedule"
From MGH Learn Pathology
Line 1: | Line 1: | ||
− | Cytoloy | + | == Cytoloy == |
{{#css: .fc-unthemed td.fc-today { background: #baffdd; } }} | {{#css: .fc-unthemed td.fc-today { background: #baffdd; } }} | ||
{{#cargo_compound_query: | {{#cargo_compound_query: | ||
Line 16: | Line 16: | ||
|format=calendar|height=500}} | |format=calendar|height=500}} | ||
<hr> | <hr> | ||
− | GI | + | == GI == |
{{#css: .fc-unthemed td.fc-today { background: #baffdd; } }} | {{#css: .fc-unthemed td.fc-today { background: #baffdd; } }} | ||
{{#cargo_compound_query: | {{#cargo_compound_query: | ||
Line 33: | Line 33: | ||
|format=calendar|height=500}} | |format=calendar|height=500}} | ||
<hr> | <hr> | ||
− | DP | + | == DP == |
{{#css: .fc-unthemed td.fc-today { background: #baffdd; } }} | {{#css: .fc-unthemed td.fc-today { background: #baffdd; } }} | ||
{{#cargo_compound_query: | {{#cargo_compound_query: | ||
Line 48: | Line 48: | ||
,Date=Date | ,Date=Date | ||
;where=(TaskAbbrev='DPA' OR TaskAbbrev='DPB' OR TaskAbbrev='DPC') AND NOT FellAbbrev IN ('0', '-');color=#99b1ff;text color=black | ;where=(TaskAbbrev='DPA' OR TaskAbbrev='DPB' OR TaskAbbrev='DPC') AND NOT FellAbbrev IN ('0', '-');color=#99b1ff;text color=black | ||
+ | |format=calendar|height=500}} | ||
+ | == HN == | ||
+ | {{#css: .fc-unthemed td.fc-today { background: #baffdd; } }} | ||
+ | {{#cargo_compound_query: | ||
+ | |tables=scheduleFACservice | ||
+ | ;fields=CONCAT('🔘 ',TaskAbbrev,' - ',StaffAbbrev)=name | ||
+ | ,Date=Date | ||
+ | ;where=TaskAbbrev='HN1' OR TaskAbbrev='HN2' ;color=#c4acfa;text color=black | ||
+ | |tables=scheduleRFAview | ||
+ | ;fields=CONCAT('Resident: ',ResAbbrev,' - ',TaskAbbrev)=name | ||
+ | ,Date=Date | ||
+ | ;where=(TaskAbbrev='HN1' OR TaskAbbrev='HN2') AND NOT ResAbbrev IN ('0', '-');color=#fff88f;text color=black | ||
+ | |tables=scheduleRFAview | ||
+ | ;fields=CONCAT('Fellow: ',FellAbbrev,' - ',TaskAbbrev)=name | ||
+ | ,Date=Date | ||
+ | ;where=(TaskAbbrev='HN1' OR TaskAbbrev='HN2') AND NOT FellAbbrev IN ('0', '-');color=#99b1ff;text color=black | ||
|format=calendar|height=500}} | |format=calendar|height=500}} |