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: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public static IFhirOperationHandler GetOperation(
	string resourceType,
	string operationName
)

Parameters

resourceType  String
The type of resource to fetch the operation handler for
operationName  String
The operation name

Return Value

IFhirOperationHandler
The operation handler
See Also