Show / Hide Table of Contents

Class GuideDependencyTypeCodes

How a dependency is represented when the guide is published.

Inheritance
System.Object
GuideDependencyTypeCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class GuideDependencyTypeCodes : object

Fields

| Improve this Doc View Source

Inclusion

The guide is embedded in this guide when published.

Declaration
public static readonly Coding Inclusion
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralGuideDependencyTypeInclusion

Literal for code: GuideDependencyTypeInclusion

Declaration
public const string LiteralGuideDependencyTypeInclusion = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralGuideDependencyTypeReference

Literal for code: GuideDependencyTypeReference

Declaration
public const string LiteralGuideDependencyTypeReference = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralInclusion

Literal for code: Inclusion

Declaration
public const string LiteralInclusion = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralReference

Literal for code: Reference

Declaration
public const string LiteralReference = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Reference

The guide is referred to by URL.

Declaration
public static readonly Coding Reference
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up GuideDependencyType Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX