Interface IStorageResourceParser


public interface IStorageResourceParser
This interface is used by any storage implementations to convert from persisted database format (independent of the kind of database) and HAPI FHIR resource model classes. Currently only DB->FHIR is enabled through this interface but the aim eventually is to handle both directions
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hl7.fhir.instance.model.api.IBaseResource
    toResource(IBasePersistedResource theEntity, boolean theForHistoryOperation)