Package org.ehrbase.openehr.sdk.aql.util
Class AqlUtil
java.lang.Object
org.ehrbase.openehr.sdk.aql.util.AqlUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringremoveParameter(String aql, String parameterName) Removes a parameter from the aql
-
Method Details
-
removeParameter
Removes a parameter from the aql- Parameters:
aql- source aql stringparameterName- name of the parameter to be removed- Returns:
- the aql with the parameter removed
-