Click or drag to resize

IFhirRestBehaviorModifierBeforeSendResponse Method

Called before any FHIR operation returns

Namespace:  SanteDB.Messaging.FHIR.Extensions
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
Resource BeforeSendResponse(
	TypeRestfulInteraction interaction,
	ResourceType resourceType,
	Resource responseResource
)

Parameters

interaction
Type: TypeRestfulInteraction
The interaction that was executed
resourceType
Type: ResourceType
The resource that is being operated
responseResource
Type: Resource
The response resource

Return Value

Type: Resource
The modified/updated resource
See Also