Class: NullEncounter

Inherits:
Object
  • Object
show all
Defined in:
lib/aqi.rb

Defined Under Namespace

Classes: Service

Instance Method Summary collapse

Instance Method Details

#cityObject



32
# File 'lib/aqi.rb', line 32

def city; "Ocala"; end

#date_of_birthObject



29
# File 'lib/aqi.rb', line 29

def date_of_birth; Time.now; end

#encounter_idObject



34
# File 'lib/aqi.rb', line 34

def encounter_id; 1; end

#genderObject



33
# File 'lib/aqi.rb', line 33

def gender; "M"; end

#locationObject



35
# File 'lib/aqi.rb', line 35

def location; "1003"; end

#location_nameObject



36
# File 'lib/aqi.rb', line 36

def location_name; "LROR"; end

#place_of_serviceObject



37
# File 'lib/aqi.rb', line 37

def place_of_service; "LROR"; end

#postal_codeObject



30
# File 'lib/aqi.rb', line 30

def postal_code; "34476"; end

#servicesObject



38
39
40
# File 'lib/aqi.rb', line 38

def services
  [Service.new(Time.now, Time.now, "Dr. Perry Platypus")]
end

#stateObject



31
# File 'lib/aqi.rb', line 31

def state; "FL"; end