Show / Hide Table of Contents

Class AllergyIntoleranceTypeCodes

Code Values for the AllergyIntolerance.type field

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

Fields

| Improve this Doc View Source

ALLERGY

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

INTOLERANCE

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