C# Class Spark.Engine.Extensions.FhirModelExtensions

Afficher le fichier Open project: raysearchlabs/spark

Méthodes publiques

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

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

Append() public static méthode

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
Résultat void

Append() public static méthode

public static Append ( this bundle, IEnumerable resources ) : void
bundle this
resources IEnumerable
Résultat void

Append() public static méthode

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

ConstructSelfLink() public static méthode

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

GetInteractions() public static méthode

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

GetReferences() public static méthode

public static GetReferences ( this bundle, IEnumerable includes ) : IEnumerable
bundle this
includes IEnumerable
Résultat IEnumerable

GetReferences() public static méthode

public static GetReferences ( this resource, string include ) : IEnumerable
resource this
include string
Résultat IEnumerable

SelfLinks() public static méthode

public static SelfLinks ( this bundle ) : IEnumerable
bundle this
Résultat IEnumerable