C# Класс Spark.Engine.Extensions.FhirModelExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Append() публичный статический Метод

public static Append ( this bundle, Hl7.Fhir.Model.Bundle method, IEnumerable resources ) : void
bundle this
method Hl7.Fhir.Model.Bundle
resources IEnumerable
Результат void

Append() публичный статический Метод

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
Результат void

Append() публичный статический Метод

public static Append ( this bundle, IEnumerable resources ) : void
bundle this
resources IEnumerable
Результат void

Append() публичный статический Метод

public static Append ( this bundle, Hl7.Fhir.Model.Resource resource ) : void
bundle this
resource Hl7.Fhir.Model.Resource
Результат void

ConstructSelfLink() публичный статический Метод

public static ConstructSelfLink ( string baseuri, Hl7.Fhir.Model.Resource resource ) : Uri
baseuri string
resource Hl7.Fhir.Model.Resource
Результат System.Uri

GetInteractions() публичный статический Метод

public static GetInteractions ( this localhost, Hl7.Fhir.Model.Bundle bundle ) : IList
localhost this
bundle Hl7.Fhir.Model.Bundle
Результат IList

GetReferences() публичный статический Метод

public static GetReferences ( this bundle, IEnumerable includes ) : IEnumerable
bundle this
includes IEnumerable
Результат IEnumerable

GetReferences() публичный статический Метод

public static GetReferences ( this resource, string include ) : IEnumerable
resource this
include string
Результат IEnumerable

SelfLinks() публичный статический Метод

public static SelfLinks ( this bundle ) : IEnumerable
bundle this
Результат IEnumerable