C# Class Spark.Engine.Extensions.FhirModelExtensions

显示文件 Open project: raysearchlabs/spark

Public Methods

Method Description
Append ( this bundle, Hl7.Fhir.Model.Bundle method, IEnumerable resources ) : void
Append ( this bundle, Hl7.Fhir.Model.Bundle method, Hl7.Fhir.Model.Resource resource ) : void
Append ( this bundle, IEnumerable resources ) : void
Append ( this bundle, Hl7.Fhir.Model.Resource resource ) : void
ConstructSelfLink ( string baseuri, Hl7.Fhir.Model.Resource resource ) : Uri
GetInteractions ( this localhost, Hl7.Fhir.Model.Bundle bundle ) : IList
GetReferences ( this bundle, IEnumerable includes ) : IEnumerable
GetReferences ( this resource, string include ) : IEnumerable
SelfLinks ( this bundle ) : IEnumerable

Method Details

Append() public static method

public static Append ( this bundle, Hl7.Fhir.Model.Bundle method, IEnumerable resources ) : void
bundle this
method Hl7.Fhir.Model.Bundle
resources IEnumerable
return void

Append() public static method

public static Append ( this bundle, Hl7.Fhir.Model.Bundle method, Hl7.Fhir.Model.Resource resource ) : void
bundle this
method Hl7.Fhir.Model.Bundle
resource Hl7.Fhir.Model.Resource
return void

Append() public static method

public static Append ( this bundle, IEnumerable resources ) : void
bundle this
resources IEnumerable
return void

Append() public static method

public static Append ( this bundle, Hl7.Fhir.Model.Resource resource ) : void
bundle this
resource Hl7.Fhir.Model.Resource
return void

ConstructSelfLink() public static method

public static ConstructSelfLink ( string baseuri, Hl7.Fhir.Model.Resource resource ) : Uri
baseuri string
resource Hl7.Fhir.Model.Resource
return System.Uri

GetInteractions() public static method

public static GetInteractions ( this localhost, Hl7.Fhir.Model.Bundle bundle ) : IList
localhost this
bundle Hl7.Fhir.Model.Bundle
return IList

GetReferences() public static method

public static GetReferences ( this bundle, IEnumerable includes ) : IEnumerable
bundle this
includes IEnumerable
return IEnumerable

GetReferences() public static method

public static GetReferences ( this resource, string include ) : IEnumerable
resource this
include string
return IEnumerable

SelfLinks() public static method

public static SelfLinks ( this bundle ) : IEnumerable
bundle this
return IEnumerable