Click or drag to resize

IForeignDataRepository Interface

Represents a class which manages foreign data import and export to/from SanteDB

Namespace:  SanteDB.Core.Data.Import
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IForeignDataRepository

The IForeignDataRepository type exposes the following members.

Methods
  NameDescription
Public methodDeleteStagedData
Delete the staged data tag
Public methodGet
The stream which represents the staged data
Public methodStage
Stages the foreign data stream in a place which can be accessed by SanteDB
Top
See Also