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: 3.0.2081-alpha+4e2291b954f20d29cba15591683155ca851b26eb
Syntax
Resource BeforeSendResponse(
	TypeRestfulInteraction interaction,
	ResourceType resourceType,
	Resource responseResource
)

Parameters

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

Return Value

Resource
The modified/updated resource
See Also