constants.php 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. <?php
  2. return [
  3. 'lbs' => [
  4. 'name' => "Let's Be Safe",
  5. 'supportEmail' => 'service@basicnutrition.com',
  6. 'supportPhone' => '(800) 750-4540',
  7. 'favicon' => '/lbs/img/icon.png',
  8. 'logo' => '/lbs/img/logo.jpg',
  9. 'logoWhite' => '/lbs/img/logo.jpg',
  10. 'primaryColor' => '#1C3D80',
  11. 'productUrl' => 'https://letsbesafe.com',
  12. 'clientUrl' => 'https://letsbesafe.com'
  13. ],
  14. 'tests' => [
  15. 'check_10_test_panel_with_early_rna' => '10 Test Panel With Early RNA',
  16. 'check_10_test_panel' => '10 Test Panel',
  17. 'check_hsv_1' => 'Herpes 1',
  18. 'check_hsv_2' => 'Herpes 2',
  19. 'check_chlamydia' => 'Chlamydia',
  20. 'check_gonorrhea' => 'Gonorrhea',
  21. 'check_chlamydia_gonorrhea' => 'Chlamydia + Gonorrhea',
  22. 'check_syphillis' => 'Syphilis',
  23. 'check_hepatitis_a' => 'Hepatitis A',
  24. 'check_hepatitis_b' => 'Hepatitis B',
  25. 'check_hepatitis_c' => 'Hepatitis C',
  26. 'check_hiv_antibody' => 'HIV-1 + HIV-2',
  27. 'check_hiv_rna' => 'HIV RNA Early Detection'
  28. ],
  29. 'countries' => [
  30. "AF" => "Afghanistan",
  31. "AL" => "Albania",
  32. "DZ" => "Algeria",
  33. "AS" => "American Samoa",
  34. "AD" => "Andorra",
  35. "AO" => "Angola",
  36. "AI" => "Anguilla",
  37. "AQ" => "Antarctica",
  38. "AG" => "Antigua and Barbuda",
  39. "AR" => "Argentina",
  40. "AM" => "Armenia",
  41. "AW" => "Aruba",
  42. "AU" => "Australia",
  43. "AT" => "Austria",
  44. "AZ" => "Azerbaijan",
  45. "BS" => "Bahamas",
  46. "BH" => "Bahrain",
  47. "BD" => "Bangladesh",
  48. "BB" => "Barbados",
  49. "BY" => "Belarus",
  50. "BE" => "Belgium",
  51. "BZ" => "Belize",
  52. "BJ" => "Benin",
  53. "BM" => "Bermuda",
  54. "BT" => "Bhutan",
  55. "BO" => "Bolivia",
  56. "BA" => "Bosnia and Herzegovina",
  57. "BW" => "Botswana",
  58. "BV" => "Bouvet Island",
  59. "BR" => "Brazil",
  60. "BQ" => "British Antarctic Territory",
  61. "IO" => "British Indian Ocean Territory",
  62. "VG" => "British Virgin Islands",
  63. "BN" => "Brunei",
  64. "BG" => "Bulgaria",
  65. "BF" => "Burkina Faso",
  66. "BI" => "Burundi",
  67. "KH" => "Cambodia",
  68. "CM" => "Cameroon",
  69. "CA" => "Canada",
  70. "CT" => "Canton and Enderbury Islands",
  71. "CV" => "Cape Verde",
  72. "KY" => "Cayman Islands",
  73. "CF" => "Central African Republic",
  74. "TD" => "Chad",
  75. "CL" => "Chile",
  76. "CN" => "China",
  77. "CX" => "Christmas Island",
  78. "CC" => "Cocos [Keeling] Islands",
  79. "CO" => "Colombia",
  80. "KM" => "Comoros",
  81. "CG" => "Congo - Brazzaville",
  82. "CD" => "Congo - Kinshasa",
  83. "CK" => "Cook Islands",
  84. "CR" => "Costa Rica",
  85. "HR" => "Croatia",
  86. "CU" => "Cuba",
  87. "CY" => "Cyprus",
  88. "CZ" => "Czech Republic",
  89. "CI" => "Côte d’Ivoire",
  90. "DK" => "Denmark",
  91. "DJ" => "Djibouti",
  92. "DM" => "Dominica",
  93. "DO" => "Dominican Republic",
  94. "NQ" => "Dronning Maud Land",
  95. "DD" => "East Germany",
  96. "EC" => "Ecuador",
  97. "EG" => "Egypt",
  98. "SV" => "El Salvador",
  99. "GQ" => "Equatorial Guinea",
  100. "ER" => "Eritrea",
  101. "EE" => "Estonia",
  102. "ET" => "Ethiopia",
  103. "FK" => "Falkland Islands",
  104. "FO" => "Faroe Islands",
  105. "FJ" => "Fiji",
  106. "FI" => "Finland",
  107. "FR" => "France",
  108. "GF" => "French Guiana",
  109. "PF" => "French Polynesia",
  110. "TF" => "French Southern Territories",
  111. "FQ" => "French Southern and Antarctic Territories",
  112. "GA" => "Gabon",
  113. "GM" => "Gambia",
  114. "GE" => "Georgia",
  115. "DE" => "Germany",
  116. "GH" => "Ghana",
  117. "GI" => "Gibraltar",
  118. "GR" => "Greece",
  119. "GL" => "Greenland",
  120. "GD" => "Grenada",
  121. "GP" => "Guadeloupe",
  122. "GU" => "Guam",
  123. "GT" => "Guatemala",
  124. "GG" => "Guernsey",
  125. "GN" => "Guinea",
  126. "GW" => "Guinea-Bissau",
  127. "GY" => "Guyana",
  128. "HT" => "Haiti",
  129. "HM" => "Heard Island and McDonald Islands",
  130. "HN" => "Honduras",
  131. "HK" => "Hong Kong SAR China",
  132. "HU" => "Hungary",
  133. "IS" => "Iceland",
  134. "IN" => "India",
  135. "ID" => "Indonesia",
  136. "IR" => "Iran",
  137. "IQ" => "Iraq",
  138. "IE" => "Ireland",
  139. "IM" => "Isle of Man",
  140. "IL" => "Israel",
  141. "IT" => "Italy",
  142. "JM" => "Jamaica",
  143. "JP" => "Japan",
  144. "JE" => "Jersey",
  145. "JT" => "Johnston Island",
  146. "JO" => "Jordan",
  147. "KZ" => "Kazakhstan",
  148. "KE" => "Kenya",
  149. "KI" => "Kiribati",
  150. "KW" => "Kuwait",
  151. "KG" => "Kyrgyzstan",
  152. "LA" => "Laos",
  153. "LV" => "Latvia",
  154. "LB" => "Lebanon",
  155. "LS" => "Lesotho",
  156. "LR" => "Liberia",
  157. "LY" => "Libya",
  158. "LI" => "Liechtenstein",
  159. "LT" => "Lithuania",
  160. "LU" => "Luxembourg",
  161. "MO" => "Macau SAR China",
  162. "MK" => "Macedonia",
  163. "MG" => "Madagascar",
  164. "MW" => "Malawi",
  165. "MY" => "Malaysia",
  166. "MV" => "Maldives",
  167. "ML" => "Mali",
  168. "MT" => "Malta",
  169. "MH" => "Marshall Islands",
  170. "MQ" => "Martinique",
  171. "MR" => "Mauritania",
  172. "MU" => "Mauritius",
  173. "YT" => "Mayotte",
  174. "FX" => "Metropolitan France",
  175. "MX" => "Mexico",
  176. "FM" => "Micronesia",
  177. "MI" => "Midway Islands",
  178. "MD" => "Moldova",
  179. "MC" => "Monaco",
  180. "MN" => "Mongolia",
  181. "ME" => "Montenegro",
  182. "MS" => "Montserrat",
  183. "MA" => "Morocco",
  184. "MZ" => "Mozambique",
  185. "MM" => "Myanmar [Burma]",
  186. "NA" => "Namibia",
  187. "NR" => "Nauru",
  188. "NP" => "Nepal",
  189. "NL" => "Netherlands",
  190. "AN" => "Netherlands Antilles",
  191. "NT" => "Neutral Zone",
  192. "NC" => "New Caledonia",
  193. "NZ" => "New Zealand",
  194. "NI" => "Nicaragua",
  195. "NE" => "Niger",
  196. "NG" => "Nigeria",
  197. "NU" => "Niue",
  198. "NF" => "Norfolk Island",
  199. "KP" => "North Korea",
  200. "VD" => "North Vietnam",
  201. "MP" => "Northern Mariana Islands",
  202. "NO" => "Norway",
  203. "OM" => "Oman",
  204. "PC" => "Pacific Islands Trust Territory",
  205. "PK" => "Pakistan",
  206. "PW" => "Palau",
  207. "PS" => "Palestinian Territories",
  208. "PA" => "Panama",
  209. "PZ" => "Panama Canal Zone",
  210. "PG" => "Papua New Guinea",
  211. "PY" => "Paraguay",
  212. "YD" => "People's Democratic Republic of Yemen",
  213. "PE" => "Peru",
  214. "PH" => "Philippines",
  215. "PN" => "Pitcairn Islands",
  216. "PL" => "Poland",
  217. "PT" => "Portugal",
  218. "PR" => "Puerto Rico",
  219. "QA" => "Qatar",
  220. "RO" => "Romania",
  221. "RU" => "Russia",
  222. "RW" => "Rwanda",
  223. "RE" => "Réunion",
  224. "BL" => "Saint Barthélemy",
  225. "SH" => "Saint Helena",
  226. "KN" => "Saint Kitts and Nevis",
  227. "LC" => "Saint Lucia",
  228. "MF" => "Saint Martin",
  229. "PM" => "Saint Pierre and Miquelon",
  230. "VC" => "Saint Vincent and the Grenadines",
  231. "WS" => "Samoa",
  232. "SM" => "San Marino",
  233. "SA" => "Saudi Arabia",
  234. "SN" => "Senegal",
  235. "RS" => "Serbia",
  236. "CS" => "Serbia and Montenegro",
  237. "SC" => "Seychelles",
  238. "SL" => "Sierra Leone",
  239. "SG" => "Singapore",
  240. "SK" => "Slovakia",
  241. "SI" => "Slovenia",
  242. "SB" => "Solomon Islands",
  243. "SO" => "Somalia",
  244. "ZA" => "South Africa",
  245. "GS" => "South Georgia and the South Sandwich Islands",
  246. "KR" => "South Korea",
  247. "ES" => "Spain",
  248. "LK" => "Sri Lanka",
  249. "SD" => "Sudan",
  250. "SR" => "Suriname",
  251. "SJ" => "Svalbard and Jan Mayen",
  252. "SZ" => "Swaziland",
  253. "SE" => "Sweden",
  254. "CH" => "Switzerland",
  255. "SY" => "Syria",
  256. "ST" => "São Tomé and Príncipe",
  257. "TW" => "Taiwan",
  258. "TJ" => "Tajikistan",
  259. "TZ" => "Tanzania",
  260. "TH" => "Thailand",
  261. "TL" => "Timor-Leste",
  262. "TG" => "Togo",
  263. "TK" => "Tokelau",
  264. "TO" => "Tonga",
  265. "TT" => "Trinidad and Tobago",
  266. "TN" => "Tunisia",
  267. "TR" => "Turkey",
  268. "TM" => "Turkmenistan",
  269. "TC" => "Turks and Caicos Islands",
  270. "TV" => "Tuvalu",
  271. "UM" => "U.S. Minor Outlying Islands",
  272. "PU" => "U.S. Miscellaneous Pacific Islands",
  273. "VI" => "U.S. Virgin Islands",
  274. "UG" => "Uganda",
  275. "UA" => "Ukraine",
  276. "SU" => "Union of Soviet Socialist Republics",
  277. "AE" => "United Arab Emirates",
  278. "GB" => "United Kingdom",
  279. "US" => "United States",
  280. "ZZ" => "Unknown or Invalid Region",
  281. "UY" => "Uruguay",
  282. "UZ" => "Uzbekistan",
  283. "VU" => "Vanuatu",
  284. "VA" => "Vatican City",
  285. "VE" => "Venezuela",
  286. "VN" => "Vietnam",
  287. "WK" => "Wake Island",
  288. "WF" => "Wallis and Futuna",
  289. "EH" => "Western Sahara",
  290. "YE" => "Yemen",
  291. "ZM" => "Zambia",
  292. "ZW" => "Zimbabwe",
  293. "AX" => "Åland Islands",
  294. ]
  295. ];