Show / Hide Table of Contents

Class DocumentReferenceRelatesToCodeCodes

Code Values for the DocumentReference.relatesTo.code field

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

Fields

| Improve this Doc View Source

APPENDS

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

REPLACES

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

SIGNS

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

TRANSFORMS

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