Click or drag to resize

FhirResourceHandlerUtil.GetResourceHandler Method (ResourceType)

Get the specified resource handler

Namespace:  SanteDB.Messaging.FHIR.Handlers
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public static IFhirResourceHandler GetResourceHandler(
	ResourceType resourceType
)

Parameters

resourceType
Type: ResourceType

[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.FHIR.Handlers.FhirResourceHandlerUtil.GetResourceHandler(Hl7.Fhir.Model.ResourceType)"]

Return Value

Type: IFhirResourceHandler

[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Handlers.FhirResourceHandlerUtil.GetResourceHandler(Hl7.Fhir.Model.ResourceType)"]

See Also