C# Class Hl7.Fhir.Model.Tag

Afficher le fichier Open project: vista-novo/fhir Class Usage Examples

Méthodes publiques

Свойство Type Description
FHIRTAGSCHEME System.Uri

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Tag ( string term ) : System
Tag ( string term, Uri scheme = null, string label = null ) : System
Tag ( string term, string scheme = null, string label = null ) : System
Validate ( ) : ErrorList

Private Methods

Méthode Description
Tag ( ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Tag() public méthode

public Tag ( string term ) : System
term string
Résultat System

Tag() public méthode

public Tag ( string term, Uri scheme = null, string label = null ) : System
term string
scheme System.Uri
label string
Résultat System

Tag() public méthode

public Tag ( string term, string scheme = null, string label = null ) : System
term string
scheme string
label string
Résultat System

Validate() public méthode

public Validate ( ) : ErrorList
Résultat ErrorList

Property Details

FHIRTAGSCHEME public_oe static_oe property

public static Uri,System FHIRTAGSCHEME
Résultat System.Uri