evaluateMeasure

fun evaluateMeasure(measureUrl: String, start: String, end: String, reportType: String, subjectId: String? = null, practitioner: String? = null, additionalData: IBaseBundle? = null, parameters: Parameters? = null): MeasureReport

Generates a MeasureReport based on the provided inputs.

NOTE: The API may internally result in a blocking IO operation. The user should call the API from a worker thread or it may throw BlockingMainThreadException exception.