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.
Afficher le fichier Open project: raysearchlabs/spark Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Add ( IEnumerable interactions ) : void
interactions IEnumerable
Résultat void

Add() public méthode

public Add ( Spark.Engine.Core.Interaction interaction ) : void
interaction Spark.Engine.Core.Interaction
Résultat void

Import() public méthode

public Import ( ILocalhost localhost, IGenerator generator ) : System
localhost ILocalhost
generator IGenerator
Résultat System

Internalize() public méthode

public Internalize ( ) : void
Résultat void