Show / Hide Table of Contents

Class ValueSetExpansionParameter

A parameter that controlled the expansion process. These parameters may be used by users of expanded value sets to check whether the expansion is suitable for a particular purpose, or to pick the correct expansion.

Inheritance
System.Object
Element
BackboneElement
ValueSetExpansionParameter
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class ValueSetExpansionParameter : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_Name

Extension container element for Name

Declaration
public Element _Name { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueBoolean

Extension container element for ValueBoolean

Declaration
public Element _ValueBoolean { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueCode

Extension container element for ValueCode

Declaration
public Element _ValueCode { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueDecimal

Extension container element for ValueDecimal

Declaration
public Element _ValueDecimal { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueInteger

Extension container element for ValueInteger

Declaration
public Element _ValueInteger { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueString

Extension container element for ValueString

Declaration
public Element _ValueString { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueUri

Extension container element for ValueUri

Declaration
public Element _ValueUri { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

Name

The name of the parameter.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ValueBoolean

The value of the parameter.

Declaration
public bool? ValueBoolean { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

ValueCode

The value of the parameter.

Declaration
public string ValueCode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ValueDecimal

The value of the parameter.

Declaration
public decimal? ValueDecimal { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
| Improve this Doc View Source

ValueInteger

The value of the parameter.

Declaration
public int? ValueInteger { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

ValueString

The value of the parameter.

Declaration
public string ValueString { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ValueUri

The value of the parameter.

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

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX