Show / Hide Table of Contents

Class GuidePageKindCodes

The kind of an included page.

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

Fields

| Improve this Doc View Source

Dictionary

This is a page that creates the listed resources as a dictionary.

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

Directory

This is a page that lists the resources of a given type, and also creates pages for all the listed types as other pages in the section.

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

Example

This is a page that represents a human readable rendering of an example.

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

Include

This is a page showing where an included guide is injected.

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

List

This is a page that represents a list of resources of one or more types.

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

LiteralDictionary

Literal for code: Dictionary

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

LiteralDirectory

Literal for code: Directory

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

LiteralExample

Literal for code: Example

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

LiteralGuidePageKindDictionary

Literal for code: GuidePageKindDictionary

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

LiteralGuidePageKindDirectory

Literal for code: GuidePageKindDirectory

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

LiteralGuidePageKindExample

Literal for code: GuidePageKindExample

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

LiteralGuidePageKindInclude

Literal for code: GuidePageKindInclude

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

LiteralGuidePageKindList

Literal for code: GuidePageKindList

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

LiteralGuidePageKindPage

Literal for code: GuidePageKindPage

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

LiteralGuidePageKindResource

Literal for code: GuidePageKindResource

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

LiteralGuidePageKindTableOfContents

Literal for code: GuidePageKindTableOfContents

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

LiteralInclude

Literal for code: Include

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

LiteralList

Literal for code: List

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

LiteralPage

Literal for code: Page

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

LiteralResource

Literal for code: Resource

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

LiteralTableOfContents

Literal for code: TableOfContents

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

Page

This is a page of content that is included in the implementation guide. It has no particular function.

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

Resource

This is a page that represents a presented resource. This is typically used for generated conformance resource presentations.

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

TableOfContents

This is a generated page that contains the table of contents.

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

Values

Dictionary for looking up GuidePageKind 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