Show / Hide Table of Contents

Class StructureDefinitionKindCodes

Code Values for the StructureDefinition.kind field

Inheritance
System.Object
StructureDefinitionKindCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class StructureDefinitionKindCodes : object

Fields

| Improve this Doc View Source

DATATYPE

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

LOGICAL

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

RESOURCE

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

Values

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