Package dev.dsf.fhir.history
Class HistoryEntry
java.lang.Object
dev.dsf.fhir.history.HistoryEntry
-
Constructor Summary
ConstructorsConstructorDescriptionHistoryEntry(UUID id, String version, String resourceType, String method, LocalDateTime lastUpdated, org.hl7.fhir.r4.model.Resource resource) -
Method Summary
-
Constructor Details
-
HistoryEntry
public HistoryEntry(UUID id, String version, String resourceType, String method, LocalDateTime lastUpdated, org.hl7.fhir.r4.model.Resource resource)
-
-
Method Details
-
getId
-
getVersion
-
getResourceType
-
getMethod
-
getLastUpdated
-
getResource
public org.hl7.fhir.r4.model.Resource getResource()
-