Show / Hide Table of Contents

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 Source

FhirValueSetExpansionContains(Uri, Nullable<Boolean>, Nullable<Boolean>, String, String, String, List<FhirValueSetExpansionContains>)

Initializes a new instance of the FhirValueSetExpansionContains class.

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.Nullable<System.Boolean> isAbstract

The abstract.

System.Nullable<System.Boolean> isInactive

The inactive.

System.String version

The version.

System.String code

The code.

System.String display

The display.

List<FhirValueSetExpansionContains> contains

The contains.

Properties

| Improve this Doc View Source

Code

Gets the code.

Declaration
public string Code { get; }
Property Value
Type Description
System.String

The code.

| Improve this Doc View Source

Contains

Gets the contains.

Declaration
public List<FhirValueSetExpansionContains> Contains { get; }
Property Value
Type Description
List<FhirValueSetExpansionContains>

The contains.

| Improve this Doc View Source

Display

Gets the display.

Declaration
public string Display { get; }
Property Value
Type Description
System.String

The display.

| Improve this Doc View Source

IsAbstract

Gets the abstract.

Declaration
public bool? IsAbstract { get; }
Property Value
Type Description
System.Nullable<System.Boolean>

The abstract.

| Improve this Doc View Source

IsInactive

Gets the inactive.

Declaration
public bool? IsInactive { get; }
Property Value
Type Description
System.Nullable<System.Boolean>

The inactive.

| Improve this Doc View Source

System

Gets the system.

Declaration
public Uri System { get; }
Property Value
Type Description
Uri

The system.

| Improve this Doc View Source

Version

Gets the version.

Declaration
public string Version { get; }
Property Value
Type Description
System.String

The version.

  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FhirValueSetExpansionContains(Uri, Nullable<Boolean>, Nullable<Boolean>, String, String, String, List<FhirValueSetExpansionContains>)
  • Properties
    • Code
    • Contains
    • Display
    • IsAbstract
    • IsInactive
    • System
    • Version
Back to top Generated by DocFX