C# Class Hl7.Fhir.Model.TagListExtensions

Afficher le fichier Open project: vista-novo/fhir

Méthodes publiques

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

public static FilterFhirTags ( this tags ) : IEnumerable
tags this
Résultat IEnumerable

FindByScheme() public static méthode

public static FindByScheme ( this tags, Uri scheme ) : IEnumerable
tags this
scheme System.Uri
Résultat IEnumerable

FindByTerm() public static méthode

public static FindByTerm ( this tags, string term ) : IEnumerable
tags this
term string
Résultat IEnumerable

FindByTerm() public static méthode

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

FindByTerm() public static méthode

public static FindByTerm ( this tags, string term, string scheme ) : IEnumerable
tags this
term string
scheme string
Résultat IEnumerable

HasTag() public static méthode

public static HasTag ( this tags, string term ) : bool
tags this
term string
Résultat bool

HasTag() public static méthode

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

HasTag() public static méthode

public static HasTag ( this tags, string term, string scheme ) : bool
tags this
term string
scheme string
Résultat bool

Merge() public static méthode

public static Merge ( this tags, IEnumerable that ) : IEnumerable
tags this
that IEnumerable
Résultat IEnumerable

Remove() public static méthode

public static Remove ( this tags, IEnumerable that ) : IEnumerable
tags this
that IEnumerable
Résultat IEnumerable

Validate() public static méthode

public static Validate ( this tags ) : ErrorList
tags this
Résultat ErrorList