Package org.hl7.fhir.validation
Class TransformSupportServices
- java.lang.Object
-
- org.hl7.fhir.validation.TransformSupportServices
-
- All Implemented Interfaces:
org.hl7.fhir.r5.utils.structuremap.ITransformerServices
public class TransformSupportServices extends Object implements org.hl7.fhir.r5.utils.structuremap.ITransformerServices
-
-
Constructor Summary
Constructors Constructor Description TransformSupportServices(List<org.hl7.fhir.r5.model.Base> outputs, PrintWriter mapLog, org.hl7.fhir.r5.context.SimpleWorkerContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.hl7.fhir.r5.model.BasecreateResource(Object appInfo, org.hl7.fhir.r5.model.Base res, boolean atRootofTransform)org.hl7.fhir.r5.model.BasecreateType(Object appInfo, String name)voidlog(String message)List<org.hl7.fhir.r5.model.Base>performSearch(Object appContext, String url)org.hl7.fhir.r5.model.BaseresolveReference(Object appContext, String url)org.hl7.fhir.r5.model.Codingtranslate(Object appInfo, org.hl7.fhir.r5.model.Coding source, String conceptMapUrl)
-
-
-
Constructor Detail
-
TransformSupportServices
public TransformSupportServices(List<org.hl7.fhir.r5.model.Base> outputs, PrintWriter mapLog, org.hl7.fhir.r5.context.SimpleWorkerContext context)
-
-
Method Detail
-
log
public void log(String message)
- Specified by:
login interfaceorg.hl7.fhir.r5.utils.structuremap.ITransformerServices
-
createType
public org.hl7.fhir.r5.model.Base createType(Object appInfo, String name) throws org.hl7.fhir.exceptions.FHIRException
- Specified by:
createTypein interfaceorg.hl7.fhir.r5.utils.structuremap.ITransformerServices- Throws:
org.hl7.fhir.exceptions.FHIRException
-
createResource
public org.hl7.fhir.r5.model.Base createResource(Object appInfo, org.hl7.fhir.r5.model.Base res, boolean atRootofTransform)
- Specified by:
createResourcein interfaceorg.hl7.fhir.r5.utils.structuremap.ITransformerServices
-
translate
public org.hl7.fhir.r5.model.Coding translate(Object appInfo, org.hl7.fhir.r5.model.Coding source, String conceptMapUrl) throws org.hl7.fhir.exceptions.FHIRException
- Specified by:
translatein interfaceorg.hl7.fhir.r5.utils.structuremap.ITransformerServices- Throws:
org.hl7.fhir.exceptions.FHIRException
-
resolveReference
public org.hl7.fhir.r5.model.Base resolveReference(Object appContext, String url) throws org.hl7.fhir.exceptions.FHIRException
- Specified by:
resolveReferencein interfaceorg.hl7.fhir.r5.utils.structuremap.ITransformerServices- Throws:
org.hl7.fhir.exceptions.FHIRException
-
performSearch
public List<org.hl7.fhir.r5.model.Base> performSearch(Object appContext, String url) throws org.hl7.fhir.exceptions.FHIRException
- Specified by:
performSearchin interfaceorg.hl7.fhir.r5.utils.structuremap.ITransformerServices- Throws:
org.hl7.fhir.exceptions.FHIRException
-
-