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 Fhir
Declaration
public FhirValueSetExpansion(string identifier, string timestamp, int? total, int? offset, Dictionary<string, dynamic> parameters, List<FhirConcept> contains)
Parameters
Type | Name | Description |
---|---|---|
System. |
identifier | The identifier. |
System. |
timestamp | The timestamp. |
System. |
total | The total. |
System. |
offset | The offset. |
Dictionary<System. |
parameters | The parameters. |
List<Fhir |
contains | The contains. |
Properties
| Improve this Doc View SourceContains
Gets the contains.
Declaration
public List<FhirConcept> Contains { get; }
Property Value
Type | Description |
---|---|
List<Fhir |
The contains. |
Identifier
Gets the identifier.
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
System. |
The identifier. |
IsLimitedExpansion
Gets a value indicating whether this object is limited expansion.
Declaration
public bool IsLimitedExpansion { get; }
Property Value
Type | Description |
---|---|
System. |
Offset
Gets the offset.
Declaration
public int? Offset { get; }
Property Value
Type | Description |
---|---|
System. |
The offset. |
Parameters
Gets options for controlling the operation.
Declaration
public Dictionary<string, dynamic> Parameters { get; }
Property Value
Type | Description |
---|---|
Dictionary<System. |
The parameters. |
Timestamp
Gets the Date/Time of the timestamp.
Declaration
public string Timestamp { get; }
Property Value
Type | Description |
---|---|
System. |
The timestamp. |
Total
Gets the number of.
Declaration
public int? Total { get; }
Property Value
Type | Description |
---|---|
System. |
The total. |
Methods
| Improve this Doc View SourceClone()
Makes a deep copy of this object.
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System. |
A copy of this object. |