Faker C++
Loading...
Searching...
No Matches
medicine.h
Go to the documentation of this file.
1#pragma once
2
3#include <string_view>
4
5#include "faker-cxx/export.h"
6#include "faker-cxx/types/locale.h"
7
9{
20FAKER_CXX_EXPORT std::string_view condition(Locale locale = Locale::en_US);
21
32FAKER_CXX_EXPORT std::string_view medicalTest(Locale locale = Locale::en_US);
33
45FAKER_CXX_EXPORT std::string_view specialty(Locale locale = Locale::en_US);
46}
Definition medicine.h:9
FAKER_CXX_EXPORT std::string_view medicalTest(Locale locale=Locale::en_US)
Returns a random medical test.
FAKER_CXX_EXPORT std::string_view condition(Locale locale=Locale::en_US)
Returns a random medical condition.
FAKER_CXX_EXPORT std::string_view specialty(Locale locale=Locale::en_US)
Returns a random Medical specialty.