
Package org.hl7.fhir.r5.liquid
Class BaseTableWrapper.TableDateColumnFunction
java.lang.Object
org.hl7.fhir.r5.fhirpath.FHIRPathFunctionDefinition
org.hl7.fhir.r5.liquid.BaseTableWrapper.TableDateColumnFunction
- Enclosing class:
BaseTableWrapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheck
(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) static String
convertToFhirDateTime
(String dateTime, String inputFormat) details()
name()
-
Constructor Details
-
TableDateColumnFunction
public TableDateColumnFunction()
-
-
Method Details
-
name
- Specified by:
name
in classFHIRPathFunctionDefinition
-
details
- Specified by:
details
in classFHIRPathFunctionDefinition
-
check
public TypeDetails check(FHIRPathEngine engine, Object appContext, TypeDetails focus, List<TypeDetails> parameters) - Specified by:
check
in classFHIRPathFunctionDefinition
-
execute
public List<Base> execute(FHIRPathEngine engine, Object appContext, List<Base> focus, List<List<Base>> parameters) - Specified by:
execute
in classFHIRPathFunctionDefinition
-
convertToFhirDateTime
-