Click or drag to resize

IFhirRestBehaviorModifierAfterReceiveRequest Method

Called when any FHIR operation is being invoked

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

Parameters

interaction
Type: TypeRestfulInteraction
The interaction that is being executed
resourceType
Type: ResourceType
The resource that is being operated
requestResource
Type: Resource
The resource that is being created

Return Value

Type: Resource
A modified resource
Exceptions
ExceptionCondition
DetectedIssueExceptionIf the processing is to be stopped (with reasons why processing was halted)
See Also