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

dev.dsf.fhir.event.ResourceCreatedEvent Maven / Gradle / Ivy

package dev.dsf.fhir.event;

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

public class ResourceCreatedEvent extends AbstractEventWithResource implements Event
{
	public ResourceCreatedEvent(Class type, Resource resource)
	{
		super(type, resource);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy