Click or drag to resize

ExtensionUtilExecuteAfterReceiveRequestBehavior Method

Execute the AfterReceive function allowing the behavior pipeline to inspect the message

Namespace:  SanteDB.Messaging.FHIR.Util
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public static Resource ExecuteAfterReceiveRequestBehavior(
	TypeRestfulInteraction interaction,
	ResourceType resourceType,
	Resource resource
)

Parameters

interaction
Type: TypeRestfulInteraction
The interaction being called
resourceType
Type: ResourceType

[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.FHIR.Util.ExtensionUtil.ExecuteAfterReceiveRequestBehavior(Hl7.Fhir.Model.CapabilityStatement.TypeRestfulInteraction,Hl7.Fhir.Model.ResourceType,Hl7.Fhir.Model.Resource)"]

resource
Type: Resource
The resource being actioned

Return Value

Type: Resource
The updated resource
Exceptions
ExceptionCondition
DetectedIssueExceptionIf there is a detected/validation issue
See Also