Class AqlUtil

java.lang.Object
org.ehrbase.openehr.sdk.aql.util.AqlUtil

public class AqlUtil extends Object
  • Method Details

    • removeParameter

      public static String removeParameter(String aql, String parameterName)
      Removes a parameter from the aql
      Parameters:
      aql - source aql string
      parameterName - name of the parameter to be removed
      Returns:
      the aql with the parameter removed