Click or drag to resize

IFhirRestBehaviorModifier Interface

This interface allows implementers to modify the behavior of the the core FHIR service. This is useful if you wish to follow certain specification rules which specify known return codes, etc.

Namespace:  SanteDB.Messaging.FHIR.Extensions
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public interface IFhirRestBehaviorModifier

The IFhirRestBehaviorModifier type exposes the following members.

Methods
  NameDescription
Public methodAfterReceiveRequest
Called when any FHIR operation is being invoked
Public methodBeforeSendResponse
Called before any FHIR operation returns
Public methodCanApply
Determines whether this behavior applies
Top
See Also