Click or drag to resize

IForeignDataTransform Interface

Implementations of this class are expected to be able to transform a single input object into a single output object

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

The IForeignDataTransform type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the name of the transform
Top
Methods
  NameDescription
Public methodTransform
Transform data from the source foreign data object to an appropriate type
Top
Remarks
Implementations of this class may perform terminology lookups, parsing, translation etc.
See Also