Click or drag to resize

UpstreamIntegrationResultEventArgs Constructor

Creates a new integration result based on the response

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public UpstreamIntegrationResultEventArgs(
	IdentifiedData submitted,
	IdentifiedData result
)

Parameters

submitted  IdentifiedData

[Missing <param name="submitted"/> documentation for "M:SanteDB.Core.Services.UpstreamIntegrationResultEventArgs.#ctor(SanteDB.Core.Model.IdentifiedData,SanteDB.Core.Model.IdentifiedData)"]

result  IdentifiedData

[Missing <param name="result"/> documentation for "M:SanteDB.Core.Services.UpstreamIntegrationResultEventArgs.#ctor(SanteDB.Core.Model.IdentifiedData,SanteDB.Core.Model.IdentifiedData)"]

See Also