C# 클래스 Spark.Engine.Extensions.FhirModelExtensions

파일 보기 프로젝트 열기: raysearchlabs/spark

공개 메소드들

메소드 설명
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