Click or drag to resize

ExtensionUtilGetOperation Method

Get the specified operation type

Namespace:  SanteDB.Messaging.FHIR.Util
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public static IFhirOperationHandler GetOperation(
	string resourceType,
	string operationName
)

Parameters

resourceType
Type: SystemString
The type of resource to fetch the operation handler for
operationName
Type: SystemString
The operation name

Return Value

Type: IFhirOperationHandler
The operation handler
See Also