Sha256: ee906e2fb3c15ce1bdea5789cebccf62ca067d07776f0571e8f9cdb03b25bafa
Contents?: true
Size: 1.6 KB
Versions: 7
Compression:
Stored size: 1.6 KB
Contents
BeverlyHillsLab1 = Medivo::Lab.new( "id"=>1752, "lab_id"=> 129, "name"=>"LABCORP, BEVERLY HILLS, 465 N ROXBURY DR STE 715", "active"=>true, "address"=>"465 N ROXBURY DR STE 715", "city"=>"BEVERLY HILLS", "code"=>"20060", "distance"=>"1.4191127132891", "hours"=>"MONDAY-FRIDAY LUNCH SATURDAY, 8:00AM-5:00PM NOON-1:00PM 9:00AM-1:00PM", "lat"=>"34.06831", "lng"=>"-118.40716", "long"=>"-118.40716", "state"=>"CA", "telephone"=>"310-275-4953", "type_of_service"=>"Routine Clinical Laboratory Collections, Pediatric", "updated_at"=>"2011-01-25T09:51:11Z", "zip"=>"90210" ) BeverlyHillsLab2 = Medivo::Lab.new( "id"=>1753, "lab_id"=>129, "name"=>"LABCORP, LOS ANGELES, 8737 BEVERLY BLVD STE 401", "active"=>true, "address"=>"8737 BEVERLY BLVD STE 401", "city"=>"LOS ANGELES", "code"=>"22974", "distance"=>"1.6266877775802", "fax"=>"310-652-0676", "hours"=>"MONDAY-FRIDAY LUNCH, 8:00AM-5:00PM NOON-1:00PM", "lat"=>"34.076852", "lng"=>"-118.381669", "long"=>"-118.381669", "state"=>"CA", "telephone"=>"310-652-0542", "type_of_service"=>"Routine Clinical Laboratory Collections, Pediatric", "updated_at"=>"2011-01-25T09:51:17Z", "zip"=>"90048" ) ValidPrimaryInsuranceSample = Medivo::PrimaryInsurance.new( :relationship=>1, :company_name=>"Dude Insurance", :policy_number=>"1234", :group_number =>"555" ) Order1 = Medivo::Order.new( :email => "dude@dude.com", :address=> "my house", :zip=> "10005", :dob=> "19801201", :home_phone=> "4155551212", :psc=> 11, :test_types=> [144028], :account_number => "423", :gender => "Male", :dob => "19801201" )
Version data entries
7 entries across 7 versions & 1 rubygems