C# Class Hl7.Fhir.Model.Tag

Exibir arquivo Open project: vista-novo/fhir Class Usage Examples

Public Properties

Property Type Description
FHIRTAGSCHEME System.Uri

Public Methods

Method 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

Method Description
Tag ( ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Tag() public method

public Tag ( string term ) : System
term string
return System

Tag() public method

public Tag ( string term, Uri scheme = null, string label = null ) : System
term string
scheme System.Uri
label string
return System

Tag() public method

public Tag ( string term, string scheme = null, string label = null ) : System
term string
scheme string
label string
return System

Validate() public method

public Validate ( ) : ErrorList
return ErrorList

Property Details

FHIRTAGSCHEME public_oe static_oe property

public static Uri,System FHIRTAGSCHEME
return System.Uri