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: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
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