Class FhirValueSetExpansionContains
A fhir value set expansion contains.
Inheritance
System.Object
FhirValueSetExpansionContains
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirValueSetExpansionContains : object
Constructors
| Improve this Doc View SourceFhirValueSetExpansionContains(Uri, Nullable<Boolean>, Nullable<Boolean>, String, String, String, List<FhirValueSetExpansionContains>)
Initializes a new instance of the Fhir
Declaration
public FhirValueSetExpansionContains(Uri system, bool? isAbstract, bool? isInactive, string version, string code, string display, List<FhirValueSetExpansionContains> contains)
Parameters
Type | Name | Description |
---|---|---|
Uri | system | The system. |
System. |
isAbstract | The abstract. |
System. |
isInactive | The inactive. |
System. |
version | The version. |
System. |
code | The code. |
System. |
display | The display. |
List<Fhir |
contains | The contains. |
Properties
| Improve this Doc View SourceCode
Gets the code.
Declaration
public string Code { get; }
Property Value
Type | Description |
---|---|
System. |
The code. |
Contains
Gets the contains.
Declaration
public List<FhirValueSetExpansionContains> Contains { get; }
Property Value
Type | Description |
---|---|
List<Fhir |
The contains. |
Display
Gets the display.
Declaration
public string Display { get; }
Property Value
Type | Description |
---|---|
System. |
The display. |
IsAbstract
Gets the abstract.
Declaration
public bool? IsAbstract { get; }
Property Value
Type | Description |
---|---|
System. |
The abstract. |
IsInactive
Gets the inactive.
Declaration
public bool? IsInactive { get; }
Property Value
Type | Description |
---|---|
System. |
The inactive. |
System
Gets the system.
Declaration
public Uri System { get; }
Property Value
Type | Description |
---|---|
Uri | The system. |
Version
Gets the version.
Declaration
public string Version { get; }
Property Value
Type | Description |
---|---|
System. |
The version. |