Package org.hl7.fhir.r4.utils
Interface StructureMapUtilities.ITransformerServices
-
- Enclosing class:
- StructureMapUtilities
public static interface StructureMapUtilities.ITransformerServices
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BasecreateResource(Object appInfo, Base res, boolean atRootofTransform)BasecreateType(Object appInfo, String name)voidlog(String message)List<Base>performSearch(Object appContext, String url)BaseresolveReference(Object appContext, String url)Codingtranslate(Object appInfo, Coding source, String conceptMapUrl)
-
-
-
Method Detail
-
createType
Base createType(Object appInfo, String name) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
createResource
Base createResource(Object appInfo, Base res, boolean atRootofTransform)
-
translate
Coding translate(Object appInfo, Coding source, String conceptMapUrl) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
resolveReference
Base resolveReference(Object appContext, String url) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
performSearch
List<Base> performSearch(Object appContext, String url) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
-