Show / Hide Table of Contents

Class AccountStatusCodes

Indicates whether the account is available to be used.

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

Fields

| Improve this Doc View Source

Active

This account is active and may be used.

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

Inactive

This account is inactive and should not be used to track financial information.

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

LiteralAccountStatusActive

Literal for code: AccountStatusActive

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

LiteralAccountStatusInactive

Literal for code: AccountStatusInactive

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

LiteralActive

Literal for code: Active

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

LiteralInactive

Literal for code: Inactive

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

Values

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