Show / Hide Table of Contents

Class QuestionnaireGroupQuestionTypeCodes

Code Values for the Questionnaire.group.question.type field

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

Fields

| Improve this Doc View Source

ATTACHMENT

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

BOOLEAN

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

CHOICE

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

DATE

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

DATETIME

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

INSTANT

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

INTEGER

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

OPEN_CHOICE

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

QUANTITY

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

REFERENCE

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

TEXT

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

TIME

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

URL

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

VAL_DECIMAL

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

VAL_STRING

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