C# Class Hl7.Fhir.Model.TagListExtensions

Datei anzeigen Open project: vista-novo/fhir

Public Methods

Method Description
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

Method Details

FilterFhirTags() public static method

public static FilterFhirTags ( this tags ) : IEnumerable
tags this
return IEnumerable

FindByScheme() public static method

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

FindByTerm() public static method

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

FindByTerm() public static method

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

FindByTerm() public static method

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

HasTag() public static method

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

HasTag() public static method

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

HasTag() public static method

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

Merge() public static method

public static Merge ( this tags, IEnumerable that ) : IEnumerable
tags this
that IEnumerable
return IEnumerable

Remove() public static method

public static Remove ( this tags, IEnumerable that ) : IEnumerable
tags this
that IEnumerable
return IEnumerable

Validate() public static method

public static Validate ( this tags ) : ErrorList
tags this
return ErrorList