Show / Hide Table of Contents

Class AllergyIntoleranceReactionCertaintyCodes

Code Values for the AllergyIntolerance.reaction.certainty field

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

Fields

| Improve this Doc View Source

CONFIRMED

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

LIKELY

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

UNLIKELY

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