Method | Description | |
---|---|---|
BuildLinks ( Hl7.Fhir.Model.Bundle bundle, Spark.Core.Snapshot snapshot, int start, int count ) : void | ||
CreateBundle ( Spark.Core.Snapshot snapshot, int start, int count ) : Hl7.Fhir.Model.Bundle | ||
CreateSnapshot ( Hl7.Fhir.Model.Bundle type, |
||
GetFirstPage ( Spark.Core.Snapshot snapshot ) : Hl7.Fhir.Model.Bundle | ||
GetPage ( Spark.Core.Snapshot snapshot, int start, int pagesize = DEFAULT_PAGE_SIZE ) : Hl7.Fhir.Model.Bundle | ||
GetPage ( string snapshotkey, int start, int count = DEFAULT_PAGE_SIZE ) : Hl7.Fhir.Model.Bundle | ||
Pager ( IFhirStore store, ISnapshotStore snapshotstore, ILocalhost localhost, |
Method | Description | |
---|---|---|
Include ( Hl7.Fhir.Model.Bundle bundle, IEnumerable |
public BuildLinks ( Hl7.Fhir.Model.Bundle bundle, Spark.Core.Snapshot snapshot, int start, int count ) : void | ||
bundle | Hl7.Fhir.Model.Bundle | |
snapshot | Spark.Core.Snapshot | |
start | int | |
count | int | |
return | void |
public CreateBundle ( Spark.Core.Snapshot snapshot, int start, int count ) : Hl7.Fhir.Model.Bundle | ||
snapshot | Spark.Core.Snapshot | |
start | int | |
count | int | |
return | Hl7.Fhir.Model.Bundle |
public CreateSnapshot ( Hl7.Fhir.Model.Bundle type, |
||
type | Hl7.Fhir.Model.Bundle | |
link | ||
keys | IEnumerable |
|
sortby | string | |
includes | IEnumerable |
|
return | Spark.Core.Snapshot |
public GetFirstPage ( Spark.Core.Snapshot snapshot ) : Hl7.Fhir.Model.Bundle | ||
snapshot | Spark.Core.Snapshot | |
return | Hl7.Fhir.Model.Bundle |
public GetPage ( Spark.Core.Snapshot snapshot, int start, int pagesize = DEFAULT_PAGE_SIZE ) : Hl7.Fhir.Model.Bundle | ||
snapshot | Spark.Core.Snapshot | |
start | int | |
pagesize | int | |
return | Hl7.Fhir.Model.Bundle |
public GetPage ( string snapshotkey, int start, int count = DEFAULT_PAGE_SIZE ) : Hl7.Fhir.Model.Bundle | ||
snapshotkey | string | |
start | int | |
count | int | |
return | Hl7.Fhir.Model.Bundle |
public Pager ( IFhirStore store, ISnapshotStore snapshotstore, ILocalhost localhost, |
||
store | IFhirStore | |
snapshotstore | ISnapshotStore | |
localhost | ILocalhost | |
transfer | ||
return | System |