Show / Hide Table of Contents

Class RemittanceOutcomeCodes

The outcome of the processing.

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

Fields

| Improve this Doc View Source

Complete

The processing completed without errors.

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

Error

The processing identified errors.

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

LiteralComplete

Literal for code: Complete

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

LiteralError

Literal for code: Error

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

LiteralRemittanceOutcomeComplete

Literal for code: RemittanceOutcomeComplete

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

LiteralRemittanceOutcomeError

Literal for code: RemittanceOutcomeError

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

Values

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