Show / Hide Table of Contents

Class ElementDefinitionSlicingRulesCodes

Code Values for the ElementDefinition.slicing.rules field

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

Fields

| Improve this Doc View Source

CLOSED

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

OPEN

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

OPENATEND

Declaration
public const string OPENATEND = 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