Package ca.uhn.fhir.cql.common.helper
Class DateHelper
java.lang.Object
ca.uhn.fhir.cql.common.helper.DateHelper
Helper class to resolve period dates used by
MeasureEvaluationSeed
and MeasureEvaluationSeed.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DateHelper
public DateHelper()
-
-
Method Details
-
resolveRequestDate
- Parameters:
date- A date String in the format YYYY-MM-DD.- Returns:
- A
Dateobject representing the String data that was passed in.
-