fhirpack.custom.transformation package¶
Submodules¶
fhirpack.custom.transformation.base module¶
- class fhirpack.custom.transformation.base.PluginBaseTransformerMixin[source]¶
Bases:
object
- __dict__ = mappingproxy({'__module__': 'fhirpack.custom.transformation.base', 'unimplementedPluginBaseTransformerMethod': <function PluginBaseTransformerMixin.unimplementedPluginBaseTransformerMethod>, '__dict__': <attribute '__dict__' of 'PluginBaseTransformerMixin' objects>, '__weakref__': <attribute '__weakref__' of 'PluginBaseTransformerMixin' objects>, '__doc__': None, '__annotations__': {}})¶
- __doc__ = None¶
- __module__ = 'fhirpack.custom.transformation.base'¶
- __weakref__¶
list of weak references to the object (if defined)
fhirpack.custom.transformation.sample module¶
- class fhirpack.custom.transformation.sample.PluginSampleTransformerMixin[source]¶
Bases:
object
- __dict__ = mappingproxy({'__module__': 'fhirpack.custom.transformation.sample', 'unimplementedPluginSampleTransformerMethod': <function PluginSampleTransformerMixin.unimplementedPluginSampleTransformerMethod>, '__dict__': <attribute '__dict__' of 'PluginSampleTransformerMixin' objects>, '__weakref__': <attribute '__weakref__' of 'PluginSampleTransformerMixin' objects>, '__doc__': None, '__annotations__': {}})¶
- __doc__ = None¶
- __module__ = 'fhirpack.custom.transformation.sample'¶
- __weakref__¶
list of weak references to the object (if defined)
Module contents¶
- class fhirpack.custom.transformation.PluginTransformerMixin[source]¶
Bases:
PluginBaseTransformerMixin
,PluginSampleTransformerMixin
- __doc__ = None¶
- __module__ = 'fhirpack.custom.transformation'¶