Click or drag to resize

IntegrationResultEventArgs Constructor

Creates a new integration result based on the response

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public IntegrationResultEventArgs(
	IdentifiedData submitted,
	IdentifiedData result
)

Parameters

submitted
Type: SanteDB.Core.ModelIdentifiedData

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

result
Type: SanteDB.Core.ModelIdentifiedData

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

See Also