Method | Description | |
---|---|---|
Add ( IEnumerable |
||
Add ( Interaction entry ) : void | ||
AddSnapshot ( Spark.Core.Snapshot snapshot ) : void | ||
Clean ( ) : void | ||
CustomResourceIdAllowed ( string value ) : bool | ||
Exists ( IKey key ) : bool | ||
FindSingle ( string resource, Hl7 searchCommand ) : Spark.Core.Key | ||
Get ( IEnumerable |
||
Get ( IKey key ) : Interaction | ||
Get ( string primarykey ) : Interaction | ||
GetSnapshot ( string snapshotid ) : Spark.Core.Snapshot | ||
History ( DateTimeOffset since = null ) : IList |
||
History ( IKey key, DateTimeOffset since = null ) : IList |
||
History ( string typename, DateTimeOffset since = null ) : IList |
||
List ( string typename, DateTimeOffset since = null ) : IList |
||
NextResourceId ( string resource ) : string | ||
NextVersionId ( string resource ) : string | ||
Process ( IEnumerable |
||
Process ( Interaction interaction ) : void | ||
Replace ( Interaction entry ) : void | ||
Search ( string resource, Hl7 searchCommand ) : SearchResults |
Method | Description | |
---|---|---|
GetResourceDirectory ( string typeName ) : string | ||
GetResourceFileName ( IKey key ) : string | ||
LoadResourceFromXmlFile ( IKey key ) : Hl7.Fhir.Model.Resource | ||
SaveResourceToXmlFile ( IKey key, Hl7.Fhir.Model.Resource resource ) : void |
public AddSnapshot ( Spark.Core.Snapshot snapshot ) : void | ||
snapshot | Spark.Core.Snapshot | |
return | void |
public CustomResourceIdAllowed ( string value ) : bool | ||
value | string | |
return | bool |
public FindSingle ( string resource, Hl7 searchCommand ) : Spark.Core.Key | ||
resource | string | |
searchCommand | Hl7 | |
return | Spark.Core.Key |
public Get ( IEnumerable |
||
identifiers | IEnumerable |
|
sortby | string | |
return | IList |
public Get ( string primarykey ) : Interaction | ||
primarykey | string | |
return | Interaction |
public GetSnapshot ( string snapshotid ) : Spark.Core.Snapshot | ||
snapshotid | string | |
return | Spark.Core.Snapshot |
public History ( DateTimeOffset since = null ) : IList |
||
since | DateTimeOffset | |
return | IList |
public History ( IKey key, DateTimeOffset since = null ) : IList |
||
key | IKey | |
since | DateTimeOffset | |
return | IList |
public History ( string typename, DateTimeOffset since = null ) : IList |
||
typename | string | |
since | DateTimeOffset | |
return | IList |
public List ( string typename, DateTimeOffset since = null ) : IList |
||
typename | string | |
since | DateTimeOffset | |
return | IList |
public NextResourceId ( string resource ) : string | ||
resource | string | |
return | string |
public NextVersionId ( string resource ) : string | ||
resource | string | |
return | string |
public Process ( IEnumerable |
||
interactions | IEnumerable |
|
return | void |
public Process ( Interaction interaction ) : void | ||
interaction | Interaction | |
return | void |
public Search ( string resource, Hl7 searchCommand ) : SearchResults | ||
resource | string | |
searchCommand | Hl7 | |
return | SearchResults |