
Package org.hl7.fhir.convertors.loaders
Interface BaseLoaderR3.ILoaderKnowledgeProvider
-
- All Known Implementing Classes:
BaseLoaderR3.NullLoaderKnowledgeProvider
- Enclosing class:
- BaseLoaderR3
public static interface BaseLoaderR3.ILoaderKnowledgeProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getResourcePath(org.hl7.fhir.dstu3.model.Resource resource)
get the path for references to this resource.
-
-
-
Method Detail
-
getResourcePath
String getResourcePath(org.hl7.fhir.dstu3.model.Resource resource)
get the path for references to this resource.- Parameters:
resource
-- Returns:
- null if not tracking paths
-
-