Click or drag to resize

AdoForeignDataManagerGet(Guid) Method

Get the foreign data import information by UUID

Namespace: SanteDB.Persistence.Data.Services
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public IForeignDataSubmission Get(
	Guid foreignDataId
)

Parameters

foreignDataId  Guid
The identifier of the foreign data to fetch

Return Value

IForeignDataSubmission
The foreign data structure

Implements

IForeignDataManagerServiceGet(Guid)
See Also