Show / Hide Table of Contents

Class SupplyRequestStatusCodes

Code Values for the SupplyRequest.status field

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

Fields

| Improve this Doc View Source

CANCELLED

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

COMPLETED

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

FAILED

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

REQUESTED

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