All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ibm.fhir.cql.engine.searchparam.IQueryParameterAnd Maven / Gradle / Ivy

The newest version!
/*
 * (C) Copyright IBM Corp. 2021
 *
 * SPDX-License-Identifier: Apache-2.0
 */
package com.ibm.fhir.cql.engine.searchparam;

import java.util.List;

public interface IQueryParameterAnd> {

    List getParameterValues();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy