Factory class to instantiate resources by resource name. More...
Public Member Functions | |
instantiate (cls, resource_type, jsondict) | |
Instantiate a resource of the type correlating to "resource_type". | |
Factory class to instantiate resources by resource name.
fhirclient.models.fhirelementfactory.FHIRElementFactory.instantiate | ( | cls, | |
resource_type, | |||
jsondict | |||
) |
Instantiate a resource of the type correlating to "resource_type".
resource_type | str The name/type of the resource to instantiate |
jsondict | dict The JSON dictionary to use for data |
Element