Receiver Operating Characteristic (ROC) curves and area under the curve (AUC) were calculated and the diagnostic accuracy of DOT was compared to the Dawson score. A web and smartphone calculator were designed subsequently. Results: The derivation cohort had 879 patients and the validation cohort ...
class Calculator extends Abacus { constructor() { super(); // FIXME: shouldn't use a global here total = 0; } }17.5 Use // TODO: to annotate solutions to problems. class Calculator extends Abacus { constructor() { super(); // TODO: total should be configurable by an options param ...