
Interface ITransformerServices
public interface ITransformerServices
- 
Method SummaryModifier and TypeMethodDescriptioncreateResource(Object appInfo, Base res, boolean atRootofTransform) createType(Object appInfo, String name, ProfileUtilities profileUtilities) voidperformSearch(Object appContext, String url) resolveReference(Object appContext, String url) 
- 
Method Details- 
log
- 
createTypeBase createType(Object appInfo, String name, ProfileUtilities profileUtilities) throws org.hl7.fhir.exceptions.FHIRException - Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
createResource
- 
translateCoding translate(Object appInfo, Coding source, String conceptMapUrl) throws org.hl7.fhir.exceptions.FHIRException - Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
resolveReference- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
performSearchList<Base> performSearch(Object appContext, String url) throws org.hl7.fhir.exceptions.FHIRException - Throws:
- org.hl7.fhir.exceptions.FHIRException
 
 
-