C# Class Spark.Service.Import

Import can map id's and references in incoming Interactions to id's and references that are local to the Spark Server.
Exibir arquivo Open project: raysearchlabs/spark Class Usage Examples

Public Methods

Method Description
Add ( IEnumerable interactions ) : void
Add ( Spark.Engine.Core.Interaction interaction ) : void
Import ( ILocalhost localhost, IGenerator generator ) : System
Internalize ( ) : void

Private Methods

Method Description
FixXhtmlDiv ( string div ) : string
InternalizeKey ( Spark.Engine.Core.Interaction interaction ) : void
InternalizeKeys ( ) : void
InternalizeReference ( Key original ) : Key
InternalizeReference ( String uristring ) : String
InternalizeReference ( Uri uri ) : Uri
InternalizeReferences ( ) : void
InternalizeReferences ( Hl7.Fhir.Model.Resource resource ) : void
InternalizeState ( ) : void
Remap ( Key key ) : Key
RemapHistoryOnly ( Key key ) : Key

Method Details

Add() public method

public Add ( IEnumerable interactions ) : void
interactions IEnumerable
return void

Add() public method

public Add ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
return void

Import() public method

public Import ( ILocalhost localhost, IGenerator generator ) : System
localhost ILocalhost
generator IGenerator
return System

Internalize() public method

public Internalize ( ) : void
return void