Show / Hide Table of Contents

Class HealthcareServiceAvailableTime

A collection of times that the Service Site is available.

Inheritance
System.Object
Element
BackboneElement
HealthcareServiceAvailableTime
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 HealthcareServiceAvailableTime : BackboneElement, IFhirJsonSerializable

Properties

| Improve this Doc View Source

_AllDay

Extension container element for AllDay

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

_AvailableEndTime

Extension container element for AvailableEndTime

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

_AvailableStartTime

Extension container element for AvailableStartTime

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

_DaysOfWeek

Extension container element for DaysOfWeek

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

AllDay

Is this always available? (hence times are irrelevant) e.g. 24 hour service.

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

AvailableEndTime

The closing time of day. Note: If the AllDay flag is set, then this time is ignored.

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

AvailableStartTime

The opening time of day. Note: If the AllDay flag is set, then this time is ignored.

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

DaysOfWeek

Indicates which days of the week are available between the start and end Times.

Declaration
public List<string> DaysOfWeek { get; set; }
Property Value
Type Description
fhirCsR2.Models.List<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