Show / Hide Table of Contents

Class QuestionnaireResponseGroupQuestionAnswer

The respondent's answer(s) to the question.

Inheritance
System.Object
Element
BackboneElement
QuestionnaireResponseGroupQuestionAnswer
Implements
IFhirJsonSerializable
Inherited Members
BackboneElement.ModifierExtension
Element.Extension
Element.Fhir_comments
Element._Fhir_comments
Element.Id
Element._Id
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public class QuestionnaireResponseGroupQuestionAnswer : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_ValueBoolean

Extension container element for ValueBoolean

Declaration
public Element _ValueBoolean { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueDate

Extension container element for ValueDate

Declaration
public Element _ValueDate { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueDateTime

Extension container element for ValueDateTime

Declaration
public Element _ValueDateTime { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueDecimal

Extension container element for ValueDecimal

Declaration
public Element _ValueDecimal { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueInstant

Extension container element for ValueInstant

Declaration
public Element _ValueInstant { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueInteger

Extension container element for ValueInteger

Declaration
public Element _ValueInteger { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueString

Extension container element for ValueString

Declaration
public Element _ValueString { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueTime

Extension container element for ValueTime

Declaration
public Element _ValueTime { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

_ValueUri

Extension container element for ValueUri

Declaration
public Element _ValueUri { get; set; }
Property Value
Type Description
Element
| Improve this Doc View Source

Group

It is useful to have "sub-questions", questions which normally appear when certain answers are given and which collect additional details.

Declaration
public List<QuestionnaireResponseGroup> Group { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<QuestionnaireResponseGroup>
| Improve this Doc View Source

ValueAttachment

Ability to retain a single-valued answer to a question.

Declaration
public Attachment ValueAttachment { get; set; }
Property Value
Type Description
Attachment
| Improve this Doc View Source

ValueBoolean

Ability to retain a single-valued answer to a question.

Declaration
public bool? ValueBoolean { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
| Improve this Doc View Source

ValueCoding

Ability to retain a single-valued answer to a question.

Declaration
public Coding ValueCoding { get; set; }
Property Value
Type Description
Coding
| Improve this Doc View Source

ValueDate

Ability to retain a single-valued answer to a question.

Declaration
public string ValueDate { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ValueDateTime

Ability to retain a single-valued answer to a question.

Declaration
public string ValueDateTime { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ValueDecimal

Ability to retain a single-valued answer to a question.

Declaration
public decimal? ValueDecimal { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>
| Improve this Doc View Source

ValueInstant

Ability to retain a single-valued answer to a question.

Declaration
public string ValueInstant { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ValueInteger

Ability to retain a single-valued answer to a question.

Declaration
public int? ValueInteger { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
| Improve this Doc View Source

ValueQuantity

Ability to retain a single-valued answer to a question.

Declaration
public Quantity ValueQuantity { get; set; }
Property Value
Type Description
Quantity
| Improve this Doc View Source

ValueReference

Ability to retain a single-valued answer to a question.

Declaration
public Reference ValueReference { get; set; }
Property Value
Type Description
Reference
| Improve this Doc View Source

ValueString

Ability to retain a single-valued answer to a question.

Declaration
public string ValueString { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ValueTime

Ability to retain a single-valued answer to a question.

Declaration
public string ValueTime { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ValueUri

Ability to retain a single-valued answer to a question.

Declaration
public string ValueUri { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

DeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)

Deserialize a JSON object

Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
| Improve this Doc View Source

DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)

Deserialize a JSON property

Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type Name Description
Utf8JsonReader reader
JsonSerializerOptions options
System.String propertyName
| Improve this Doc View Source

SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)

Serialize to a JSON object

Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type Name Description
Utf8JsonWriter writer
JsonSerializerOptions options
System.Boolean includeStartObject

Implements

IFhirJsonSerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX