Show / Hide Table of Contents

Class FhirValueSetExpansion

A fhir value set expansion.

Inheritance
System.Object
FhirValueSetExpansion
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class FhirValueSetExpansion : ICloneable

Constructors

| Improve this Doc View Source

FhirValueSetExpansion(String, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String, Object>, List<FhirConcept>)

Initializes a new instance of the FhirValueSetExpansion class.

Declaration
public FhirValueSetExpansion(string identifier, string timestamp, int? total, int? offset, Dictionary<string, dynamic> parameters, List<FhirConcept> contains)
Parameters
Type Name Description
System.String identifier

The identifier.

System.String timestamp

The timestamp.

System.Nullable<System.Int32> total

The total.

System.Nullable<System.Int32> offset

The offset.

Dictionary<System.String, System.Object> parameters

The parameters.

List<FhirConcept> contains

The contains.

Properties

| Improve this Doc View Source

Contains

Gets the contains.

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

The contains.

| Improve this Doc View Source

Identifier

Gets the identifier.

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

The identifier.

| Improve this Doc View Source

IsLimitedExpansion

Gets a value indicating whether this object is limited expansion.

Declaration
public bool IsLimitedExpansion { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Offset

Gets the offset.

Declaration
public int? Offset { get; }
Property Value
Type Description
System.Nullable<System.Int32>

The offset.

| Improve this Doc View Source

Parameters

Gets options for controlling the operation.

Declaration
public Dictionary<string, dynamic> Parameters { get; }
Property Value
Type Description
Dictionary<System.String, System.Object>

The parameters.

| Improve this Doc View Source

Timestamp

Gets the Date/Time of the timestamp.

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

The timestamp.

| Improve this Doc View Source

Total

Gets the number of.

Declaration
public int? Total { get; }
Property Value
Type Description
System.Nullable<System.Int32>

The total.

Methods

| Improve this Doc View Source

Clone()

Makes a deep copy of this object.

Declaration
public object Clone()
Returns
Type Description
System.Object

A copy of this object.

  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FhirValueSetExpansion(String, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String, Object>, List<FhirConcept>)
  • Properties
    • Contains
    • Identifier
    • IsLimitedExpansion
    • Offset
    • Parameters
    • Timestamp
    • Total
  • Methods
    • Clone()
Back to top Generated by DocFX