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

dev.dsf.fhir.dao.EndpointDao Maven / Gradle / Ivy

package dev.dsf.fhir.dao;

import java.sql.SQLException;

import org.hl7.fhir.r4.model.Endpoint;

public interface EndpointDao extends ResourceDao
{
	boolean existsActiveNotDeletedByAddress(String address) throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy