Class TransformSupportServices
java.lang.Object
ch.ahdis.matchbox.mappinglanguage.TransformSupportServices
- All Implemented Interfaces:
org.hl7.fhir.r5.utils.structuremap.ITransformerServices
public class TransformSupportServices
extends Object
implements org.hl7.fhir.r5.utils.structuremap.ITransformerServices
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTransformSupportServices(org.hl7.fhir.r5.context.IWorkerContext worker, List<org.hl7.fhir.r5.model.Base> outputs) -
Method Summary
Modifier and TypeMethodDescriptionorg.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) voidList<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.Coding
-
Field Details
-
log
protected static final org.slf4j.Logger log
-
-
Constructor Details
-
TransformSupportServices
public TransformSupportServices(org.hl7.fhir.r5.context.IWorkerContext worker, List<org.hl7.fhir.r5.model.Base> outputs)
-
-
Method Details
-
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
-
log
- Specified by:
login interfaceorg.hl7.fhir.r5.utils.structuremap.ITransformerServices
-