Click or drag to resize

IFhirOperationHandler Interface

Represents an extension point

Namespace: SanteDB.Messaging.FHIR.Extensions
Assembly: SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
public interface IFhirOperationHandler

The IFhirOperationHandler type exposes the following members.

Properties
 NameDescription
Public propertyAppliesTo The type that this operation handler applies to (or null if it applies to all)
Public propertyIsGet True if the operation impacts the object state
Public propertyName Gets the name of the operation
Public propertyParameters Get the parameter list for this object
Public propertyUri Get URL of the operation
Top
Methods
 NameDescription
Public methodInvoke Invoke the specified operation
Top
Remarks
This interface is used to extend the FHIR interface for FHIR operations (like $validate, $match, etc.) and allows plugins to add behaviors to the API layer.
See Also