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

dev.dsf.fhir.service.InitialDataLoader Maven / Gradle / Ivy

package dev.dsf.fhir.service;

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

public interface InitialDataLoader
{
	void load(Bundle bundle);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy