Click or drag to resize

IForeignDataConverter Interface

Defines a reader which can read a format of data which is alien to SanteDB and convert it into the equivalent SanteDB records.

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

The IForeignDataConverter type exposes the following members.

Properties
  NameDescription
Public propertyExtension
Gets the file extension of objects which this foreign data converter is expected to convert
Top
Methods
  NameDescription
Public methodConvert(IEnumerableIdentifiedData, ForeignDataMap)
Converts a collection of SanteDB objects to the foreign data format
Public methodConvert(Stream, ForeignDataMap)
Converts the contents of the foreign data format into SanteDB objects
Public methodGetDescriptor
Gets a structure definition of the shape of the alien data in the specified inStream
Top
See Also