Class ValueSetReferenceInfo
Information about the value set reference.
Inheritance
System.Object
ValueSetReferenceInfo
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public class ValueSetReferenceInfo : object
Constructors
| Improve this Doc View SourceValueSetReferenceInfo()
Initializes a new instance of the Value
Declaration
public ValueSetReferenceInfo()
Properties
| Improve this Doc View SourceReferencingElementsByPath
Gets the full pathname of the referencing elements by file.
Declaration
public Dictionary<string, FhirElement> ReferencingElementsByPath { get; }
Property Value
Type | Description |
---|---|
Dictionary<System. |
StrongestBinding
Gets the strongest binding.
Declaration
public FhirElement.ElementDefinitionBindingStrength StrongestBinding { get; }
Property Value
Type | Description |
---|---|
Fhir |
Methods
| Improve this Doc View SourceAddPath(FhirElement)
Adds a path and checks for changes to strongest binding level.
Declaration
public void AddPath(FhirElement element)
Parameters
Type | Name | Description |
---|---|---|
Fhir |
element | The element. |