Class HealthcareServiceAvailableTime
A collection of times that the Service Site is available.
Implements
Inherited Members
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 |
_AvailableEndTime
Extension container element for AvailableEndTime
Declaration
public Element _AvailableEndTime { get; set; }
Property Value
Type | Description |
---|---|
Element |
_AvailableStartTime
Extension container element for AvailableStartTime
Declaration
public Element _AvailableStartTime { get; set; }
Property Value
Type | Description |
---|---|
Element |
_DaysOfWeek
Extension container element for DaysOfWeek
Declaration
public List<Element> _DaysOfWeek { get; set; }
Property Value
Type | Description |
---|---|
fhir |
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. |
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. |
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. |
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 |
---|---|
fhir |
Methods
| Improve this Doc View SourceDeserializeJson(ref Utf8JsonReader, JsonSerializerOptions)
Deserialize a JSON object
Declaration
public void DeserializeJson(ref Utf8JsonReader reader, JsonSerializerOptions options)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options |
DeserializeJsonProperty(ref Utf8JsonReader, JsonSerializerOptions, String)
Deserialize a JSON property
Declaration
public void DeserializeJsonProperty(ref Utf8JsonReader reader, JsonSerializerOptions options, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
reader | |
Json |
options | |
System. |
propertyName |
SerializeJson(Utf8JsonWriter, JsonSerializerOptions, Boolean)
Serialize to a JSON object
Declaration
public void SerializeJson(Utf8JsonWriter writer, JsonSerializerOptions options, bool includeStartObject = true)
Parameters
Type | Name | Description |
---|---|---|
Utf8Json |
writer | |
Json |
options | |
System. |
includeStartObject |