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 SourceFhirValueSetExpansion(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 SourceContains
Gets the contains.
Declaration
public List<FhirConcept> Contains { get; }
Property Value
Type | Description |
---|---|
List<FhirConcept> | The contains. |
Identifier
Gets the identifier.
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |
IsLimitedExpansion
Gets a value indicating whether this object is limited expansion.
Declaration
public bool IsLimitedExpansion { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Offset
Gets the offset.
Declaration
public int? Offset { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The offset. |
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. |
Timestamp
Gets the Date/Time of the timestamp.
Declaration
public string Timestamp { get; }
Property Value
Type | Description |
---|---|
System.String | The timestamp. |
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 SourceClone()
Makes a deep copy of this object.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object | A copy of this object. |