Sha256: 9e36c3f4728cfc11ccd2b5e366010f250f6f35a6a8d77172d98b074e686a9dd3
Contents?: true
Size: 1.75 KB
Versions: 39
Compression:
Stored size: 1.75 KB
Contents
unless defined? BeverlyHillsLab1 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" ) end
Version data entries
39 entries across 39 versions & 1 rubygems