Class: FHIR::DSTU2::HealthcareService::AvailableTime
- Includes:
- FHIR::DSTU2::Hashable, Json, Xml
- Defined in:
- lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb
Constant Summary collapse
- METADATA =
{ 'id' => { 'type' => 'id', 'path' => 'AvailableTime.id', 'min' => 0, 'max' => 1 }, 'extension' => { 'type' => 'Extension', 'path' => 'AvailableTime.extension', 'min' => 0, 'max' => Float::INFINITY }, 'modifierExtension' => { 'type' => 'Extension', 'path' => 'AvailableTime.modifierExtension', 'min' => 0, 'max' => Float::INFINITY }, 'daysOfWeek' => { 'valid_codes' => { 'http://hl7.org/fhir/days-of-week' => ['mon', 'tue', 'wed', 'thu', 'fri', 'sat', 'sun'] }, 'type' => 'code', 'path' => 'AvailableTime.daysOfWeek', 'min' => 0, 'max' => Float::INFINITY, 'binding' => { 'strength' => 'required', 'uri' => 'http://hl7.org/fhir/ValueSet/days-of-week' } }, 'allDay' => { 'type' => 'boolean', 'path' => 'AvailableTime.allDay', 'min' => 0, 'max' => 1 }, 'availableStartTime' => { 'type' => 'time', 'path' => 'AvailableTime.availableStartTime', 'min' => 0, 'max' => 1 }, 'availableEndTime' => { 'type' => 'time', 'path' => 'AvailableTime.availableEndTime', 'min' => 0, 'max' => 1 } }
Instance Attribute Summary collapse
-
#allDay ⇒ Object
0-1 boolean.
-
#availableEndTime ⇒ Object
0-1 time.
-
#availableStartTime ⇒ Object
0-1 time.
-
#daysOfWeek ⇒ Object
0-* [ code ].
-
#extension ⇒ Object
0-* [ Extension ].
-
#id ⇒ Object
0-1 id.
-
#modifierExtension ⇒ Object
0-* [ Extension ].
Method Summary
Methods included from Xml
from_xml, #to_xml, valid?, validate
Methods included from Deprecate
Methods included from Json
Methods included from FHIR::DSTU2::Hashable
Methods inherited from Model
#==, #attribute_mismatch, #compare_attribute, #each_element, #equals?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #respond_to_missing?, #to_reference, #valid?, #validate, #validate_profile
Constructor Details
This class inherits a constructor from FHIR::DSTU2::Model
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class FHIR::DSTU2::Model
Instance Attribute Details
#allDay ⇒ Object
0-1 boolean
81 82 83 |
# File 'lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb', line 81 def allDay @allDay end |
#availableEndTime ⇒ Object
0-1 time
83 84 85 |
# File 'lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb', line 83 def availableEndTime @availableEndTime end |
#availableStartTime ⇒ Object
0-1 time
82 83 84 |
# File 'lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb', line 82 def availableStartTime @availableStartTime end |
#daysOfWeek ⇒ Object
0-* [ code ]
80 81 82 |
# File 'lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb', line 80 def daysOfWeek @daysOfWeek end |
#extension ⇒ Object
0-* [ Extension ]
78 79 80 |
# File 'lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb', line 78 def extension @extension end |
#id ⇒ Object
0-1 id
77 78 79 |
# File 'lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb', line 77 def id @id end |
#modifierExtension ⇒ Object
0-* [ Extension ]
79 80 81 |
# File 'lib/fhir_dstu2_models/fhir/resources/HealthcareService.rb', line 79 def modifierExtension @modifierExtension end |