C# 클래스 Hl7.Fhir.Model.TagListExtensions

파일 보기 프로젝트 열기: vista-novo/fhir

공개 메소드들

메소드 설명
FilterFhirTags ( this tags ) : IEnumerable
FindByScheme ( this tags, Uri scheme ) : IEnumerable
FindByTerm ( this tags, string term ) : IEnumerable
FindByTerm ( this tags, string term, Uri scheme ) : IEnumerable
FindByTerm ( this tags, string term, string scheme ) : IEnumerable
HasTag ( this tags, string term ) : bool
HasTag ( this tags, string term, Uri scheme ) : bool
HasTag ( this tags, string term, string scheme ) : bool
Merge ( this tags, IEnumerable that ) : IEnumerable
Remove ( this tags, IEnumerable that ) : IEnumerable
Validate ( this tags ) : ErrorList

메소드 상세

FilterFhirTags() 공개 정적인 메소드

public static FilterFhirTags ( this tags ) : IEnumerable
tags this
리턴 IEnumerable

FindByScheme() 공개 정적인 메소드

public static FindByScheme ( this tags, Uri scheme ) : IEnumerable
tags this
scheme System.Uri
리턴 IEnumerable

FindByTerm() 공개 정적인 메소드

public static FindByTerm ( this tags, string term ) : IEnumerable
tags this
term string
리턴 IEnumerable

FindByTerm() 공개 정적인 메소드

public static FindByTerm ( this tags, string term, Uri scheme ) : IEnumerable
tags this
term string
scheme System.Uri
리턴 IEnumerable

FindByTerm() 공개 정적인 메소드

public static FindByTerm ( this tags, string term, string scheme ) : IEnumerable
tags this
term string
scheme string
리턴 IEnumerable

HasTag() 공개 정적인 메소드

public static HasTag ( this tags, string term ) : bool
tags this
term string
리턴 bool

HasTag() 공개 정적인 메소드

public static HasTag ( this tags, string term, Uri scheme ) : bool
tags this
term string
scheme System.Uri
리턴 bool

HasTag() 공개 정적인 메소드

public static HasTag ( this tags, string term, string scheme ) : bool
tags this
term string
scheme string
리턴 bool

Merge() 공개 정적인 메소드

public static Merge ( this tags, IEnumerable that ) : IEnumerable
tags this
that IEnumerable
리턴 IEnumerable

Remove() 공개 정적인 메소드

public static Remove ( this tags, IEnumerable that ) : IEnumerable
tags this
that IEnumerable
리턴 IEnumerable

Validate() 공개 정적인 메소드

public static Validate ( this tags ) : ErrorList
tags this
리턴 ErrorList