| 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
)
Public Shared Function GetOperation (
resourceType As String,
operationName As String
) As IFhirOperationHandler
public:
static IFhirOperationHandler^ GetOperation(
String^ resourceType,
String^ operationName
)
static member GetOperation :
resourceType : string *
operationName : string -> IFhirOperationHandler
Parameters
- resourceType
- Type: SystemString
The type of resource to fetch the operation handler for - operationName
- Type: SystemString
The operation name
Return Value
Type:
IFhirOperationHandlerThe operation handler
See Also