Title / Description
Code function NUMER(patient) { var prcn5 = function(patient) { var prcn6 = function(patient) { var comp7 = function(patient) { // Title: Medication administered: Pneumococcal Vaccine all ages var eventsMatchingComparison = patient.medications(); return eventsMatchingComparison ; } var matchingPreconditionEvents = null; var matchingComparisonEvents = null; matchingComparisonEvents = comp7(patient); return OR(matchingPreconditionEvents, matchingComparisonEvents); } var prcn8 = function(patient) { var comp9 = function(patient) { // Title: Procedure performed: Pneumococcal Vaccination all ages var eventsMatchingComparison = patient.procedures(); return eventsMatchingComparison ; } var matchingPreconditionEvents = null; var matchingComparisonEvents = null; matchingComparisonEvents = comp9(patient); return OR(matchingPreconditionEvents, matchingComparisonEvents); } var matchingPreconditionEvents = null; matchingPreconditionEvents = OR( DURING("F8D5AD22-F49E-4181-B886-E5B12BEA8966", prcn6(patient) ) , DURING("F8D5AD22-F49E-4181-B886-E5B12BEA8966", prcn8(patient) ) ); var matchingComparisonEvents = null; return OR(matchingPreconditionEvents, matchingComparisonEvents); } return AND( prcn5(patient) ); }
Author
Highlight as C C++ CSS Clojure Delphi ERb Groovy (beta) HAML HTML JSON Java JavaScript PHP Plain text Python Ruby SQL XML YAML diff code