Package dev.dsf.fhir.history
Interface HistoryService
- All Known Implementing Classes:
HistoryServiceImpl
public interface HistoryService
-
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.r4.model.BundlegetHistory(Identity identity, jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers) org.hl7.fhir.r4.model.BundlegetHistory(Identity identity, jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers, Class<? extends org.hl7.fhir.r4.model.Resource> resourceType) org.hl7.fhir.r4.model.BundlegetHistory(Identity identity, jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers, Class<? extends org.hl7.fhir.r4.model.Resource> resourceType, String id)
-
Method Details
-
getHistory
org.hl7.fhir.r4.model.Bundle getHistory(Identity identity, jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers) -
getHistory
-
getHistory
-