Click or drag to resize

IFhirMessageOperationInvoke Method

Invoke this message with the specified request header component and the non-message infrastructure related entries

Namespace:  SanteDB.Messaging.FHIR.Extensions
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
Resource Invoke(
	MessageHeader requestHeader,
	params EntryComponent[] entries
)

Parameters

requestHeader
Type: MessageHeader
The request header indicating the transaction details
entries
Type: EntryComponent
The entries for the operation

Return Value

Type: Resource
The response details for the message
See Also