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

Parameters

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

Return Value

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