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.
Implements
Inherited Members
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 |
_ValueBoolean
Extension container element for ValueBoolean
Declaration
public Element _ValueBoolean { get; set; }
Property Value
Type | Description |
---|---|
Element |
_ValueCode
Extension container element for ValueCode
Declaration
public Element _ValueCode { get; set; }
Property Value
Type | Description |
---|---|
Element |
_ValueDecimal
Extension container element for ValueDecimal
Declaration
public Element _ValueDecimal { get; set; }
Property Value
Type | Description |
---|---|
Element |
_ValueInteger
Extension container element for ValueInteger
Declaration
public Element _ValueInteger { get; set; }
Property Value
Type | Description |
---|---|
Element |
_ValueString
Extension container element for ValueString
Declaration
public Element _ValueString { get; set; }
Property Value
Type | Description |
---|---|
Element |
_ValueUri
Extension container element for ValueUri
Declaration
public Element _ValueUri { get; set; }
Property Value
Type | Description |
---|---|
Element |
Name
The name of the parameter.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System. |
ValueBoolean
The value of the parameter.
Declaration
public bool? ValueBoolean { get; set; }
Property Value
Type | Description |
---|---|
System. |
ValueCode
The value of the parameter.
Declaration
public string ValueCode { get; set; }
Property Value
Type | Description |
---|---|
System. |
ValueDecimal
The value of the parameter.
Declaration
public decimal? ValueDecimal { get; set; }
Property Value
Type | Description |
---|---|
System. |
ValueInteger
The value of the parameter.
Declaration
public int? ValueInteger { get; set; }
Property Value
Type | Description |
---|---|
System. |
ValueString
The value of the parameter.
Declaration
public string ValueString { get; set; }
Property Value
Type | Description |
---|---|
System. |
ValueUri
The value of the parameter.
Declaration
public string ValueUri { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |