Show / Hide Table of Contents

Class CompositionStatusCodes

Code Values for the Composition.status field

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

Fields

| Improve this Doc View Source

AMENDED

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

ENTERED_IN_ERROR

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

FINAL

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

PRELIMINARY

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