Show / Hide Table of Contents

Class DocumentRelationshipTypeCodes

The type of relationship between documents.

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

Fields

| Improve this Doc View Source

Appends

This document adds additional information to the target document.

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

LiteralAppends

Literal for code: Appends

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

LiteralDocumentRelationshipTypeAppends

Literal for code: DocumentRelationshipTypeAppends

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

LiteralDocumentRelationshipTypeReplaces

Literal for code: DocumentRelationshipTypeReplaces

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

LiteralDocumentRelationshipTypeSigns

Literal for code: DocumentRelationshipTypeSigns

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

LiteralDocumentRelationshipTypeTransforms

Literal for code: DocumentRelationshipTypeTransforms

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

LiteralReplaces

Literal for code: Replaces

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

LiteralSigns

Literal for code: Signs

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

LiteralTransforms

Literal for code: Transforms

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

Replaces

This document logically replaces or supersedes the target document.

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

Signs

This document is a signature of the target document.

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

Transforms

This document was generated by transforming the target document (e.g. format or language conversion).

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

Values

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