Click or drag to resize

FhirMessageDispatchFormatterSerializeResponse Method

Serialize the reply

Namespace:  SanteDB.Messaging.FHIR.Rest.Serialization
Assembly:  SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax
public void SerializeResponse(
	RestResponseMessage responseMessage,
	Object[] parameters,
	Object result
)

Parameters

responseMessage
Type: RestSrvr.MessageRestResponseMessage

[Missing <param name="responseMessage"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.Serialization.FhirMessageDispatchFormatter.SerializeResponse(RestSrvr.Message.RestResponseMessage,System.Object[],System.Object)"]

parameters
Type: SystemObject

[Missing <param name="parameters"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.Serialization.FhirMessageDispatchFormatter.SerializeResponse(RestSrvr.Message.RestResponseMessage,System.Object[],System.Object)"]

result
Type: SystemObject

[Missing <param name="result"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.Serialization.FhirMessageDispatchFormatter.SerializeResponse(RestSrvr.Message.RestResponseMessage,System.Object[],System.Object)"]

Implements

IDispatchMessageFormatterSerializeResponse(RestResponseMessage, Object, Object)
See Also