Enum FhirNodeInfo.FhirNodeType
Values that represent node and link types.
Namespace: Microsoft.Health.Fhir.CodeGenCommon.Models
Assembly: Microsoft.Health.Fhir.CodeGenCommon.dll
Syntax
public enum FhirNodeType : int
Fields
Name | Description |
---|---|
Component | This node is a component definition (BackboneElement). |
DataType | This node is a non-primitive data type. |
LogicalModel | This node is a logical model. |
Primitive | This node is a primitive data type. |
Profile | This node is a profile data type. |
Resource | This node is a resource. |
Self | This node links to itself (will return null pointer for simplicity). |
Unknown | Could not determine edge linking type. |