Repository: Nachoeigu/agentic-customer-service-medical-clinic Branch: main Commit: b76b8e742b15 Files: 21 Total size: 260.7 KB Directory structure: gitextract_yypqw3nk/ ├── .gitignore ├── README.md ├── data/ │ ├── catalog.json │ └── syntetic_data/ │ ├── availability.csv │ ├── get_availability.py │ ├── patients_info.csv │ └── studies_status.csv ├── faq/ │ └── data.json ├── langgraph.json ├── logging_config.py ├── requirements.txt └── src/ ├── __init__.py ├── agent.py ├── agent_tools.py ├── utils.py ├── validators/ │ ├── __init__.py │ ├── agent_validators.py │ └── pinecone_validators.py └── vector_database/ ├── __init__.py ├── main.py └── utils.py ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ data/availability.csv # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ cover/ # Translations *.mo *.pot # Django stuff: *.log local_settings.py db.sqlite3 db.sqlite3-journal # Flask stuff: instance/ .webassets-cache # Scrapy stuff: .scrapy # Sphinx documentation docs/_build/ # PyBuilder .pybuilder/ target/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: # .python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. # However, in case of collaboration, if having platform-specific dependencies or dependencies # having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. #Pipfile.lock # poetry # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more # commonly ignored for libraries. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control #poetry.lock # pdm # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. #pdm.lock # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it # in version control. # https://pdm.fming.dev/latest/usage/project/#working-with-version-control .pdm.toml .pdm-python .pdm-build/ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ # Celery stuff celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # Cython debug symbols cython_debug/ # PyCharm # JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ ================================================ FILE: README.md ================================================ # agentic-customer-service-medical-dental-clinic This software contains an agent based on LangGraph & LangChain for solving general client queries and it could be implemented in whatever channel of this medical clinic (Whatsapp, Telegram, Instagram, etc). # AI Autonomous Agent It is highly autonomous and it is able to handle different types of secretary tasks like: give general information about the clinic, cancel, reschedule and set appointments, check doctor availability, review if your results are ready, which services the dental clinic offers, etc. # Workflow ![image](https://github.com/user-attachments/assets/bcdac740-5a3a-42aa-8d8e-c8410a2bf675) ## Some use cases: This is a casual chat where the agent books and reschedule books easily: https://github.com/user-attachments/assets/cd4d9983-c2c3-4844-9bcb-4314c6137bbf Here I provided a wrong ID number and we can see how it handle errors quite good. Also, I provided a demo of how it handle general questions with a RAG approach. https://github.com/user-attachments/assets/d36e5a0b-0d49-4cb8-a7e4-7d68ef206c9c # How to use 1) Set the following ENV variables WORKDIR (The root path to the repository) XXX_API_KEY (LLM provider you want to use) PINECONE_API_KEY 2) If it is your first time, execute the main.py file inside the vector_database directory. This will create the Vector Database. 3) Execute the get_availability.py file inside the syntetic_data directory in order to have data up to date 4) Run the app executing agent.py / Run the app using LangGraph Studio ================================================ FILE: data/catalog.json ================================================ [ { "specialization": "General Dentist", "responsibilities": [ "Performs routine check-ups, cleanings, exams, and preventive care.", "Handles basic restorative work such as fillings and extractions.", "Conducts oral cancer screenings and provides fluoride treatments." ], "dentists": [ { "name": "John Doe", "license_number": "GD123456" }, { "name": "Emily Johnson", "license_number": "GD654321" } ] }, { "specialization": "Cosmetic Dentist", "responsibilities": [ "Specializes in improving the appearance of teeth and smiles.", "Performs procedures such as teeth whitening, veneers, and bonding.", "Offers Invisalign and other cosmetic alignment solutions." ], "dentists": [ { "name": "Jane Smith", "license_number": "CD234567" }, { "name": "Lisa Brown", "license_number": "CD765432" } ] }, { "specialization": "Prosthodontist", "responsibilities": [ "Specializes in restorative treatments like crowns, bridges, and dentures.", "Manages complex dental restorations and dental implants.", "Focuses on restoring the function and aesthetics of the oral cavity." ], "dentists": [ { "name": "Michael Green", "license_number": "PR345678" } ] }, { "specialization": "Pediatric Dentist (Pedodontist)", "responsibilities": [ "Provides dental care tailored to children and teenagers.", "Ensures a comfortable and positive experience for young patients.", "Focuses on preventive care and education for children." ], "dentists": [ { "name": "Sarah Wilson", "license_number": "PD456789" } ] }, { "specialization": "Emergency Dentist", "responsibilities": [ "Handles urgent dental issues, including toothaches and broken teeth.", "Provides immediate care for dental emergencies." ], "dentists": [ { "name": "Daniel Miller", "license_number": "ED567890" }, { "name": "Susan Davis", "license_number": "ED098765" } ] }, { "specialization": "Oral Surgeon", "responsibilities": [ "Performs complex extractions and surgical procedures.", "Handles implant placements and other oral surgeries." ], "dentists": [ { "name": "Robert Martinez", "license_number": "OS678901" } ] }, { "specialization": "Orthodontist", "responsibilities": [ "Specializes in the alignment of teeth and jaws using braces or Invisalign.", "Manages the development of facial growth and dental development." ], "dentists": [ { "name": "Kevin Anderson", "license_number": "OR789012" } ] } ] ================================================ FILE: data/syntetic_data/availability.csv ================================================ date_slot,specialization,doctor_name,is_available,patient_to_attend 2024-10-05 09:00,general_dentist,john doe,False,1000005 2024-10-05 09:30,general_dentist,john doe,False,1000017 2024-10-05 10:00,general_dentist,john doe,False,1000057 2024-10-05 10:30,general_dentist,john doe,False,1000061 2024-10-05 11:00,general_dentist,john doe,False,1000009 2024-10-05 11:30,general_dentist,john doe,False,1000040 2024-10-05 12:00,general_dentist,john doe,False,1000095 2024-10-05 12:30,general_dentist,john doe,False,1000013 2024-10-07 08:00,general_dentist,john doe,True, 2024-10-07 08:30,general_dentist,john doe,True, 2024-10-07 09:00,general_dentist,john doe,False,1000000 2024-10-07 09:30,general_dentist,john doe,True, 2024-10-07 10:00,general_dentist,john doe,True, 2024-10-07 10:30,general_dentist,john doe,True, 2024-10-07 11:00,general_dentist,john doe,True, 2024-10-07 11:30,general_dentist,john doe,True, 2024-10-07 12:00,general_dentist,john doe,True, 2024-10-07 12:30,general_dentist,john doe,True, 2024-10-07 13:00,general_dentist,john doe,True, 2024-10-07 13:30,general_dentist,john doe,True, 2024-10-07 14:00,general_dentist,john doe,True, 2024-10-07 14:30,general_dentist,john doe,False,1000042 2024-10-07 15:00,general_dentist,john doe,True, 2024-10-07 15:30,general_dentist,john doe,True, 2024-10-07 16:00,general_dentist,john doe,True, 2024-10-07 16:30,general_dentist,john doe,False,1000014 2024-10-08 08:00,general_dentist,john doe,True, 2024-10-08 08:30,general_dentist,john doe,True, 2024-10-08 09:00,general_dentist,john doe,False,1000081 2024-10-08 09:30,general_dentist,john doe,True, 2024-10-08 10:00,general_dentist,john doe,True, 2024-10-08 10:30,general_dentist,john doe,True, 2024-10-08 11:00,general_dentist,john doe,False,1000037 2024-10-08 11:30,general_dentist,john doe,True, 2024-10-08 12:00,general_dentist,john doe,True, 2024-10-08 12:30,general_dentist,john doe,True, 2024-10-08 13:00,general_dentist,john doe,True, 2024-10-08 13:30,general_dentist,john doe,True, 2024-10-08 14:00,general_dentist,john doe,False,1000060 2024-10-08 14:30,general_dentist,john doe,True, 2024-10-08 15:00,general_dentist,john doe,False,1000020 2024-10-08 15:30,general_dentist,john doe,True, 2024-10-08 16:00,general_dentist,john doe,True, 2024-10-08 16:30,general_dentist,john doe,False,1000092 2024-10-09 08:00,general_dentist,john doe,True, 2024-10-09 08:30,general_dentist,john doe,True, 2024-10-09 09:00,general_dentist,john doe,False,1000088 2024-10-09 09:30,general_dentist,john doe,True, 2024-10-09 10:00,general_dentist,john doe,False,1000015 2024-10-09 10:30,general_dentist,john doe,False,1000017 2024-10-09 11:00,general_dentist,john doe,True, 2024-10-09 11:30,general_dentist,john doe,True, 2024-10-09 12:00,general_dentist,john doe,False,1000083 2024-10-09 12:30,general_dentist,john doe,True, 2024-10-09 13:00,general_dentist,john doe,True, 2024-10-09 13:30,general_dentist,john doe,True, 2024-10-09 14:00,general_dentist,john doe,True, 2024-10-09 14:30,general_dentist,john doe,True, 2024-10-09 15:00,general_dentist,john doe,False,1000023 2024-10-09 15:30,general_dentist,john doe,True, 2024-10-09 16:00,general_dentist,john doe,False,1000023 2024-10-09 16:30,general_dentist,john doe,True, 2024-10-10 08:00,general_dentist,john doe,False,1000029 2024-10-10 08:30,general_dentist,john doe,True, 2024-10-10 09:00,general_dentist,john doe,True, 2024-10-10 09:30,general_dentist,john doe,True, 2024-10-10 10:00,general_dentist,john doe,False,1000085 2024-10-10 10:30,general_dentist,john doe,True, 2024-10-10 11:00,general_dentist,john doe,True, 2024-10-10 11:30,general_dentist,john doe,True, 2024-10-10 12:00,general_dentist,john doe,True, 2024-10-10 12:30,general_dentist,john doe,True, 2024-10-10 13:00,general_dentist,john doe,True, 2024-10-10 13:30,general_dentist,john doe,True, 2024-10-10 14:00,general_dentist,john doe,True, 2024-10-10 14:30,general_dentist,john doe,True, 2024-10-10 15:00,general_dentist,john doe,False,1000055 2024-10-10 15:30,general_dentist,john doe,False,1000047 2024-10-10 16:00,general_dentist,john doe,False,1000030 2024-10-10 16:30,general_dentist,john doe,False,1000021 2024-10-11 08:00,general_dentist,john doe,True, 2024-10-11 08:30,general_dentist,john doe,True, 2024-10-11 09:00,general_dentist,john doe,True, 2024-10-11 09:30,general_dentist,john doe,True, 2024-10-11 10:00,general_dentist,john doe,True, 2024-10-11 10:30,general_dentist,john doe,True, 2024-10-11 11:00,general_dentist,john doe,False,1000018 2024-10-11 11:30,general_dentist,john doe,False,1000008 2024-10-11 12:00,general_dentist,john doe,False,1000100 2024-10-11 12:30,general_dentist,john doe,True, 2024-10-11 13:00,general_dentist,john doe,True, 2024-10-11 13:30,general_dentist,john doe,True, 2024-10-11 14:00,general_dentist,john doe,True, 2024-10-11 14:30,general_dentist,john doe,False,1000077 2024-10-11 15:00,general_dentist,john doe,True, 2024-10-11 15:30,general_dentist,john doe,False,1000097 2024-10-11 16:00,general_dentist,john doe,True, 2024-10-11 16:30,general_dentist,john doe,False,1000017 2024-10-12 09:00,general_dentist,john doe,True, 2024-10-12 09:30,general_dentist,john doe,False,1000038 2024-10-12 10:00,general_dentist,john doe,True, 2024-10-12 10:30,general_dentist,john doe,True, 2024-10-12 11:00,general_dentist,john doe,True, 2024-10-12 11:30,general_dentist,john doe,True, 2024-10-12 12:00,general_dentist,john doe,False,1000074 2024-10-12 12:30,general_dentist,john doe,True, 2024-10-14 08:00,general_dentist,john doe,True, 2024-10-14 08:30,general_dentist,john doe,True, 2024-10-14 09:00,general_dentist,john doe,True, 2024-10-14 09:30,general_dentist,john doe,False,1000097 2024-10-14 10:00,general_dentist,john doe,True, 2024-10-14 10:30,general_dentist,john doe,True, 2024-10-14 11:00,general_dentist,john doe,True, 2024-10-14 11:30,general_dentist,john doe,False,1000094 2024-10-14 12:00,general_dentist,john doe,False,1000009 2024-10-14 12:30,general_dentist,john doe,True, 2024-10-14 13:00,general_dentist,john doe,True, 2024-10-14 13:30,general_dentist,john doe,True, 2024-10-14 14:00,general_dentist,john doe,True, 2024-10-14 14:30,general_dentist,john doe,False,1000019 2024-10-14 15:00,general_dentist,john doe,True, 2024-10-14 15:30,general_dentist,john doe,False,1000004 2024-10-14 16:00,general_dentist,john doe,False,1000039 2024-10-14 16:30,general_dentist,john doe,False,1000081 2024-10-15 08:00,general_dentist,john doe,True, 2024-10-15 08:30,general_dentist,john doe,False,1000030 2024-10-15 09:00,general_dentist,john doe,True, 2024-10-15 09:30,general_dentist,john doe,True, 2024-10-15 10:00,general_dentist,john doe,True, 2024-10-15 10:30,general_dentist,john doe,True, 2024-10-15 11:00,general_dentist,john doe,True, 2024-10-15 11:30,general_dentist,john doe,True, 2024-10-15 12:00,general_dentist,john doe,False,1000088 2024-10-15 12:30,general_dentist,john doe,False,1000027 2024-10-15 13:00,general_dentist,john doe,True, 2024-10-15 13:30,general_dentist,john doe,True, 2024-10-15 14:00,general_dentist,john doe,False,1000096 2024-10-15 14:30,general_dentist,john doe,True, 2024-10-15 15:00,general_dentist,john doe,True, 2024-10-15 15:30,general_dentist,john doe,False,1000061 2024-10-15 16:00,general_dentist,john doe,True, 2024-10-15 16:30,general_dentist,john doe,True, 2024-10-16 08:00,general_dentist,john doe,True, 2024-10-16 08:30,general_dentist,john doe,True, 2024-10-16 09:00,general_dentist,john doe,True, 2024-10-16 09:30,general_dentist,john doe,False,1000081 2024-10-16 10:00,general_dentist,john doe,True, 2024-10-16 10:30,general_dentist,john doe,True, 2024-10-16 11:00,general_dentist,john doe,False,1000067 2024-10-16 11:30,general_dentist,john doe,True, 2024-10-16 12:00,general_dentist,john doe,False,1000013 2024-10-16 12:30,general_dentist,john doe,False,1000006 2024-10-16 13:00,general_dentist,john doe,True, 2024-10-16 13:30,general_dentist,john doe,True, 2024-10-16 14:00,general_dentist,john doe,True, 2024-10-16 14:30,general_dentist,john doe,True, 2024-10-16 15:00,general_dentist,john doe,False,1000050 2024-10-16 15:30,general_dentist,john doe,True, 2024-10-16 16:00,general_dentist,john doe,True, 2024-10-16 16:30,general_dentist,john doe,True, 2024-10-17 08:00,general_dentist,john doe,True, 2024-10-17 08:30,general_dentist,john doe,True, 2024-10-17 09:00,general_dentist,john doe,False,1000060 2024-10-17 09:30,general_dentist,john doe,True, 2024-10-17 10:00,general_dentist,john doe,True, 2024-10-17 10:30,general_dentist,john doe,False,1000005 2024-10-17 11:00,general_dentist,john doe,True, 2024-10-17 11:30,general_dentist,john doe,True, 2024-10-17 12:00,general_dentist,john doe,True, 2024-10-17 12:30,general_dentist,john doe,True, 2024-10-17 13:00,general_dentist,john doe,False,1000005 2024-10-17 13:30,general_dentist,john doe,False,1000034 2024-10-17 14:00,general_dentist,john doe,False,1000032 2024-10-17 14:30,general_dentist,john doe,False,1000024 2024-10-17 15:00,general_dentist,john doe,True, 2024-10-17 15:30,general_dentist,john doe,True, 2024-10-17 16:00,general_dentist,john doe,True, 2024-10-17 16:30,general_dentist,john doe,True, 2024-10-18 08:00,general_dentist,john doe,False,1000044 2024-10-18 08:30,general_dentist,john doe,False,1000042 2024-10-18 09:00,general_dentist,john doe,True, 2024-10-18 09:30,general_dentist,john doe,True, 2024-10-18 10:00,general_dentist,john doe,False,1000001 2024-10-18 10:30,general_dentist,john doe,False,1000019 2024-10-18 11:00,general_dentist,john doe,False,1000082 2024-10-18 11:30,general_dentist,john doe,True, 2024-10-18 12:00,general_dentist,john doe,True, 2024-10-18 12:30,general_dentist,john doe,False,1000076 2024-10-18 13:00,general_dentist,john doe,True, 2024-10-18 13:30,general_dentist,john doe,True, 2024-10-18 14:00,general_dentist,john doe,False,1000088 2024-10-18 14:30,general_dentist,john doe,True, 2024-10-18 15:00,general_dentist,john doe,True, 2024-10-18 15:30,general_dentist,john doe,False,1000085 2024-10-18 16:00,general_dentist,john doe,True, 2024-10-18 16:30,general_dentist,john doe,True, 2024-10-19 09:00,general_dentist,john doe,False,1000071 2024-10-19 09:30,general_dentist,john doe,True, 2024-10-19 10:00,general_dentist,john doe,True, 2024-10-19 10:30,general_dentist,john doe,True, 2024-10-19 11:00,general_dentist,john doe,True, 2024-10-19 11:30,general_dentist,john doe,False,1000008 2024-10-19 12:00,general_dentist,john doe,True, 2024-10-19 12:30,general_dentist,john doe,False,1000066 2024-10-21 08:00,general_dentist,john doe,False,1000017 2024-10-21 08:30,general_dentist,john doe,True, 2024-10-21 09:00,general_dentist,john doe,True, 2024-10-21 09:30,general_dentist,john doe,False,1000073 2024-10-21 10:00,general_dentist,john doe,True, 2024-10-21 10:30,general_dentist,john doe,True, 2024-10-21 11:00,general_dentist,john doe,False,1000051 2024-10-21 11:30,general_dentist,john doe,True, 2024-10-21 12:00,general_dentist,john doe,True, 2024-10-21 12:30,general_dentist,john doe,True, 2024-10-21 13:00,general_dentist,john doe,True, 2024-10-21 13:30,general_dentist,john doe,True, 2024-10-21 14:00,general_dentist,john doe,True, 2024-10-21 14:30,general_dentist,john doe,True, 2024-10-21 15:00,general_dentist,john doe,False,1000075 2024-10-21 15:30,general_dentist,john doe,True, 2024-10-21 16:00,general_dentist,john doe,True, 2024-10-21 16:30,general_dentist,john doe,False,1000089 2024-10-22 08:00,general_dentist,john doe,True, 2024-10-22 08:30,general_dentist,john doe,True, 2024-10-22 09:00,general_dentist,john doe,True, 2024-10-22 09:30,general_dentist,john doe,True, 2024-10-22 10:00,general_dentist,john doe,True, 2024-10-22 10:30,general_dentist,john doe,True, 2024-10-22 11:00,general_dentist,john doe,False,1000000 2024-10-22 11:30,general_dentist,john doe,False,1000097 2024-10-22 12:00,general_dentist,john doe,True, 2024-10-22 12:30,general_dentist,john doe,False,1000044 2024-10-22 13:00,general_dentist,john doe,False,1000003 2024-10-22 13:30,general_dentist,john doe,True, 2024-10-22 14:00,general_dentist,john doe,False,1000051 2024-10-22 14:30,general_dentist,john doe,True, 2024-10-22 15:00,general_dentist,john doe,False,1000013 2024-10-22 15:30,general_dentist,john doe,False,1000036 2024-10-22 16:00,general_dentist,john doe,False,1000035 2024-10-22 16:30,general_dentist,john doe,False,1000079 2024-10-23 08:00,general_dentist,john doe,True, 2024-10-23 08:30,general_dentist,john doe,False,1000061 2024-10-23 09:00,general_dentist,john doe,True, 2024-10-23 09:30,general_dentist,john doe,True, 2024-10-23 10:00,general_dentist,john doe,True, 2024-10-23 10:30,general_dentist,john doe,True, 2024-10-23 11:00,general_dentist,john doe,True, 2024-10-23 11:30,general_dentist,john doe,True, 2024-10-23 12:00,general_dentist,john doe,True, 2024-10-23 12:30,general_dentist,john doe,True, 2024-10-23 13:00,general_dentist,john doe,False,1000078 2024-10-23 13:30,general_dentist,john doe,False,1000052 2024-10-23 14:00,general_dentist,john doe,True, 2024-10-23 14:30,general_dentist,john doe,True, 2024-10-23 15:00,general_dentist,john doe,True, 2024-10-23 15:30,general_dentist,john doe,True, 2024-10-23 16:00,general_dentist,john doe,True, 2024-10-23 16:30,general_dentist,john doe,False,1000031 2024-10-24 08:00,general_dentist,john doe,True, 2024-10-24 08:30,general_dentist,john doe,True, 2024-10-24 09:00,general_dentist,john doe,True, 2024-10-24 09:30,general_dentist,john doe,False,1000091 2024-10-24 10:00,general_dentist,john doe,False,1000025 2024-10-24 10:30,general_dentist,john doe,True, 2024-10-24 11:00,general_dentist,john doe,True, 2024-10-24 11:30,general_dentist,john doe,True, 2024-10-24 12:00,general_dentist,john doe,True, 2024-10-24 12:30,general_dentist,john doe,True, 2024-10-24 13:00,general_dentist,john doe,True, 2024-10-24 13:30,general_dentist,john doe,True, 2024-10-24 14:00,general_dentist,john doe,True, 2024-10-24 14:30,general_dentist,john doe,False,1000033 2024-10-24 15:00,general_dentist,john doe,True, 2024-10-24 15:30,general_dentist,john doe,False,1000009 2024-10-24 16:00,general_dentist,john doe,True, 2024-10-24 16:30,general_dentist,john doe,True, 2024-10-25 08:00,general_dentist,john doe,True, 2024-10-25 08:30,general_dentist,john doe,True, 2024-10-25 09:00,general_dentist,john doe,True, 2024-10-25 09:30,general_dentist,john doe,True, 2024-10-25 10:00,general_dentist,john doe,True, 2024-10-25 10:30,general_dentist,john doe,False,1000074 2024-10-25 11:00,general_dentist,john doe,False,1000064 2024-10-25 11:30,general_dentist,john doe,True, 2024-10-25 12:00,general_dentist,john doe,True, 2024-10-25 12:30,general_dentist,john doe,True, 2024-10-25 13:00,general_dentist,john doe,True, 2024-10-25 13:30,general_dentist,john doe,True, 2024-10-25 14:00,general_dentist,john doe,True, 2024-10-25 14:30,general_dentist,john doe,False,1000034 2024-10-25 15:00,general_dentist,john doe,True, 2024-10-25 15:30,general_dentist,john doe,True, 2024-10-25 16:00,general_dentist,john doe,True, 2024-10-25 16:30,general_dentist,john doe,True, 2024-10-26 09:00,general_dentist,john doe,True, 2024-10-26 09:30,general_dentist,john doe,True, 2024-10-26 10:00,general_dentist,john doe,True, 2024-10-26 10:30,general_dentist,john doe,True, 2024-10-26 11:00,general_dentist,john doe,False,1000098 2024-10-26 11:30,general_dentist,john doe,True, 2024-10-26 12:00,general_dentist,john doe,True, 2024-10-26 12:30,general_dentist,john doe,True, 2024-10-28 08:00,general_dentist,john doe,True, 2024-10-28 08:30,general_dentist,john doe,False,1000063 2024-10-28 09:00,general_dentist,john doe,True, 2024-10-28 09:30,general_dentist,john doe,True, 2024-10-28 10:00,general_dentist,john doe,True, 2024-10-28 10:30,general_dentist,john doe,True, 2024-10-28 11:00,general_dentist,john doe,True, 2024-10-28 11:30,general_dentist,john doe,True, 2024-10-28 12:00,general_dentist,john doe,True, 2024-10-28 12:30,general_dentist,john doe,True, 2024-10-28 13:00,general_dentist,john doe,True, 2024-10-28 13:30,general_dentist,john doe,True, 2024-10-28 14:00,general_dentist,john doe,False,1000057 2024-10-28 14:30,general_dentist,john doe,False,1000078 2024-10-28 15:00,general_dentist,john doe,True, 2024-10-28 15:30,general_dentist,john doe,False,1000021 2024-10-28 16:00,general_dentist,john doe,True, 2024-10-28 16:30,general_dentist,john doe,True, 2024-10-29 08:00,general_dentist,john doe,True, 2024-10-29 08:30,general_dentist,john doe,True, 2024-10-29 09:00,general_dentist,john doe,False,1000077 2024-10-29 09:30,general_dentist,john doe,True, 2024-10-29 10:00,general_dentist,john doe,True, 2024-10-29 10:30,general_dentist,john doe,False,1000064 2024-10-29 11:00,general_dentist,john doe,True, 2024-10-29 11:30,general_dentist,john doe,False,1000066 2024-10-29 12:00,general_dentist,john doe,True, 2024-10-29 12:30,general_dentist,john doe,True, 2024-10-29 13:00,general_dentist,john doe,False,1000052 2024-10-29 13:30,general_dentist,john doe,True, 2024-10-29 14:00,general_dentist,john doe,False,1000086 2024-10-29 14:30,general_dentist,john doe,True, 2024-10-29 15:00,general_dentist,john doe,False,1000076 2024-10-29 15:30,general_dentist,john doe,False,1000006 2024-10-29 16:00,general_dentist,john doe,True, 2024-10-29 16:30,general_dentist,john doe,False,1000031 2024-10-30 08:00,general_dentist,john doe,True, 2024-10-30 08:30,general_dentist,john doe,True, 2024-10-30 09:00,general_dentist,john doe,False,1000094 2024-10-30 09:30,general_dentist,john doe,False,1000043 2024-10-30 10:00,general_dentist,john doe,False,1000047 2024-10-30 10:30,general_dentist,john doe,False,1000022 2024-10-30 11:00,general_dentist,john doe,False,1000063 2024-10-30 11:30,general_dentist,john doe,True, 2024-10-30 12:00,general_dentist,john doe,True, 2024-10-30 12:30,general_dentist,john doe,True, 2024-10-30 13:00,general_dentist,john doe,False,1000019 2024-10-30 13:30,general_dentist,john doe,True, 2024-10-30 14:00,general_dentist,john doe,True, 2024-10-30 14:30,general_dentist,john doe,True, 2024-10-30 15:00,general_dentist,john doe,True, 2024-10-30 15:30,general_dentist,john doe,True, 2024-10-30 16:00,general_dentist,john doe,True, 2024-10-30 16:30,general_dentist,john doe,True, 2024-10-31 08:00,general_dentist,john doe,True, 2024-10-31 08:30,general_dentist,john doe,True, 2024-10-31 09:00,general_dentist,john doe,False,1000043 2024-10-31 09:30,general_dentist,john doe,True, 2024-10-31 10:00,general_dentist,john doe,True, 2024-10-31 10:30,general_dentist,john doe,True, 2024-10-31 11:00,general_dentist,john doe,False,1000007 2024-10-31 11:30,general_dentist,john doe,False,1000020 2024-10-31 12:00,general_dentist,john doe,True, 2024-10-31 12:30,general_dentist,john doe,True, 2024-10-31 13:00,general_dentist,john doe,True, 2024-10-31 13:30,general_dentist,john doe,True, 2024-10-31 14:00,general_dentist,john doe,False,1000055 2024-10-31 14:30,general_dentist,john doe,True, 2024-10-31 15:00,general_dentist,john doe,True, 2024-10-31 15:30,general_dentist,john doe,True, 2024-10-31 16:00,general_dentist,john doe,True, 2024-10-31 16:30,general_dentist,john doe,True, 2024-11-01 08:00,general_dentist,john doe,True, 2024-11-01 08:30,general_dentist,john doe,True, 2024-11-01 09:00,general_dentist,john doe,True, 2024-11-01 09:30,general_dentist,john doe,False,1000044 2024-11-01 10:00,general_dentist,john doe,True, 2024-11-01 10:30,general_dentist,john doe,True, 2024-11-01 11:00,general_dentist,john doe,True, 2024-11-01 11:30,general_dentist,john doe,True, 2024-11-01 12:00,general_dentist,john doe,True, 2024-11-01 12:30,general_dentist,john doe,True, 2024-11-01 13:00,general_dentist,john doe,True, 2024-11-01 13:30,general_dentist,john doe,True, 2024-11-01 14:00,general_dentist,john doe,True, 2024-11-01 14:30,general_dentist,john doe,False,1000083 2024-11-01 15:00,general_dentist,john doe,True, 2024-11-01 15:30,general_dentist,john doe,False,1000039 2024-11-01 16:00,general_dentist,john doe,True, 2024-11-01 16:30,general_dentist,john doe,True, 2024-11-02 09:00,general_dentist,john doe,True, 2024-11-02 09:30,general_dentist,john doe,True, 2024-11-02 10:00,general_dentist,john doe,False,1000059 2024-11-02 10:30,general_dentist,john doe,True, 2024-11-02 11:00,general_dentist,john doe,True, 2024-11-02 11:30,general_dentist,john doe,False,1000048 2024-11-02 12:00,general_dentist,john doe,True, 2024-11-02 12:30,general_dentist,john doe,False,1000048 2024-10-05 09:00,general_dentist,emily johnson,False,1000072 2024-10-05 09:30,general_dentist,emily johnson,False,1000047 2024-10-05 10:00,general_dentist,emily johnson,False,1000088 2024-10-05 10:30,general_dentist,emily johnson,False,1000040 2024-10-05 11:00,general_dentist,emily johnson,False,1000042 2024-10-05 11:30,general_dentist,emily johnson,False,1000067 2024-10-05 12:00,general_dentist,emily johnson,False,1000095 2024-10-05 12:30,general_dentist,emily johnson,False,1000048 2024-10-07 08:00,general_dentist,emily johnson,True, 2024-10-07 08:30,general_dentist,emily johnson,True, 2024-10-07 09:00,general_dentist,emily johnson,True, 2024-10-07 09:30,general_dentist,emily johnson,False,1000021 2024-10-07 10:00,general_dentist,emily johnson,False,1000038 2024-10-07 10:30,general_dentist,emily johnson,True, 2024-10-07 11:00,general_dentist,emily johnson,False,1000093 2024-10-07 11:30,general_dentist,emily johnson,True, 2024-10-07 12:00,general_dentist,emily johnson,False,1000020 2024-10-07 12:30,general_dentist,emily johnson,True, 2024-10-07 13:00,general_dentist,emily johnson,True, 2024-10-07 13:30,general_dentist,emily johnson,True, 2024-10-07 14:00,general_dentist,emily johnson,False,1000062 2024-10-07 14:30,general_dentist,emily johnson,True, 2024-10-07 15:00,general_dentist,emily johnson,False,1000064 2024-10-07 15:30,general_dentist,emily johnson,False,1000078 2024-10-07 16:00,general_dentist,emily johnson,False,1000037 2024-10-07 16:30,general_dentist,emily johnson,False,1000090 2024-10-08 08:00,general_dentist,emily johnson,True, 2024-10-08 08:30,general_dentist,emily johnson,True, 2024-10-08 09:00,general_dentist,emily johnson,False,1000003 2024-10-08 09:30,general_dentist,emily johnson,False,1000019 2024-10-08 10:00,general_dentist,emily johnson,True, 2024-10-08 10:30,general_dentist,emily johnson,False,1000051 2024-10-08 11:00,general_dentist,emily johnson,True, 2024-10-08 11:30,general_dentist,emily johnson,True, 2024-10-08 12:00,general_dentist,emily johnson,True, 2024-10-08 12:30,general_dentist,emily johnson,True, 2024-10-08 13:00,general_dentist,emily johnson,True, 2024-10-08 13:30,general_dentist,emily johnson,False,1000002 2024-10-08 14:00,general_dentist,emily johnson,True, 2024-10-08 14:30,general_dentist,emily johnson,True, 2024-10-08 15:00,general_dentist,emily johnson,True, 2024-10-08 15:30,general_dentist,emily johnson,False,1000052 2024-10-08 16:00,general_dentist,emily johnson,False,1000034 2024-10-08 16:30,general_dentist,emily johnson,True, 2024-10-09 08:00,general_dentist,emily johnson,True, 2024-10-09 08:30,general_dentist,emily johnson,False,1000083 2024-10-09 09:00,general_dentist,emily johnson,False,1000099 2024-10-09 09:30,general_dentist,emily johnson,False,1000013 2024-10-09 10:00,general_dentist,emily johnson,False,1000088 2024-10-09 10:30,general_dentist,emily johnson,False,1000006 2024-10-09 11:00,general_dentist,emily johnson,True, 2024-10-09 11:30,general_dentist,emily johnson,False,1000055 2024-10-09 12:00,general_dentist,emily johnson,True, 2024-10-09 12:30,general_dentist,emily johnson,True, 2024-10-09 13:00,general_dentist,emily johnson,True, 2024-10-09 13:30,general_dentist,emily johnson,False,1000046 2024-10-09 14:00,general_dentist,emily johnson,True, 2024-10-09 14:30,general_dentist,emily johnson,True, 2024-10-09 15:00,general_dentist,emily johnson,True, 2024-10-09 15:30,general_dentist,emily johnson,True, 2024-10-09 16:00,general_dentist,emily johnson,True, 2024-10-09 16:30,general_dentist,emily johnson,False,1000033 2024-10-10 08:00,general_dentist,emily johnson,True, 2024-10-10 08:30,general_dentist,emily johnson,False,1000064 2024-10-10 09:00,general_dentist,emily johnson,True, 2024-10-10 09:30,general_dentist,emily johnson,True, 2024-10-10 10:00,general_dentist,emily johnson,True, 2024-10-10 10:30,general_dentist,emily johnson,False,1000045 2024-10-10 11:00,general_dentist,emily johnson,True, 2024-10-10 11:30,general_dentist,emily johnson,True, 2024-10-10 12:00,general_dentist,emily johnson,True, 2024-10-10 12:30,general_dentist,emily johnson,True, 2024-10-10 13:00,general_dentist,emily johnson,False,1000089 2024-10-10 13:30,general_dentist,emily johnson,True, 2024-10-10 14:00,general_dentist,emily johnson,True, 2024-10-10 14:30,general_dentist,emily johnson,True, 2024-10-10 15:00,general_dentist,emily johnson,True, 2024-10-10 15:30,general_dentist,emily johnson,True, 2024-10-10 16:00,general_dentist,emily johnson,True, 2024-10-10 16:30,general_dentist,emily johnson,True, 2024-10-11 08:00,general_dentist,emily johnson,True, 2024-10-11 08:30,general_dentist,emily johnson,True, 2024-10-11 09:00,general_dentist,emily johnson,True, 2024-10-11 09:30,general_dentist,emily johnson,True, 2024-10-11 10:00,general_dentist,emily johnson,True, 2024-10-11 10:30,general_dentist,emily johnson,False,1000078 2024-10-11 11:00,general_dentist,emily johnson,False,1000097 2024-10-11 11:30,general_dentist,emily johnson,True, 2024-10-11 12:00,general_dentist,emily johnson,False,1000009 2024-10-11 12:30,general_dentist,emily johnson,False,1000083 2024-10-11 13:00,general_dentist,emily johnson,False,1000066 2024-10-11 13:30,general_dentist,emily johnson,True, 2024-10-11 14:00,general_dentist,emily johnson,True, 2024-10-11 14:30,general_dentist,emily johnson,False,1000097 2024-10-11 15:00,general_dentist,emily johnson,True, 2024-10-11 15:30,general_dentist,emily johnson,True, 2024-10-11 16:00,general_dentist,emily johnson,True, 2024-10-11 16:30,general_dentist,emily johnson,True, 2024-10-12 09:00,general_dentist,emily johnson,True, 2024-10-12 09:30,general_dentist,emily johnson,True, 2024-10-12 10:00,general_dentist,emily johnson,True, 2024-10-12 10:30,general_dentist,emily johnson,True, 2024-10-12 11:00,general_dentist,emily johnson,False,1000026 2024-10-12 11:30,general_dentist,emily johnson,True, 2024-10-12 12:00,general_dentist,emily johnson,True, 2024-10-12 12:30,general_dentist,emily johnson,False,1000011 2024-10-14 08:00,general_dentist,emily johnson,True, 2024-10-14 08:30,general_dentist,emily johnson,True, 2024-10-14 09:00,general_dentist,emily johnson,False,1000077 2024-10-14 09:30,general_dentist,emily johnson,False,1000078 2024-10-14 10:00,general_dentist,emily johnson,False,1000086 2024-10-14 10:30,general_dentist,emily johnson,False,1000009 2024-10-14 11:00,general_dentist,emily johnson,False,1000083 2024-10-14 11:30,general_dentist,emily johnson,False,1000009 2024-10-14 12:00,general_dentist,emily johnson,True, 2024-10-14 12:30,general_dentist,emily johnson,True, 2024-10-14 13:00,general_dentist,emily johnson,True, 2024-10-14 13:30,general_dentist,emily johnson,False,1000094 2024-10-14 14:00,general_dentist,emily johnson,True, 2024-10-14 14:30,general_dentist,emily johnson,True, 2024-10-14 15:00,general_dentist,emily johnson,True, 2024-10-14 15:30,general_dentist,emily johnson,True, 2024-10-14 16:00,general_dentist,emily johnson,False,1000080 2024-10-14 16:30,general_dentist,emily johnson,True, 2024-10-15 08:00,general_dentist,emily johnson,False,1000036 2024-10-15 08:30,general_dentist,emily johnson,False,1000062 2024-10-15 09:00,general_dentist,emily johnson,True, 2024-10-15 09:30,general_dentist,emily johnson,False,1000094 2024-10-15 10:00,general_dentist,emily johnson,True, 2024-10-15 10:30,general_dentist,emily johnson,False,1000040 2024-10-15 11:00,general_dentist,emily johnson,True, 2024-10-15 11:30,general_dentist,emily johnson,True, 2024-10-15 12:00,general_dentist,emily johnson,True, 2024-10-15 12:30,general_dentist,emily johnson,True, 2024-10-15 13:00,general_dentist,emily johnson,True, 2024-10-15 13:30,general_dentist,emily johnson,False,1000089 2024-10-15 14:00,general_dentist,emily johnson,True, 2024-10-15 14:30,general_dentist,emily johnson,False,1000083 2024-10-15 15:00,general_dentist,emily johnson,True, 2024-10-15 15:30,general_dentist,emily johnson,True, 2024-10-15 16:00,general_dentist,emily johnson,True, 2024-10-15 16:30,general_dentist,emily johnson,True, 2024-10-16 08:00,general_dentist,emily johnson,True, 2024-10-16 08:30,general_dentist,emily johnson,False,1000071 2024-10-16 09:00,general_dentist,emily johnson,False,1000022 2024-10-16 09:30,general_dentist,emily johnson,True, 2024-10-16 10:00,general_dentist,emily johnson,True, 2024-10-16 10:30,general_dentist,emily johnson,True, 2024-10-16 11:00,general_dentist,emily johnson,True, 2024-10-16 11:30,general_dentist,emily johnson,False,1000079 2024-10-16 12:00,general_dentist,emily johnson,True, 2024-10-16 12:30,general_dentist,emily johnson,True, 2024-10-16 13:00,general_dentist,emily johnson,True, 2024-10-16 13:30,general_dentist,emily johnson,False,1000068 2024-10-16 14:00,general_dentist,emily johnson,True, 2024-10-16 14:30,general_dentist,emily johnson,True, 2024-10-16 15:00,general_dentist,emily johnson,True, 2024-10-16 15:30,general_dentist,emily johnson,True, 2024-10-16 16:00,general_dentist,emily johnson,True, 2024-10-16 16:30,general_dentist,emily johnson,False,1000050 2024-10-17 08:00,general_dentist,emily johnson,True, 2024-10-17 08:30,general_dentist,emily johnson,True, 2024-10-17 09:00,general_dentist,emily johnson,True, 2024-10-17 09:30,general_dentist,emily johnson,True, 2024-10-17 10:00,general_dentist,emily johnson,True, 2024-10-17 10:30,general_dentist,emily johnson,True, 2024-10-17 11:00,general_dentist,emily johnson,True, 2024-10-17 11:30,general_dentist,emily johnson,True, 2024-10-17 12:00,general_dentist,emily johnson,True, 2024-10-17 12:30,general_dentist,emily johnson,True, 2024-10-17 13:00,general_dentist,emily johnson,True, 2024-10-17 13:30,general_dentist,emily johnson,True, 2024-10-17 14:00,general_dentist,emily johnson,False,1000040 2024-10-17 14:30,general_dentist,emily johnson,True, 2024-10-17 15:00,general_dentist,emily johnson,False,1000010 2024-10-17 15:30,general_dentist,emily johnson,True, 2024-10-17 16:00,general_dentist,emily johnson,True, 2024-10-17 16:30,general_dentist,emily johnson,False,1000057 2024-10-18 08:00,general_dentist,emily johnson,True, 2024-10-18 08:30,general_dentist,emily johnson,True, 2024-10-18 09:00,general_dentist,emily johnson,True, 2024-10-18 09:30,general_dentist,emily johnson,False,1000022 2024-10-18 10:00,general_dentist,emily johnson,True, 2024-10-18 10:30,general_dentist,emily johnson,True, 2024-10-18 11:00,general_dentist,emily johnson,True, 2024-10-18 11:30,general_dentist,emily johnson,True, 2024-10-18 12:00,general_dentist,emily johnson,True, 2024-10-18 12:30,general_dentist,emily johnson,True, 2024-10-18 13:00,general_dentist,emily johnson,True, 2024-10-18 13:30,general_dentist,emily johnson,True, 2024-10-18 14:00,general_dentist,emily johnson,True, 2024-10-18 14:30,general_dentist,emily johnson,False,1000014 2024-10-18 15:00,general_dentist,emily johnson,False,1000055 2024-10-18 15:30,general_dentist,emily johnson,True, 2024-10-18 16:00,general_dentist,emily johnson,False,1000032 2024-10-18 16:30,general_dentist,emily johnson,True, 2024-10-19 09:00,general_dentist,emily johnson,True, 2024-10-19 09:30,general_dentist,emily johnson,False,1000009 2024-10-19 10:00,general_dentist,emily johnson,True, 2024-10-19 10:30,general_dentist,emily johnson,True, 2024-10-19 11:00,general_dentist,emily johnson,True, 2024-10-19 11:30,general_dentist,emily johnson,True, 2024-10-19 12:00,general_dentist,emily johnson,True, 2024-10-19 12:30,general_dentist,emily johnson,True, 2024-10-21 08:00,general_dentist,emily johnson,True, 2024-10-21 08:30,general_dentist,emily johnson,True, 2024-10-21 09:00,general_dentist,emily johnson,False,1000011 2024-10-21 09:30,general_dentist,emily johnson,True, 2024-10-21 10:00,general_dentist,emily johnson,True, 2024-10-21 10:30,general_dentist,emily johnson,True, 2024-10-21 11:00,general_dentist,emily johnson,True, 2024-10-21 11:30,general_dentist,emily johnson,True, 2024-10-21 12:00,general_dentist,emily johnson,True, 2024-10-21 12:30,general_dentist,emily johnson,True, 2024-10-21 13:00,general_dentist,emily johnson,True, 2024-10-21 13:30,general_dentist,emily johnson,True, 2024-10-21 14:00,general_dentist,emily johnson,True, 2024-10-21 14:30,general_dentist,emily johnson,False,1000002 2024-10-21 15:00,general_dentist,emily johnson,True, 2024-10-21 15:30,general_dentist,emily johnson,True, 2024-10-21 16:00,general_dentist,emily johnson,True, 2024-10-21 16:30,general_dentist,emily johnson,False,1000081 2024-10-22 08:00,general_dentist,emily johnson,True, 2024-10-22 08:30,general_dentist,emily johnson,True, 2024-10-22 09:00,general_dentist,emily johnson,False,1000021 2024-10-22 09:30,general_dentist,emily johnson,False,1000008 2024-10-22 10:00,general_dentist,emily johnson,True, 2024-10-22 10:30,general_dentist,emily johnson,True, 2024-10-22 11:00,general_dentist,emily johnson,False,1000039 2024-10-22 11:30,general_dentist,emily johnson,True, 2024-10-22 12:00,general_dentist,emily johnson,True, 2024-10-22 12:30,general_dentist,emily johnson,True, 2024-10-22 13:00,general_dentist,emily johnson,True, 2024-10-22 13:30,general_dentist,emily johnson,True, 2024-10-22 14:00,general_dentist,emily johnson,False,1000056 2024-10-22 14:30,general_dentist,emily johnson,False,1000072 2024-10-22 15:00,general_dentist,emily johnson,False,1000067 2024-10-22 15:30,general_dentist,emily johnson,False,1000039 2024-10-22 16:00,general_dentist,emily johnson,False,1000041 2024-10-22 16:30,general_dentist,emily johnson,True, 2024-10-23 08:00,general_dentist,emily johnson,True, 2024-10-23 08:30,general_dentist,emily johnson,True, 2024-10-23 09:00,general_dentist,emily johnson,True, 2024-10-23 09:30,general_dentist,emily johnson,False,1000039 2024-10-23 10:00,general_dentist,emily johnson,True, 2024-10-23 10:30,general_dentist,emily johnson,True, 2024-10-23 11:00,general_dentist,emily johnson,True, 2024-10-23 11:30,general_dentist,emily johnson,False,1000025 2024-10-23 12:00,general_dentist,emily johnson,True, 2024-10-23 12:30,general_dentist,emily johnson,True, 2024-10-23 13:00,general_dentist,emily johnson,True, 2024-10-23 13:30,general_dentist,emily johnson,False,1000019 2024-10-23 14:00,general_dentist,emily johnson,True, 2024-10-23 14:30,general_dentist,emily johnson,True, 2024-10-23 15:00,general_dentist,emily johnson,True, 2024-10-23 15:30,general_dentist,emily johnson,True, 2024-10-23 16:00,general_dentist,emily johnson,False,1000041 2024-10-23 16:30,general_dentist,emily johnson,True, 2024-10-24 08:00,general_dentist,emily johnson,True, 2024-10-24 08:30,general_dentist,emily johnson,True, 2024-10-24 09:00,general_dentist,emily johnson,True, 2024-10-24 09:30,general_dentist,emily johnson,True, 2024-10-24 10:00,general_dentist,emily johnson,False,1000086 2024-10-24 10:30,general_dentist,emily johnson,True, 2024-10-24 11:00,general_dentist,emily johnson,False,1000099 2024-10-24 11:30,general_dentist,emily johnson,True, 2024-10-24 12:00,general_dentist,emily johnson,True, 2024-10-24 12:30,general_dentist,emily johnson,False,1000081 2024-10-24 13:00,general_dentist,emily johnson,True, 2024-10-24 13:30,general_dentist,emily johnson,True, 2024-10-24 14:00,general_dentist,emily johnson,True, 2024-10-24 14:30,general_dentist,emily johnson,False,1000095 2024-10-24 15:00,general_dentist,emily johnson,True, 2024-10-24 15:30,general_dentist,emily johnson,True, 2024-10-24 16:00,general_dentist,emily johnson,True, 2024-10-24 16:30,general_dentist,emily johnson,True, 2024-10-25 08:00,general_dentist,emily johnson,True, 2024-10-25 08:30,general_dentist,emily johnson,False,1000007 2024-10-25 09:00,general_dentist,emily johnson,False,1000007 2024-10-25 09:30,general_dentist,emily johnson,True, 2024-10-25 10:00,general_dentist,emily johnson,True, 2024-10-25 10:30,general_dentist,emily johnson,True, 2024-10-25 11:00,general_dentist,emily johnson,True, 2024-10-25 11:30,general_dentist,emily johnson,False,1000019 2024-10-25 12:00,general_dentist,emily johnson,False,1000013 2024-10-25 12:30,general_dentist,emily johnson,True, 2024-10-25 13:00,general_dentist,emily johnson,False,1000061 2024-10-25 13:30,general_dentist,emily johnson,True, 2024-10-25 14:00,general_dentist,emily johnson,True, 2024-10-25 14:30,general_dentist,emily johnson,True, 2024-10-25 15:00,general_dentist,emily johnson,True, 2024-10-25 15:30,general_dentist,emily johnson,False,1000068 2024-10-25 16:00,general_dentist,emily johnson,True, 2024-10-25 16:30,general_dentist,emily johnson,False,1000058 2024-10-26 09:00,general_dentist,emily johnson,True, 2024-10-26 09:30,general_dentist,emily johnson,False,1000014 2024-10-26 10:00,general_dentist,emily johnson,True, 2024-10-26 10:30,general_dentist,emily johnson,True, 2024-10-26 11:00,general_dentist,emily johnson,True, 2024-10-26 11:30,general_dentist,emily johnson,False,1000044 2024-10-26 12:00,general_dentist,emily johnson,True, 2024-10-26 12:30,general_dentist,emily johnson,False,1000044 2024-10-28 08:00,general_dentist,emily johnson,False,1000020 2024-10-28 08:30,general_dentist,emily johnson,True, 2024-10-28 09:00,general_dentist,emily johnson,True, 2024-10-28 09:30,general_dentist,emily johnson,True, 2024-10-28 10:00,general_dentist,emily johnson,False,1000046 2024-10-28 10:30,general_dentist,emily johnson,True, 2024-10-28 11:00,general_dentist,emily johnson,True, 2024-10-28 11:30,general_dentist,emily johnson,True, 2024-10-28 12:00,general_dentist,emily johnson,False,1000056 2024-10-28 12:30,general_dentist,emily johnson,True, 2024-10-28 13:00,general_dentist,emily johnson,True, 2024-10-28 13:30,general_dentist,emily johnson,True, 2024-10-28 14:00,general_dentist,emily johnson,False,1000045 2024-10-28 14:30,general_dentist,emily johnson,False,1000044 2024-10-28 15:00,general_dentist,emily johnson,True, 2024-10-28 15:30,general_dentist,emily johnson,True, 2024-10-28 16:00,general_dentist,emily johnson,False,1000074 2024-10-28 16:30,general_dentist,emily johnson,True, 2024-10-29 08:00,general_dentist,emily johnson,True, 2024-10-29 08:30,general_dentist,emily johnson,True, 2024-10-29 09:00,general_dentist,emily johnson,True, 2024-10-29 09:30,general_dentist,emily johnson,True, 2024-10-29 10:00,general_dentist,emily johnson,True, 2024-10-29 10:30,general_dentist,emily johnson,True, 2024-10-29 11:00,general_dentist,emily johnson,True, 2024-10-29 11:30,general_dentist,emily johnson,True, 2024-10-29 12:00,general_dentist,emily johnson,True, 2024-10-29 12:30,general_dentist,emily johnson,True, 2024-10-29 13:00,general_dentist,emily johnson,False,1000088 2024-10-29 13:30,general_dentist,emily johnson,True, 2024-10-29 14:00,general_dentist,emily johnson,True, 2024-10-29 14:30,general_dentist,emily johnson,False,1000078 2024-10-29 15:00,general_dentist,emily johnson,True, 2024-10-29 15:30,general_dentist,emily johnson,False,1000072 2024-10-29 16:00,general_dentist,emily johnson,True, 2024-10-29 16:30,general_dentist,emily johnson,True, 2024-10-30 08:00,general_dentist,emily johnson,True, 2024-10-30 08:30,general_dentist,emily johnson,True, 2024-10-30 09:00,general_dentist,emily johnson,True, 2024-10-30 09:30,general_dentist,emily johnson,False,1000067 2024-10-30 10:00,general_dentist,emily johnson,True, 2024-10-30 10:30,general_dentist,emily johnson,False,1000016 2024-10-30 11:00,general_dentist,emily johnson,True, 2024-10-30 11:30,general_dentist,emily johnson,True, 2024-10-30 12:00,general_dentist,emily johnson,True, 2024-10-30 12:30,general_dentist,emily johnson,True, 2024-10-30 13:00,general_dentist,emily johnson,False,1000086 2024-10-30 13:30,general_dentist,emily johnson,True, 2024-10-30 14:00,general_dentist,emily johnson,True, 2024-10-30 14:30,general_dentist,emily johnson,True, 2024-10-30 15:00,general_dentist,emily johnson,True, 2024-10-30 15:30,general_dentist,emily johnson,False,1000004 2024-10-30 16:00,general_dentist,emily johnson,False,1000084 2024-10-30 16:30,general_dentist,emily johnson,False,1000067 2024-10-31 08:00,general_dentist,emily johnson,True, 2024-10-31 08:30,general_dentist,emily johnson,True, 2024-10-31 09:00,general_dentist,emily johnson,True, 2024-10-31 09:30,general_dentist,emily johnson,True, 2024-10-31 10:00,general_dentist,emily johnson,True, 2024-10-31 10:30,general_dentist,emily johnson,True, 2024-10-31 11:00,general_dentist,emily johnson,True, 2024-10-31 11:30,general_dentist,emily johnson,False,1000056 2024-10-31 12:00,general_dentist,emily johnson,False,1000055 2024-10-31 12:30,general_dentist,emily johnson,True, 2024-10-31 13:00,general_dentist,emily johnson,True, 2024-10-31 13:30,general_dentist,emily johnson,True, 2024-10-31 14:00,general_dentist,emily johnson,False,1000060 2024-10-31 14:30,general_dentist,emily johnson,True, 2024-10-31 15:00,general_dentist,emily johnson,True, 2024-10-31 15:30,general_dentist,emily johnson,True, 2024-10-31 16:00,general_dentist,emily johnson,True, 2024-10-31 16:30,general_dentist,emily johnson,True, 2024-11-01 08:00,general_dentist,emily johnson,True, 2024-11-01 08:30,general_dentist,emily johnson,False,1000006 2024-11-01 09:00,general_dentist,emily johnson,True, 2024-11-01 09:30,general_dentist,emily johnson,False,1000018 2024-11-01 10:00,general_dentist,emily johnson,True, 2024-11-01 10:30,general_dentist,emily johnson,False,1000085 2024-11-01 11:00,general_dentist,emily johnson,True, 2024-11-01 11:30,general_dentist,emily johnson,True, 2024-11-01 12:00,general_dentist,emily johnson,False,1000004 2024-11-01 12:30,general_dentist,emily johnson,True, 2024-11-01 13:00,general_dentist,emily johnson,True, 2024-11-01 13:30,general_dentist,emily johnson,True, 2024-11-01 14:00,general_dentist,emily johnson,True, 2024-11-01 14:30,general_dentist,emily johnson,True, 2024-11-01 15:00,general_dentist,emily johnson,False,1000055 2024-11-01 15:30,general_dentist,emily johnson,False,1000014 2024-11-01 16:00,general_dentist,emily johnson,True, 2024-11-01 16:30,general_dentist,emily johnson,True, 2024-11-02 09:00,general_dentist,emily johnson,False,1000067 2024-11-02 09:30,general_dentist,emily johnson,False,1000028 2024-11-02 10:00,general_dentist,emily johnson,True, 2024-11-02 10:30,general_dentist,emily johnson,True, 2024-11-02 11:00,general_dentist,emily johnson,True, 2024-11-02 11:30,general_dentist,emily johnson,True, 2024-11-02 12:00,general_dentist,emily johnson,True, 2024-11-02 12:30,general_dentist,emily johnson,True, 2024-10-05 09:00,cosmetic_dentist,jane smith,False,1000019 2024-10-05 09:30,cosmetic_dentist,jane smith,False,1000040 2024-10-05 10:00,cosmetic_dentist,jane smith,False,1000047 2024-10-05 10:30,cosmetic_dentist,jane smith,False,1000069 2024-10-05 11:00,cosmetic_dentist,jane smith,False,1000095 2024-10-05 11:30,cosmetic_dentist,jane smith,False,1000064 2024-10-05 12:00,cosmetic_dentist,jane smith,False,1000040 2024-10-05 12:30,cosmetic_dentist,jane smith,False,1000042 2024-10-07 08:00,cosmetic_dentist,jane smith,True, 2024-10-07 08:30,cosmetic_dentist,jane smith,False,1000037 2024-10-07 09:00,cosmetic_dentist,jane smith,True, 2024-10-07 09:30,cosmetic_dentist,jane smith,True, 2024-10-07 10:00,cosmetic_dentist,jane smith,True, 2024-10-07 10:30,cosmetic_dentist,jane smith,True, 2024-10-07 11:00,cosmetic_dentist,jane smith,False,1000024 2024-10-07 11:30,cosmetic_dentist,jane smith,True, 2024-10-07 12:00,cosmetic_dentist,jane smith,True, 2024-10-07 12:30,cosmetic_dentist,jane smith,True, 2024-10-07 13:00,cosmetic_dentist,jane smith,True, 2024-10-07 13:30,cosmetic_dentist,jane smith,True, 2024-10-07 14:00,cosmetic_dentist,jane smith,True, 2024-10-07 14:30,cosmetic_dentist,jane smith,True, 2024-10-07 15:00,cosmetic_dentist,jane smith,True, 2024-10-07 15:30,cosmetic_dentist,jane smith,False,1000007 2024-10-07 16:00,cosmetic_dentist,jane smith,True, 2024-10-07 16:30,cosmetic_dentist,jane smith,False,1000070 2024-10-08 08:00,cosmetic_dentist,jane smith,False,1000004 2024-10-08 08:30,cosmetic_dentist,jane smith,True, 2024-10-08 09:00,cosmetic_dentist,jane smith,True, 2024-10-08 09:30,cosmetic_dentist,jane smith,True, 2024-10-08 10:00,cosmetic_dentist,jane smith,False,1000004 2024-10-08 10:30,cosmetic_dentist,jane smith,True, 2024-10-08 11:00,cosmetic_dentist,jane smith,True, 2024-10-08 11:30,cosmetic_dentist,jane smith,False,1000028 2024-10-08 12:00,cosmetic_dentist,jane smith,True, 2024-10-08 12:30,cosmetic_dentist,jane smith,True, 2024-10-08 13:00,cosmetic_dentist,jane smith,True, 2024-10-08 13:30,cosmetic_dentist,jane smith,False,1000049 2024-10-08 14:00,cosmetic_dentist,jane smith,True, 2024-10-08 14:30,cosmetic_dentist,jane smith,True, 2024-10-08 15:00,cosmetic_dentist,jane smith,False,1000021 2024-10-08 15:30,cosmetic_dentist,jane smith,False,1000019 2024-10-08 16:00,cosmetic_dentist,jane smith,True, 2024-10-08 16:30,cosmetic_dentist,jane smith,True, 2024-10-09 08:00,cosmetic_dentist,jane smith,True, 2024-10-09 08:30,cosmetic_dentist,jane smith,True, 2024-10-09 09:00,cosmetic_dentist,jane smith,True, 2024-10-09 09:30,cosmetic_dentist,jane smith,True, 2024-10-09 10:00,cosmetic_dentist,jane smith,True, 2024-10-09 10:30,cosmetic_dentist,jane smith,True, 2024-10-09 11:00,cosmetic_dentist,jane smith,False,1000089 2024-10-09 11:30,cosmetic_dentist,jane smith,True, 2024-10-09 12:00,cosmetic_dentist,jane smith,True, 2024-10-09 12:30,cosmetic_dentist,jane smith,True, 2024-10-09 13:00,cosmetic_dentist,jane smith,True, 2024-10-09 13:30,cosmetic_dentist,jane smith,True, 2024-10-09 14:00,cosmetic_dentist,jane smith,True, 2024-10-09 14:30,cosmetic_dentist,jane smith,True, 2024-10-09 15:00,cosmetic_dentist,jane smith,True, 2024-10-09 15:30,cosmetic_dentist,jane smith,False,1000078 2024-10-09 16:00,cosmetic_dentist,jane smith,True, 2024-10-09 16:30,cosmetic_dentist,jane smith,True, 2024-10-10 08:00,cosmetic_dentist,jane smith,True, 2024-10-10 08:30,cosmetic_dentist,jane smith,True, 2024-10-10 09:00,cosmetic_dentist,jane smith,False,1000027 2024-10-10 09:30,cosmetic_dentist,jane smith,True, 2024-10-10 10:00,cosmetic_dentist,jane smith,False,1000080 2024-10-10 10:30,cosmetic_dentist,jane smith,False,1000043 2024-10-10 11:00,cosmetic_dentist,jane smith,True, 2024-10-10 11:30,cosmetic_dentist,jane smith,True, 2024-10-10 12:00,cosmetic_dentist,jane smith,True, 2024-10-10 12:30,cosmetic_dentist,jane smith,True, 2024-10-10 13:00,cosmetic_dentist,jane smith,True, 2024-10-10 13:30,cosmetic_dentist,jane smith,True, 2024-10-10 14:00,cosmetic_dentist,jane smith,False,1000022 2024-10-10 14:30,cosmetic_dentist,jane smith,True, 2024-10-10 15:00,cosmetic_dentist,jane smith,False,1000079 2024-10-10 15:30,cosmetic_dentist,jane smith,True, 2024-10-10 16:00,cosmetic_dentist,jane smith,True, 2024-10-10 16:30,cosmetic_dentist,jane smith,False,1000031 2024-10-11 08:00,cosmetic_dentist,jane smith,True, 2024-10-11 08:30,cosmetic_dentist,jane smith,True, 2024-10-11 09:00,cosmetic_dentist,jane smith,False,1000057 2024-10-11 09:30,cosmetic_dentist,jane smith,False,1000079 2024-10-11 10:00,cosmetic_dentist,jane smith,True, 2024-10-11 10:30,cosmetic_dentist,jane smith,True, 2024-10-11 11:00,cosmetic_dentist,jane smith,True, 2024-10-11 11:30,cosmetic_dentist,jane smith,True, 2024-10-11 12:00,cosmetic_dentist,jane smith,True, 2024-10-11 12:30,cosmetic_dentist,jane smith,True, 2024-10-11 13:00,cosmetic_dentist,jane smith,False,1000096 2024-10-11 13:30,cosmetic_dentist,jane smith,True, 2024-10-11 14:00,cosmetic_dentist,jane smith,True, 2024-10-11 14:30,cosmetic_dentist,jane smith,True, 2024-10-11 15:00,cosmetic_dentist,jane smith,True, 2024-10-11 15:30,cosmetic_dentist,jane smith,True, 2024-10-11 16:00,cosmetic_dentist,jane smith,True, 2024-10-11 16:30,cosmetic_dentist,jane smith,True, 2024-10-12 09:00,cosmetic_dentist,jane smith,True, 2024-10-12 09:30,cosmetic_dentist,jane smith,True, 2024-10-12 10:00,cosmetic_dentist,jane smith,True, 2024-10-12 10:30,cosmetic_dentist,jane smith,True, 2024-10-12 11:00,cosmetic_dentist,jane smith,True, 2024-10-12 11:30,cosmetic_dentist,jane smith,True, 2024-10-12 12:00,cosmetic_dentist,jane smith,True, 2024-10-12 12:30,cosmetic_dentist,jane smith,True, 2024-10-14 08:00,cosmetic_dentist,jane smith,False,1000075 2024-10-14 08:30,cosmetic_dentist,jane smith,False,1000065 2024-10-14 09:00,cosmetic_dentist,jane smith,True, 2024-10-14 09:30,cosmetic_dentist,jane smith,True, 2024-10-14 10:00,cosmetic_dentist,jane smith,True, 2024-10-14 10:30,cosmetic_dentist,jane smith,False,1000044 2024-10-14 11:00,cosmetic_dentist,jane smith,True, 2024-10-14 11:30,cosmetic_dentist,jane smith,False,1000037 2024-10-14 12:00,cosmetic_dentist,jane smith,True, 2024-10-14 12:30,cosmetic_dentist,jane smith,True, 2024-10-14 13:00,cosmetic_dentist,jane smith,True, 2024-10-14 13:30,cosmetic_dentist,jane smith,True, 2024-10-14 14:00,cosmetic_dentist,jane smith,False,1000089 2024-10-14 14:30,cosmetic_dentist,jane smith,True, 2024-10-14 15:00,cosmetic_dentist,jane smith,False,1000071 2024-10-14 15:30,cosmetic_dentist,jane smith,True, 2024-10-14 16:00,cosmetic_dentist,jane smith,True, 2024-10-14 16:30,cosmetic_dentist,jane smith,True, 2024-10-15 08:00,cosmetic_dentist,jane smith,True, 2024-10-15 08:30,cosmetic_dentist,jane smith,True, 2024-10-15 09:00,cosmetic_dentist,jane smith,True, 2024-10-15 09:30,cosmetic_dentist,jane smith,False,1000062 2024-10-15 10:00,cosmetic_dentist,jane smith,False,1000058 2024-10-15 10:30,cosmetic_dentist,jane smith,False,1000094 2024-10-15 11:00,cosmetic_dentist,jane smith,True, 2024-10-15 11:30,cosmetic_dentist,jane smith,True, 2024-10-15 12:00,cosmetic_dentist,jane smith,False,1000071 2024-10-15 12:30,cosmetic_dentist,jane smith,True, 2024-10-15 13:00,cosmetic_dentist,jane smith,True, 2024-10-15 13:30,cosmetic_dentist,jane smith,True, 2024-10-15 14:00,cosmetic_dentist,jane smith,False,1000000 2024-10-15 14:30,cosmetic_dentist,jane smith,True, 2024-10-15 15:00,cosmetic_dentist,jane smith,True, 2024-10-15 15:30,cosmetic_dentist,jane smith,True, 2024-10-15 16:00,cosmetic_dentist,jane smith,True, 2024-10-15 16:30,cosmetic_dentist,jane smith,False,1000092 2024-10-16 08:00,cosmetic_dentist,jane smith,False,1000012 2024-10-16 08:30,cosmetic_dentist,jane smith,True, 2024-10-16 09:00,cosmetic_dentist,jane smith,False,1000052 2024-10-16 09:30,cosmetic_dentist,jane smith,True, 2024-10-16 10:00,cosmetic_dentist,jane smith,False,1000007 2024-10-16 10:30,cosmetic_dentist,jane smith,True, 2024-10-16 11:00,cosmetic_dentist,jane smith,True, 2024-10-16 11:30,cosmetic_dentist,jane smith,True, 2024-10-16 12:00,cosmetic_dentist,jane smith,False,1000019 2024-10-16 12:30,cosmetic_dentist,jane smith,True, 2024-10-16 13:00,cosmetic_dentist,jane smith,True, 2024-10-16 13:30,cosmetic_dentist,jane smith,True, 2024-10-16 14:00,cosmetic_dentist,jane smith,True, 2024-10-16 14:30,cosmetic_dentist,jane smith,False,1000077 2024-10-16 15:00,cosmetic_dentist,jane smith,True, 2024-10-16 15:30,cosmetic_dentist,jane smith,False,1000096 2024-10-16 16:00,cosmetic_dentist,jane smith,False,1000063 2024-10-16 16:30,cosmetic_dentist,jane smith,True, 2024-10-17 08:00,cosmetic_dentist,jane smith,True, 2024-10-17 08:30,cosmetic_dentist,jane smith,True, 2024-10-17 09:00,cosmetic_dentist,jane smith,True, 2024-10-17 09:30,cosmetic_dentist,jane smith,True, 2024-10-17 10:00,cosmetic_dentist,jane smith,True, 2024-10-17 10:30,cosmetic_dentist,jane smith,True, 2024-10-17 11:00,cosmetic_dentist,jane smith,True, 2024-10-17 11:30,cosmetic_dentist,jane smith,False,1000094 2024-10-17 12:00,cosmetic_dentist,jane smith,True, 2024-10-17 12:30,cosmetic_dentist,jane smith,True, 2024-10-17 13:00,cosmetic_dentist,jane smith,False,1000056 2024-10-17 13:30,cosmetic_dentist,jane smith,True, 2024-10-17 14:00,cosmetic_dentist,jane smith,False,1000001 2024-10-17 14:30,cosmetic_dentist,jane smith,True, 2024-10-17 15:00,cosmetic_dentist,jane smith,False,1000014 2024-10-17 15:30,cosmetic_dentist,jane smith,False,1000070 2024-10-17 16:00,cosmetic_dentist,jane smith,True, 2024-10-17 16:30,cosmetic_dentist,jane smith,False,1000033 2024-10-18 08:00,cosmetic_dentist,jane smith,True, 2024-10-18 08:30,cosmetic_dentist,jane smith,True, 2024-10-18 09:00,cosmetic_dentist,jane smith,False,1000072 2024-10-18 09:30,cosmetic_dentist,jane smith,True, 2024-10-18 10:00,cosmetic_dentist,jane smith,True, 2024-10-18 10:30,cosmetic_dentist,jane smith,True, 2024-10-18 11:00,cosmetic_dentist,jane smith,False,1000061 2024-10-18 11:30,cosmetic_dentist,jane smith,False,1000038 2024-10-18 12:00,cosmetic_dentist,jane smith,True, 2024-10-18 12:30,cosmetic_dentist,jane smith,True, 2024-10-18 13:00,cosmetic_dentist,jane smith,False,1000024 2024-10-18 13:30,cosmetic_dentist,jane smith,True, 2024-10-18 14:00,cosmetic_dentist,jane smith,True, 2024-10-18 14:30,cosmetic_dentist,jane smith,False,1000047 2024-10-18 15:00,cosmetic_dentist,jane smith,True, 2024-10-18 15:30,cosmetic_dentist,jane smith,True, 2024-10-18 16:00,cosmetic_dentist,jane smith,True, 2024-10-18 16:30,cosmetic_dentist,jane smith,True, 2024-10-19 09:00,cosmetic_dentist,jane smith,False,1000013 2024-10-19 09:30,cosmetic_dentist,jane smith,True, 2024-10-19 10:00,cosmetic_dentist,jane smith,False,1000047 2024-10-19 10:30,cosmetic_dentist,jane smith,True, 2024-10-19 11:00,cosmetic_dentist,jane smith,True, 2024-10-19 11:30,cosmetic_dentist,jane smith,False,1000058 2024-10-19 12:00,cosmetic_dentist,jane smith,True, 2024-10-19 12:30,cosmetic_dentist,jane smith,True, 2024-10-21 08:00,cosmetic_dentist,jane smith,True, 2024-10-21 08:30,cosmetic_dentist,jane smith,False,1000037 2024-10-21 09:00,cosmetic_dentist,jane smith,True, 2024-10-21 09:30,cosmetic_dentist,jane smith,True, 2024-10-21 10:00,cosmetic_dentist,jane smith,True, 2024-10-21 10:30,cosmetic_dentist,jane smith,True, 2024-10-21 11:00,cosmetic_dentist,jane smith,True, 2024-10-21 11:30,cosmetic_dentist,jane smith,True, 2024-10-21 12:00,cosmetic_dentist,jane smith,False,1000081 2024-10-21 12:30,cosmetic_dentist,jane smith,True, 2024-10-21 13:00,cosmetic_dentist,jane smith,True, 2024-10-21 13:30,cosmetic_dentist,jane smith,True, 2024-10-21 14:00,cosmetic_dentist,jane smith,False,1000037 2024-10-21 14:30,cosmetic_dentist,jane smith,True, 2024-10-21 15:00,cosmetic_dentist,jane smith,False,1000034 2024-10-21 15:30,cosmetic_dentist,jane smith,True, 2024-10-21 16:00,cosmetic_dentist,jane smith,True, 2024-10-21 16:30,cosmetic_dentist,jane smith,True, 2024-10-22 08:00,cosmetic_dentist,jane smith,True, 2024-10-22 08:30,cosmetic_dentist,jane smith,True, 2024-10-22 09:00,cosmetic_dentist,jane smith,False,1000029 2024-10-22 09:30,cosmetic_dentist,jane smith,True, 2024-10-22 10:00,cosmetic_dentist,jane smith,True, 2024-10-22 10:30,cosmetic_dentist,jane smith,True, 2024-10-22 11:00,cosmetic_dentist,jane smith,True, 2024-10-22 11:30,cosmetic_dentist,jane smith,False,1000058 2024-10-22 12:00,cosmetic_dentist,jane smith,True, 2024-10-22 12:30,cosmetic_dentist,jane smith,True, 2024-10-22 13:00,cosmetic_dentist,jane smith,True, 2024-10-22 13:30,cosmetic_dentist,jane smith,True, 2024-10-22 14:00,cosmetic_dentist,jane smith,True, 2024-10-22 14:30,cosmetic_dentist,jane smith,True, 2024-10-22 15:00,cosmetic_dentist,jane smith,True, 2024-10-22 15:30,cosmetic_dentist,jane smith,False,1000006 2024-10-22 16:00,cosmetic_dentist,jane smith,False,1000002 2024-10-22 16:30,cosmetic_dentist,jane smith,True, 2024-10-23 08:00,cosmetic_dentist,jane smith,False,1000009 2024-10-23 08:30,cosmetic_dentist,jane smith,False,1000045 2024-10-23 09:00,cosmetic_dentist,jane smith,True, 2024-10-23 09:30,cosmetic_dentist,jane smith,True, 2024-10-23 10:00,cosmetic_dentist,jane smith,True, 2024-10-23 10:30,cosmetic_dentist,jane smith,True, 2024-10-23 11:00,cosmetic_dentist,jane smith,True, 2024-10-23 11:30,cosmetic_dentist,jane smith,True, 2024-10-23 12:00,cosmetic_dentist,jane smith,True, 2024-10-23 12:30,cosmetic_dentist,jane smith,False,1000056 2024-10-23 13:00,cosmetic_dentist,jane smith,False,1000090 2024-10-23 13:30,cosmetic_dentist,jane smith,True, 2024-10-23 14:00,cosmetic_dentist,jane smith,False,1000066 2024-10-23 14:30,cosmetic_dentist,jane smith,True, 2024-10-23 15:00,cosmetic_dentist,jane smith,False,1000033 2024-10-23 15:30,cosmetic_dentist,jane smith,False,1000045 2024-10-23 16:00,cosmetic_dentist,jane smith,True, 2024-10-23 16:30,cosmetic_dentist,jane smith,True, 2024-10-24 08:00,cosmetic_dentist,jane smith,True, 2024-10-24 08:30,cosmetic_dentist,jane smith,True, 2024-10-24 09:00,cosmetic_dentist,jane smith,False,1000000 2024-10-24 09:30,cosmetic_dentist,jane smith,False,1000052 2024-10-24 10:00,cosmetic_dentist,jane smith,True, 2024-10-24 10:30,cosmetic_dentist,jane smith,False,1000093 2024-10-24 11:00,cosmetic_dentist,jane smith,False,1000009 2024-10-24 11:30,cosmetic_dentist,jane smith,False,1000026 2024-10-24 12:00,cosmetic_dentist,jane smith,True, 2024-10-24 12:30,cosmetic_dentist,jane smith,True, 2024-10-24 13:00,cosmetic_dentist,jane smith,False,1000071 2024-10-24 13:30,cosmetic_dentist,jane smith,True, 2024-10-24 14:00,cosmetic_dentist,jane smith,True, 2024-10-24 14:30,cosmetic_dentist,jane smith,True, 2024-10-24 15:00,cosmetic_dentist,jane smith,True, 2024-10-24 15:30,cosmetic_dentist,jane smith,True, 2024-10-24 16:00,cosmetic_dentist,jane smith,False,1000100 2024-10-24 16:30,cosmetic_dentist,jane smith,True, 2024-10-25 08:00,cosmetic_dentist,jane smith,False,1000066 2024-10-25 08:30,cosmetic_dentist,jane smith,True, 2024-10-25 09:00,cosmetic_dentist,jane smith,True, 2024-10-25 09:30,cosmetic_dentist,jane smith,True, 2024-10-25 10:00,cosmetic_dentist,jane smith,True, 2024-10-25 10:30,cosmetic_dentist,jane smith,False,1000027 2024-10-25 11:00,cosmetic_dentist,jane smith,True, 2024-10-25 11:30,cosmetic_dentist,jane smith,True, 2024-10-25 12:00,cosmetic_dentist,jane smith,True, 2024-10-25 12:30,cosmetic_dentist,jane smith,True, 2024-10-25 13:00,cosmetic_dentist,jane smith,True, 2024-10-25 13:30,cosmetic_dentist,jane smith,True, 2024-10-25 14:00,cosmetic_dentist,jane smith,True, 2024-10-25 14:30,cosmetic_dentist,jane smith,True, 2024-10-25 15:00,cosmetic_dentist,jane smith,True, 2024-10-25 15:30,cosmetic_dentist,jane smith,True, 2024-10-25 16:00,cosmetic_dentist,jane smith,False,1000021 2024-10-25 16:30,cosmetic_dentist,jane smith,True, 2024-10-26 09:00,cosmetic_dentist,jane smith,True, 2024-10-26 09:30,cosmetic_dentist,jane smith,True, 2024-10-26 10:00,cosmetic_dentist,jane smith,True, 2024-10-26 10:30,cosmetic_dentist,jane smith,False,1000061 2024-10-26 11:00,cosmetic_dentist,jane smith,False,1000013 2024-10-26 11:30,cosmetic_dentist,jane smith,True, 2024-10-26 12:00,cosmetic_dentist,jane smith,True, 2024-10-26 12:30,cosmetic_dentist,jane smith,True, 2024-10-28 08:00,cosmetic_dentist,jane smith,False,1000027 2024-10-28 08:30,cosmetic_dentist,jane smith,True, 2024-10-28 09:00,cosmetic_dentist,jane smith,True, 2024-10-28 09:30,cosmetic_dentist,jane smith,True, 2024-10-28 10:00,cosmetic_dentist,jane smith,False,1000078 2024-10-28 10:30,cosmetic_dentist,jane smith,False,1000048 2024-10-28 11:00,cosmetic_dentist,jane smith,True, 2024-10-28 11:30,cosmetic_dentist,jane smith,True, 2024-10-28 12:00,cosmetic_dentist,jane smith,True, 2024-10-28 12:30,cosmetic_dentist,jane smith,True, 2024-10-28 13:00,cosmetic_dentist,jane smith,False,1000004 2024-10-28 13:30,cosmetic_dentist,jane smith,True, 2024-10-28 14:00,cosmetic_dentist,jane smith,True, 2024-10-28 14:30,cosmetic_dentist,jane smith,False,1000079 2024-10-28 15:00,cosmetic_dentist,jane smith,True, 2024-10-28 15:30,cosmetic_dentist,jane smith,True, 2024-10-28 16:00,cosmetic_dentist,jane smith,True, 2024-10-28 16:30,cosmetic_dentist,jane smith,False,1000003 2024-10-29 08:00,cosmetic_dentist,jane smith,True, 2024-10-29 08:30,cosmetic_dentist,jane smith,True, 2024-10-29 09:00,cosmetic_dentist,jane smith,True, 2024-10-29 09:30,cosmetic_dentist,jane smith,True, 2024-10-29 10:00,cosmetic_dentist,jane smith,False,1000002 2024-10-29 10:30,cosmetic_dentist,jane smith,True, 2024-10-29 11:00,cosmetic_dentist,jane smith,True, 2024-10-29 11:30,cosmetic_dentist,jane smith,True, 2024-10-29 12:00,cosmetic_dentist,jane smith,True, 2024-10-29 12:30,cosmetic_dentist,jane smith,True, 2024-10-29 13:00,cosmetic_dentist,jane smith,True, 2024-10-29 13:30,cosmetic_dentist,jane smith,True, 2024-10-29 14:00,cosmetic_dentist,jane smith,True, 2024-10-29 14:30,cosmetic_dentist,jane smith,False,1000059 2024-10-29 15:00,cosmetic_dentist,jane smith,True, 2024-10-29 15:30,cosmetic_dentist,jane smith,False,1000003 2024-10-29 16:00,cosmetic_dentist,jane smith,True, 2024-10-29 16:30,cosmetic_dentist,jane smith,False,1000090 2024-10-30 08:00,cosmetic_dentist,jane smith,True, 2024-10-30 08:30,cosmetic_dentist,jane smith,True, 2024-10-30 09:00,cosmetic_dentist,jane smith,True, 2024-10-30 09:30,cosmetic_dentist,jane smith,True, 2024-10-30 10:00,cosmetic_dentist,jane smith,True, 2024-10-30 10:30,cosmetic_dentist,jane smith,True, 2024-10-30 11:00,cosmetic_dentist,jane smith,True, 2024-10-30 11:30,cosmetic_dentist,jane smith,False,1000071 2024-10-30 12:00,cosmetic_dentist,jane smith,False,1000015 2024-10-30 12:30,cosmetic_dentist,jane smith,True, 2024-10-30 13:00,cosmetic_dentist,jane smith,True, 2024-10-30 13:30,cosmetic_dentist,jane smith,False,1000009 2024-10-30 14:00,cosmetic_dentist,jane smith,False,1000001 2024-10-30 14:30,cosmetic_dentist,jane smith,True, 2024-10-30 15:00,cosmetic_dentist,jane smith,True, 2024-10-30 15:30,cosmetic_dentist,jane smith,True, 2024-10-30 16:00,cosmetic_dentist,jane smith,False,1000075 2024-10-30 16:30,cosmetic_dentist,jane smith,True, 2024-10-31 08:00,cosmetic_dentist,jane smith,True, 2024-10-31 08:30,cosmetic_dentist,jane smith,True, 2024-10-31 09:00,cosmetic_dentist,jane smith,True, 2024-10-31 09:30,cosmetic_dentist,jane smith,True, 2024-10-31 10:00,cosmetic_dentist,jane smith,True, 2024-10-31 10:30,cosmetic_dentist,jane smith,True, 2024-10-31 11:00,cosmetic_dentist,jane smith,True, 2024-10-31 11:30,cosmetic_dentist,jane smith,True, 2024-10-31 12:00,cosmetic_dentist,jane smith,True, 2024-10-31 12:30,cosmetic_dentist,jane smith,True, 2024-10-31 13:00,cosmetic_dentist,jane smith,False,1000046 2024-10-31 13:30,cosmetic_dentist,jane smith,True, 2024-10-31 14:00,cosmetic_dentist,jane smith,True, 2024-10-31 14:30,cosmetic_dentist,jane smith,False,1000083 2024-10-31 15:00,cosmetic_dentist,jane smith,False,1000098 2024-10-31 15:30,cosmetic_dentist,jane smith,True, 2024-10-31 16:00,cosmetic_dentist,jane smith,True, 2024-10-31 16:30,cosmetic_dentist,jane smith,True, 2024-11-01 08:00,cosmetic_dentist,jane smith,False,1000043 2024-11-01 08:30,cosmetic_dentist,jane smith,True, 2024-11-01 09:00,cosmetic_dentist,jane smith,True, 2024-11-01 09:30,cosmetic_dentist,jane smith,True, 2024-11-01 10:00,cosmetic_dentist,jane smith,True, 2024-11-01 10:30,cosmetic_dentist,jane smith,True, 2024-11-01 11:00,cosmetic_dentist,jane smith,True, 2024-11-01 11:30,cosmetic_dentist,jane smith,True, 2024-11-01 12:00,cosmetic_dentist,jane smith,True, 2024-11-01 12:30,cosmetic_dentist,jane smith,True, 2024-11-01 13:00,cosmetic_dentist,jane smith,True, 2024-11-01 13:30,cosmetic_dentist,jane smith,True, 2024-11-01 14:00,cosmetic_dentist,jane smith,True, 2024-11-01 14:30,cosmetic_dentist,jane smith,False,1000027 2024-11-01 15:00,cosmetic_dentist,jane smith,False,1000052 2024-11-01 15:30,cosmetic_dentist,jane smith,True, 2024-11-01 16:00,cosmetic_dentist,jane smith,False,1000021 2024-11-01 16:30,cosmetic_dentist,jane smith,True, 2024-11-02 09:00,cosmetic_dentist,jane smith,True, 2024-11-02 09:30,cosmetic_dentist,jane smith,True, 2024-11-02 10:00,cosmetic_dentist,jane smith,True, 2024-11-02 10:30,cosmetic_dentist,jane smith,True, 2024-11-02 11:00,cosmetic_dentist,jane smith,True, 2024-11-02 11:30,cosmetic_dentist,jane smith,True, 2024-11-02 12:00,cosmetic_dentist,jane smith,True, 2024-11-02 12:30,cosmetic_dentist,jane smith,False,1000012 2024-10-05 09:00,cosmetic_dentist,lisa brown,False,1000034 2024-10-05 09:30,cosmetic_dentist,lisa brown,False,1000044 2024-10-05 10:00,cosmetic_dentist,lisa brown,False,1000015 2024-10-05 10:30,cosmetic_dentist,lisa brown,False,1000080 2024-10-05 11:00,cosmetic_dentist,lisa brown,False,1000011 2024-10-05 11:30,cosmetic_dentist,lisa brown,False,1000019 2024-10-05 12:00,cosmetic_dentist,lisa brown,False,1000049 2024-10-05 12:30,cosmetic_dentist,lisa brown,False,1000047 2024-10-07 08:00,cosmetic_dentist,lisa brown,True, 2024-10-07 08:30,cosmetic_dentist,lisa brown,True, 2024-10-07 09:00,cosmetic_dentist,lisa brown,True, 2024-10-07 09:30,cosmetic_dentist,lisa brown,False,1000015 2024-10-07 10:00,cosmetic_dentist,lisa brown,True, 2024-10-07 10:30,cosmetic_dentist,lisa brown,False,1000057 2024-10-07 11:00,cosmetic_dentist,lisa brown,True, 2024-10-07 11:30,cosmetic_dentist,lisa brown,True, 2024-10-07 12:00,cosmetic_dentist,lisa brown,True, 2024-10-07 12:30,cosmetic_dentist,lisa brown,False,1000046 2024-10-07 13:00,cosmetic_dentist,lisa brown,True, 2024-10-07 13:30,cosmetic_dentist,lisa brown,True, 2024-10-07 14:00,cosmetic_dentist,lisa brown,False,1000010 2024-10-07 14:30,cosmetic_dentist,lisa brown,True, 2024-10-07 15:00,cosmetic_dentist,lisa brown,True, 2024-10-07 15:30,cosmetic_dentist,lisa brown,False,1000001 2024-10-07 16:00,cosmetic_dentist,lisa brown,True, 2024-10-07 16:30,cosmetic_dentist,lisa brown,True, 2024-10-08 08:00,cosmetic_dentist,lisa brown,True, 2024-10-08 08:30,cosmetic_dentist,lisa brown,True, 2024-10-08 09:00,cosmetic_dentist,lisa brown,False,1000016 2024-10-08 09:30,cosmetic_dentist,lisa brown,False,1000035 2024-10-08 10:00,cosmetic_dentist,lisa brown,True, 2024-10-08 10:30,cosmetic_dentist,lisa brown,True, 2024-10-08 11:00,cosmetic_dentist,lisa brown,True, 2024-10-08 11:30,cosmetic_dentist,lisa brown,True, 2024-10-08 12:00,cosmetic_dentist,lisa brown,True, 2024-10-08 12:30,cosmetic_dentist,lisa brown,False,1000056 2024-10-08 13:00,cosmetic_dentist,lisa brown,True, 2024-10-08 13:30,cosmetic_dentist,lisa brown,False,1000047 2024-10-08 14:00,cosmetic_dentist,lisa brown,True, 2024-10-08 14:30,cosmetic_dentist,lisa brown,False,1000024 2024-10-08 15:00,cosmetic_dentist,lisa brown,False,1000053 2024-10-08 15:30,cosmetic_dentist,lisa brown,True, 2024-10-08 16:00,cosmetic_dentist,lisa brown,False,1000009 2024-10-08 16:30,cosmetic_dentist,lisa brown,True, 2024-10-09 08:00,cosmetic_dentist,lisa brown,True, 2024-10-09 08:30,cosmetic_dentist,lisa brown,False,1000029 2024-10-09 09:00,cosmetic_dentist,lisa brown,True, 2024-10-09 09:30,cosmetic_dentist,lisa brown,True, 2024-10-09 10:00,cosmetic_dentist,lisa brown,True, 2024-10-09 10:30,cosmetic_dentist,lisa brown,True, 2024-10-09 11:00,cosmetic_dentist,lisa brown,True, 2024-10-09 11:30,cosmetic_dentist,lisa brown,True, 2024-10-09 12:00,cosmetic_dentist,lisa brown,True, 2024-10-09 12:30,cosmetic_dentist,lisa brown,True, 2024-10-09 13:00,cosmetic_dentist,lisa brown,True, 2024-10-09 13:30,cosmetic_dentist,lisa brown,True, 2024-10-09 14:00,cosmetic_dentist,lisa brown,False,1000016 2024-10-09 14:30,cosmetic_dentist,lisa brown,True, 2024-10-09 15:00,cosmetic_dentist,lisa brown,True, 2024-10-09 15:30,cosmetic_dentist,lisa brown,True, 2024-10-09 16:00,cosmetic_dentist,lisa brown,False,1000092 2024-10-09 16:30,cosmetic_dentist,lisa brown,True, 2024-10-10 08:00,cosmetic_dentist,lisa brown,False,1000031 2024-10-10 08:30,cosmetic_dentist,lisa brown,False,1000022 2024-10-10 09:00,cosmetic_dentist,lisa brown,False,1000061 2024-10-10 09:30,cosmetic_dentist,lisa brown,True, 2024-10-10 10:00,cosmetic_dentist,lisa brown,False,1000014 2024-10-10 10:30,cosmetic_dentist,lisa brown,False,1000019 2024-10-10 11:00,cosmetic_dentist,lisa brown,False,1000029 2024-10-10 11:30,cosmetic_dentist,lisa brown,True, 2024-10-10 12:00,cosmetic_dentist,lisa brown,True, 2024-10-10 12:30,cosmetic_dentist,lisa brown,True, 2024-10-10 13:00,cosmetic_dentist,lisa brown,True, 2024-10-10 13:30,cosmetic_dentist,lisa brown,True, 2024-10-10 14:00,cosmetic_dentist,lisa brown,False,1000047 2024-10-10 14:30,cosmetic_dentist,lisa brown,True, 2024-10-10 15:00,cosmetic_dentist,lisa brown,True, 2024-10-10 15:30,cosmetic_dentist,lisa brown,True, 2024-10-10 16:00,cosmetic_dentist,lisa brown,True, 2024-10-10 16:30,cosmetic_dentist,lisa brown,True, 2024-10-11 08:00,cosmetic_dentist,lisa brown,True, 2024-10-11 08:30,cosmetic_dentist,lisa brown,False,1000064 2024-10-11 09:00,cosmetic_dentist,lisa brown,True, 2024-10-11 09:30,cosmetic_dentist,lisa brown,False,1000100 2024-10-11 10:00,cosmetic_dentist,lisa brown,False,1000040 2024-10-11 10:30,cosmetic_dentist,lisa brown,True, 2024-10-11 11:00,cosmetic_dentist,lisa brown,True, 2024-10-11 11:30,cosmetic_dentist,lisa brown,True, 2024-10-11 12:00,cosmetic_dentist,lisa brown,True, 2024-10-11 12:30,cosmetic_dentist,lisa brown,False,1000020 2024-10-11 13:00,cosmetic_dentist,lisa brown,False,1000088 2024-10-11 13:30,cosmetic_dentist,lisa brown,False,1000068 2024-10-11 14:00,cosmetic_dentist,lisa brown,True, 2024-10-11 14:30,cosmetic_dentist,lisa brown,True, 2024-10-11 15:00,cosmetic_dentist,lisa brown,True, 2024-10-11 15:30,cosmetic_dentist,lisa brown,False,1000097 2024-10-11 16:00,cosmetic_dentist,lisa brown,True, 2024-10-11 16:30,cosmetic_dentist,lisa brown,True, 2024-10-12 09:00,cosmetic_dentist,lisa brown,True, 2024-10-12 09:30,cosmetic_dentist,lisa brown,False,1000035 2024-10-12 10:00,cosmetic_dentist,lisa brown,True, 2024-10-12 10:30,cosmetic_dentist,lisa brown,True, 2024-10-12 11:00,cosmetic_dentist,lisa brown,True, 2024-10-12 11:30,cosmetic_dentist,lisa brown,False,1000032 2024-10-12 12:00,cosmetic_dentist,lisa brown,True, 2024-10-12 12:30,cosmetic_dentist,lisa brown,True, 2024-10-14 08:00,cosmetic_dentist,lisa brown,True, 2024-10-14 08:30,cosmetic_dentist,lisa brown,True, 2024-10-14 09:00,cosmetic_dentist,lisa brown,True, 2024-10-14 09:30,cosmetic_dentist,lisa brown,False,1000077 2024-10-14 10:00,cosmetic_dentist,lisa brown,True, 2024-10-14 10:30,cosmetic_dentist,lisa brown,True, 2024-10-14 11:00,cosmetic_dentist,lisa brown,True, 2024-10-14 11:30,cosmetic_dentist,lisa brown,False,1000030 2024-10-14 12:00,cosmetic_dentist,lisa brown,True, 2024-10-14 12:30,cosmetic_dentist,lisa brown,False,1000082 2024-10-14 13:00,cosmetic_dentist,lisa brown,True, 2024-10-14 13:30,cosmetic_dentist,lisa brown,True, 2024-10-14 14:00,cosmetic_dentist,lisa brown,False,1000018 2024-10-14 14:30,cosmetic_dentist,lisa brown,True, 2024-10-14 15:00,cosmetic_dentist,lisa brown,False,1000007 2024-10-14 15:30,cosmetic_dentist,lisa brown,False,1000092 2024-10-14 16:00,cosmetic_dentist,lisa brown,False,1000067 2024-10-14 16:30,cosmetic_dentist,lisa brown,True, 2024-10-15 08:00,cosmetic_dentist,lisa brown,False,1000061 2024-10-15 08:30,cosmetic_dentist,lisa brown,True, 2024-10-15 09:00,cosmetic_dentist,lisa brown,True, 2024-10-15 09:30,cosmetic_dentist,lisa brown,True, 2024-10-15 10:00,cosmetic_dentist,lisa brown,False,1000034 2024-10-15 10:30,cosmetic_dentist,lisa brown,True, 2024-10-15 11:00,cosmetic_dentist,lisa brown,True, 2024-10-15 11:30,cosmetic_dentist,lisa brown,True, 2024-10-15 12:00,cosmetic_dentist,lisa brown,True, 2024-10-15 12:30,cosmetic_dentist,lisa brown,True, 2024-10-15 13:00,cosmetic_dentist,lisa brown,True, 2024-10-15 13:30,cosmetic_dentist,lisa brown,False,1000031 2024-10-15 14:00,cosmetic_dentist,lisa brown,True, 2024-10-15 14:30,cosmetic_dentist,lisa brown,True, 2024-10-15 15:00,cosmetic_dentist,lisa brown,True, 2024-10-15 15:30,cosmetic_dentist,lisa brown,True, 2024-10-15 16:00,cosmetic_dentist,lisa brown,False,1000062 2024-10-15 16:30,cosmetic_dentist,lisa brown,True, 2024-10-16 08:00,cosmetic_dentist,lisa brown,True, 2024-10-16 08:30,cosmetic_dentist,lisa brown,True, 2024-10-16 09:00,cosmetic_dentist,lisa brown,False,1000081 2024-10-16 09:30,cosmetic_dentist,lisa brown,True, 2024-10-16 10:00,cosmetic_dentist,lisa brown,True, 2024-10-16 10:30,cosmetic_dentist,lisa brown,False,1000052 2024-10-16 11:00,cosmetic_dentist,lisa brown,False,1000010 2024-10-16 11:30,cosmetic_dentist,lisa brown,True, 2024-10-16 12:00,cosmetic_dentist,lisa brown,False,1000014 2024-10-16 12:30,cosmetic_dentist,lisa brown,True, 2024-10-16 13:00,cosmetic_dentist,lisa brown,False,1000017 2024-10-16 13:30,cosmetic_dentist,lisa brown,True, 2024-10-16 14:00,cosmetic_dentist,lisa brown,False,1000007 2024-10-16 14:30,cosmetic_dentist,lisa brown,True, 2024-10-16 15:00,cosmetic_dentist,lisa brown,True, 2024-10-16 15:30,cosmetic_dentist,lisa brown,True, 2024-10-16 16:00,cosmetic_dentist,lisa brown,True, 2024-10-16 16:30,cosmetic_dentist,lisa brown,True, 2024-10-17 08:00,cosmetic_dentist,lisa brown,False,1000038 2024-10-17 08:30,cosmetic_dentist,lisa brown,True, 2024-10-17 09:00,cosmetic_dentist,lisa brown,True, 2024-10-17 09:30,cosmetic_dentist,lisa brown,False,1000032 2024-10-17 10:00,cosmetic_dentist,lisa brown,True, 2024-10-17 10:30,cosmetic_dentist,lisa brown,True, 2024-10-17 11:00,cosmetic_dentist,lisa brown,True, 2024-10-17 11:30,cosmetic_dentist,lisa brown,True, 2024-10-17 12:00,cosmetic_dentist,lisa brown,True, 2024-10-17 12:30,cosmetic_dentist,lisa brown,True, 2024-10-17 13:00,cosmetic_dentist,lisa brown,True, 2024-10-17 13:30,cosmetic_dentist,lisa brown,True, 2024-10-17 14:00,cosmetic_dentist,lisa brown,False,1000027 2024-10-17 14:30,cosmetic_dentist,lisa brown,False,1000041 2024-10-17 15:00,cosmetic_dentist,lisa brown,True, 2024-10-17 15:30,cosmetic_dentist,lisa brown,True, 2024-10-17 16:00,cosmetic_dentist,lisa brown,True, 2024-10-17 16:30,cosmetic_dentist,lisa brown,False,1000090 2024-10-18 08:00,cosmetic_dentist,lisa brown,True, 2024-10-18 08:30,cosmetic_dentist,lisa brown,False,1000100 2024-10-18 09:00,cosmetic_dentist,lisa brown,True, 2024-10-18 09:30,cosmetic_dentist,lisa brown,True, 2024-10-18 10:00,cosmetic_dentist,lisa brown,True, 2024-10-18 10:30,cosmetic_dentist,lisa brown,False,1000013 2024-10-18 11:00,cosmetic_dentist,lisa brown,True, 2024-10-18 11:30,cosmetic_dentist,lisa brown,False,1000056 2024-10-18 12:00,cosmetic_dentist,lisa brown,True, 2024-10-18 12:30,cosmetic_dentist,lisa brown,True, 2024-10-18 13:00,cosmetic_dentist,lisa brown,True, 2024-10-18 13:30,cosmetic_dentist,lisa brown,False,1000053 2024-10-18 14:00,cosmetic_dentist,lisa brown,True, 2024-10-18 14:30,cosmetic_dentist,lisa brown,True, 2024-10-18 15:00,cosmetic_dentist,lisa brown,False,1000011 2024-10-18 15:30,cosmetic_dentist,lisa brown,True, 2024-10-18 16:00,cosmetic_dentist,lisa brown,True, 2024-10-18 16:30,cosmetic_dentist,lisa brown,True, 2024-10-19 09:00,cosmetic_dentist,lisa brown,True, 2024-10-19 09:30,cosmetic_dentist,lisa brown,False,1000009 2024-10-19 10:00,cosmetic_dentist,lisa brown,False,1000066 2024-10-19 10:30,cosmetic_dentist,lisa brown,True, 2024-10-19 11:00,cosmetic_dentist,lisa brown,True, 2024-10-19 11:30,cosmetic_dentist,lisa brown,True, 2024-10-19 12:00,cosmetic_dentist,lisa brown,False,1000044 2024-10-19 12:30,cosmetic_dentist,lisa brown,True, 2024-10-21 08:00,cosmetic_dentist,lisa brown,True, 2024-10-21 08:30,cosmetic_dentist,lisa brown,False,1000038 2024-10-21 09:00,cosmetic_dentist,lisa brown,False,1000015 2024-10-21 09:30,cosmetic_dentist,lisa brown,True, 2024-10-21 10:00,cosmetic_dentist,lisa brown,True, 2024-10-21 10:30,cosmetic_dentist,lisa brown,True, 2024-10-21 11:00,cosmetic_dentist,lisa brown,True, 2024-10-21 11:30,cosmetic_dentist,lisa brown,False,1000088 2024-10-21 12:00,cosmetic_dentist,lisa brown,True, 2024-10-21 12:30,cosmetic_dentist,lisa brown,False,1000033 2024-10-21 13:00,cosmetic_dentist,lisa brown,True, 2024-10-21 13:30,cosmetic_dentist,lisa brown,True, 2024-10-21 14:00,cosmetic_dentist,lisa brown,True, 2024-10-21 14:30,cosmetic_dentist,lisa brown,True, 2024-10-21 15:00,cosmetic_dentist,lisa brown,True, 2024-10-21 15:30,cosmetic_dentist,lisa brown,True, 2024-10-21 16:00,cosmetic_dentist,lisa brown,True, 2024-10-21 16:30,cosmetic_dentist,lisa brown,False,1000067 2024-10-22 08:00,cosmetic_dentist,lisa brown,True, 2024-10-22 08:30,cosmetic_dentist,lisa brown,False,1000015 2024-10-22 09:00,cosmetic_dentist,lisa brown,True, 2024-10-22 09:30,cosmetic_dentist,lisa brown,True, 2024-10-22 10:00,cosmetic_dentist,lisa brown,True, 2024-10-22 10:30,cosmetic_dentist,lisa brown,True, 2024-10-22 11:00,cosmetic_dentist,lisa brown,True, 2024-10-22 11:30,cosmetic_dentist,lisa brown,True, 2024-10-22 12:00,cosmetic_dentist,lisa brown,True, 2024-10-22 12:30,cosmetic_dentist,lisa brown,True, 2024-10-22 13:00,cosmetic_dentist,lisa brown,True, 2024-10-22 13:30,cosmetic_dentist,lisa brown,True, 2024-10-22 14:00,cosmetic_dentist,lisa brown,True, 2024-10-22 14:30,cosmetic_dentist,lisa brown,False,1000060 2024-10-22 15:00,cosmetic_dentist,lisa brown,False,1000049 2024-10-22 15:30,cosmetic_dentist,lisa brown,True, 2024-10-22 16:00,cosmetic_dentist,lisa brown,True, 2024-10-22 16:30,cosmetic_dentist,lisa brown,False,1000048 2024-10-23 08:00,cosmetic_dentist,lisa brown,False,1000085 2024-10-23 08:30,cosmetic_dentist,lisa brown,True, 2024-10-23 09:00,cosmetic_dentist,lisa brown,True, 2024-10-23 09:30,cosmetic_dentist,lisa brown,True, 2024-10-23 10:00,cosmetic_dentist,lisa brown,True, 2024-10-23 10:30,cosmetic_dentist,lisa brown,False,1000013 2024-10-23 11:00,cosmetic_dentist,lisa brown,True, 2024-10-23 11:30,cosmetic_dentist,lisa brown,False,1000029 2024-10-23 12:00,cosmetic_dentist,lisa brown,True, 2024-10-23 12:30,cosmetic_dentist,lisa brown,True, 2024-10-23 13:00,cosmetic_dentist,lisa brown,True, 2024-10-23 13:30,cosmetic_dentist,lisa brown,True, 2024-10-23 14:00,cosmetic_dentist,lisa brown,False,1000100 2024-10-23 14:30,cosmetic_dentist,lisa brown,True, 2024-10-23 15:00,cosmetic_dentist,lisa brown,True, 2024-10-23 15:30,cosmetic_dentist,lisa brown,True, 2024-10-23 16:00,cosmetic_dentist,lisa brown,True, 2024-10-23 16:30,cosmetic_dentist,lisa brown,True, 2024-10-24 08:00,cosmetic_dentist,lisa brown,True, 2024-10-24 08:30,cosmetic_dentist,lisa brown,True, 2024-10-24 09:00,cosmetic_dentist,lisa brown,True, 2024-10-24 09:30,cosmetic_dentist,lisa brown,True, 2024-10-24 10:00,cosmetic_dentist,lisa brown,True, 2024-10-24 10:30,cosmetic_dentist,lisa brown,False,1000071 2024-10-24 11:00,cosmetic_dentist,lisa brown,True, 2024-10-24 11:30,cosmetic_dentist,lisa brown,True, 2024-10-24 12:00,cosmetic_dentist,lisa brown,False,1000048 2024-10-24 12:30,cosmetic_dentist,lisa brown,True, 2024-10-24 13:00,cosmetic_dentist,lisa brown,True, 2024-10-24 13:30,cosmetic_dentist,lisa brown,False,1000042 2024-10-24 14:00,cosmetic_dentist,lisa brown,True, 2024-10-24 14:30,cosmetic_dentist,lisa brown,True, 2024-10-24 15:00,cosmetic_dentist,lisa brown,True, 2024-10-24 15:30,cosmetic_dentist,lisa brown,False,1000053 2024-10-24 16:00,cosmetic_dentist,lisa brown,True, 2024-10-24 16:30,cosmetic_dentist,lisa brown,False,1000097 2024-10-25 08:00,cosmetic_dentist,lisa brown,True, 2024-10-25 08:30,cosmetic_dentist,lisa brown,True, 2024-10-25 09:00,cosmetic_dentist,lisa brown,True, 2024-10-25 09:30,cosmetic_dentist,lisa brown,True, 2024-10-25 10:00,cosmetic_dentist,lisa brown,True, 2024-10-25 10:30,cosmetic_dentist,lisa brown,True, 2024-10-25 11:00,cosmetic_dentist,lisa brown,True, 2024-10-25 11:30,cosmetic_dentist,lisa brown,False,1000025 2024-10-25 12:00,cosmetic_dentist,lisa brown,False,1000008 2024-10-25 12:30,cosmetic_dentist,lisa brown,True, 2024-10-25 13:00,cosmetic_dentist,lisa brown,True, 2024-10-25 13:30,cosmetic_dentist,lisa brown,True, 2024-10-25 14:00,cosmetic_dentist,lisa brown,True, 2024-10-25 14:30,cosmetic_dentist,lisa brown,True, 2024-10-25 15:00,cosmetic_dentist,lisa brown,True, 2024-10-25 15:30,cosmetic_dentist,lisa brown,True, 2024-10-25 16:00,cosmetic_dentist,lisa brown,False,1000071 2024-10-25 16:30,cosmetic_dentist,lisa brown,True, 2024-10-26 09:00,cosmetic_dentist,lisa brown,True, 2024-10-26 09:30,cosmetic_dentist,lisa brown,True, 2024-10-26 10:00,cosmetic_dentist,lisa brown,False,1000046 2024-10-26 10:30,cosmetic_dentist,lisa brown,True, 2024-10-26 11:00,cosmetic_dentist,lisa brown,True, 2024-10-26 11:30,cosmetic_dentist,lisa brown,True, 2024-10-26 12:00,cosmetic_dentist,lisa brown,False,1000040 2024-10-26 12:30,cosmetic_dentist,lisa brown,True, 2024-10-28 08:00,cosmetic_dentist,lisa brown,True, 2024-10-28 08:30,cosmetic_dentist,lisa brown,False,1000023 2024-10-28 09:00,cosmetic_dentist,lisa brown,True, 2024-10-28 09:30,cosmetic_dentist,lisa brown,True, 2024-10-28 10:00,cosmetic_dentist,lisa brown,False,1000048 2024-10-28 10:30,cosmetic_dentist,lisa brown,False,1000005 2024-10-28 11:00,cosmetic_dentist,lisa brown,True, 2024-10-28 11:30,cosmetic_dentist,lisa brown,True, 2024-10-28 12:00,cosmetic_dentist,lisa brown,True, 2024-10-28 12:30,cosmetic_dentist,lisa brown,False,1000045 2024-10-28 13:00,cosmetic_dentist,lisa brown,False,1000085 2024-10-28 13:30,cosmetic_dentist,lisa brown,True, 2024-10-28 14:00,cosmetic_dentist,lisa brown,True, 2024-10-28 14:30,cosmetic_dentist,lisa brown,True, 2024-10-28 15:00,cosmetic_dentist,lisa brown,False,1000033 2024-10-28 15:30,cosmetic_dentist,lisa brown,True, 2024-10-28 16:00,cosmetic_dentist,lisa brown,False,1000015 2024-10-28 16:30,cosmetic_dentist,lisa brown,True, 2024-10-29 08:00,cosmetic_dentist,lisa brown,True, 2024-10-29 08:30,cosmetic_dentist,lisa brown,True, 2024-10-29 09:00,cosmetic_dentist,lisa brown,True, 2024-10-29 09:30,cosmetic_dentist,lisa brown,True, 2024-10-29 10:00,cosmetic_dentist,lisa brown,True, 2024-10-29 10:30,cosmetic_dentist,lisa brown,False,1000088 2024-10-29 11:00,cosmetic_dentist,lisa brown,True, 2024-10-29 11:30,cosmetic_dentist,lisa brown,True, 2024-10-29 12:00,cosmetic_dentist,lisa brown,False,1000046 2024-10-29 12:30,cosmetic_dentist,lisa brown,False,1000057 2024-10-29 13:00,cosmetic_dentist,lisa brown,True, 2024-10-29 13:30,cosmetic_dentist,lisa brown,True, 2024-10-29 14:00,cosmetic_dentist,lisa brown,False,1000049 2024-10-29 14:30,cosmetic_dentist,lisa brown,False,1000036 2024-10-29 15:00,cosmetic_dentist,lisa brown,True, 2024-10-29 15:30,cosmetic_dentist,lisa brown,False,1000041 2024-10-29 16:00,cosmetic_dentist,lisa brown,True, 2024-10-29 16:30,cosmetic_dentist,lisa brown,True, 2024-10-30 08:00,cosmetic_dentist,lisa brown,True, 2024-10-30 08:30,cosmetic_dentist,lisa brown,False,1000059 2024-10-30 09:00,cosmetic_dentist,lisa brown,False,1000032 2024-10-30 09:30,cosmetic_dentist,lisa brown,False,1000032 2024-10-30 10:00,cosmetic_dentist,lisa brown,True, 2024-10-30 10:30,cosmetic_dentist,lisa brown,True, 2024-10-30 11:00,cosmetic_dentist,lisa brown,False,1000069 2024-10-30 11:30,cosmetic_dentist,lisa brown,False,1000021 2024-10-30 12:00,cosmetic_dentist,lisa brown,True, 2024-10-30 12:30,cosmetic_dentist,lisa brown,True, 2024-10-30 13:00,cosmetic_dentist,lisa brown,False,1000049 2024-10-30 13:30,cosmetic_dentist,lisa brown,True, 2024-10-30 14:00,cosmetic_dentist,lisa brown,True, 2024-10-30 14:30,cosmetic_dentist,lisa brown,False,1000061 2024-10-30 15:00,cosmetic_dentist,lisa brown,True, 2024-10-30 15:30,cosmetic_dentist,lisa brown,True, 2024-10-30 16:00,cosmetic_dentist,lisa brown,True, 2024-10-30 16:30,cosmetic_dentist,lisa brown,True, 2024-10-31 08:00,cosmetic_dentist,lisa brown,True, 2024-10-31 08:30,cosmetic_dentist,lisa brown,True, 2024-10-31 09:00,cosmetic_dentist,lisa brown,True, 2024-10-31 09:30,cosmetic_dentist,lisa brown,True, 2024-10-31 10:00,cosmetic_dentist,lisa brown,True, 2024-10-31 10:30,cosmetic_dentist,lisa brown,False,1000092 2024-10-31 11:00,cosmetic_dentist,lisa brown,False,1000045 2024-10-31 11:30,cosmetic_dentist,lisa brown,True, 2024-10-31 12:00,cosmetic_dentist,lisa brown,False,1000005 2024-10-31 12:30,cosmetic_dentist,lisa brown,True, 2024-10-31 13:00,cosmetic_dentist,lisa brown,True, 2024-10-31 13:30,cosmetic_dentist,lisa brown,False,1000021 2024-10-31 14:00,cosmetic_dentist,lisa brown,True, 2024-10-31 14:30,cosmetic_dentist,lisa brown,False,1000042 2024-10-31 15:00,cosmetic_dentist,lisa brown,False,1000012 2024-10-31 15:30,cosmetic_dentist,lisa brown,True, 2024-10-31 16:00,cosmetic_dentist,lisa brown,True, 2024-10-31 16:30,cosmetic_dentist,lisa brown,False,1000080 2024-11-01 08:00,cosmetic_dentist,lisa brown,True, 2024-11-01 08:30,cosmetic_dentist,lisa brown,True, 2024-11-01 09:00,cosmetic_dentist,lisa brown,False,1000029 2024-11-01 09:30,cosmetic_dentist,lisa brown,True, 2024-11-01 10:00,cosmetic_dentist,lisa brown,True, 2024-11-01 10:30,cosmetic_dentist,lisa brown,False,1000039 2024-11-01 11:00,cosmetic_dentist,lisa brown,True, 2024-11-01 11:30,cosmetic_dentist,lisa brown,False,1000050 2024-11-01 12:00,cosmetic_dentist,lisa brown,True, 2024-11-01 12:30,cosmetic_dentist,lisa brown,True, 2024-11-01 13:00,cosmetic_dentist,lisa brown,True, 2024-11-01 13:30,cosmetic_dentist,lisa brown,False,1000089 2024-11-01 14:00,cosmetic_dentist,lisa brown,True, 2024-11-01 14:30,cosmetic_dentist,lisa brown,False,1000045 2024-11-01 15:00,cosmetic_dentist,lisa brown,True, 2024-11-01 15:30,cosmetic_dentist,lisa brown,False,1000038 2024-11-01 16:00,cosmetic_dentist,lisa brown,True, 2024-11-01 16:30,cosmetic_dentist,lisa brown,True, 2024-11-02 09:00,cosmetic_dentist,lisa brown,True, 2024-11-02 09:30,cosmetic_dentist,lisa brown,False,1000043 2024-11-02 10:00,cosmetic_dentist,lisa brown,True, 2024-11-02 10:30,cosmetic_dentist,lisa brown,True, 2024-11-02 11:00,cosmetic_dentist,lisa brown,True, 2024-11-02 11:30,cosmetic_dentist,lisa brown,True, 2024-11-02 12:00,cosmetic_dentist,lisa brown,True, 2024-11-02 12:30,cosmetic_dentist,lisa brown,False,1000088 2024-10-05 09:00,prosthodontist,michael green,False,1000096 2024-10-05 09:30,prosthodontist,michael green,False,1000086 2024-10-05 10:00,prosthodontist,michael green,False,1000060 2024-10-05 10:30,prosthodontist,michael green,False,1000041 2024-10-05 11:00,prosthodontist,michael green,False,1000066 2024-10-05 11:30,prosthodontist,michael green,False,1000033 2024-10-05 12:00,prosthodontist,michael green,False,1000068 2024-10-05 12:30,prosthodontist,michael green,False,1000065 2024-10-07 08:00,prosthodontist,michael green,True, 2024-10-07 08:30,prosthodontist,michael green,True, 2024-10-07 09:00,prosthodontist,michael green,True, 2024-10-07 09:30,prosthodontist,michael green,True, 2024-10-07 10:00,prosthodontist,michael green,True, 2024-10-07 10:30,prosthodontist,michael green,True, 2024-10-07 11:00,prosthodontist,michael green,False,1000065 2024-10-07 11:30,prosthodontist,michael green,True, 2024-10-07 12:00,prosthodontist,michael green,True, 2024-10-07 12:30,prosthodontist,michael green,True, 2024-10-07 13:00,prosthodontist,michael green,False,1000066 2024-10-07 13:30,prosthodontist,michael green,True, 2024-10-07 14:00,prosthodontist,michael green,True, 2024-10-07 14:30,prosthodontist,michael green,False,1000080 2024-10-07 15:00,prosthodontist,michael green,True, 2024-10-07 15:30,prosthodontist,michael green,False,1000023 2024-10-07 16:00,prosthodontist,michael green,True, 2024-10-07 16:30,prosthodontist,michael green,False,1000018 2024-10-08 08:00,prosthodontist,michael green,False,1000077 2024-10-08 08:30,prosthodontist,michael green,True, 2024-10-08 09:00,prosthodontist,michael green,True, 2024-10-08 09:30,prosthodontist,michael green,True, 2024-10-08 10:00,prosthodontist,michael green,True, 2024-10-08 10:30,prosthodontist,michael green,False,1000045 2024-10-08 11:00,prosthodontist,michael green,True, 2024-10-08 11:30,prosthodontist,michael green,True, 2024-10-08 12:00,prosthodontist,michael green,True, 2024-10-08 12:30,prosthodontist,michael green,True, 2024-10-08 13:00,prosthodontist,michael green,True, 2024-10-08 13:30,prosthodontist,michael green,False,1000012 2024-10-08 14:00,prosthodontist,michael green,True, 2024-10-08 14:30,prosthodontist,michael green,False,1000002 2024-10-08 15:00,prosthodontist,michael green,True, 2024-10-08 15:30,prosthodontist,michael green,True, 2024-10-08 16:00,prosthodontist,michael green,True, 2024-10-08 16:30,prosthodontist,michael green,False,1000069 2024-10-09 08:00,prosthodontist,michael green,True, 2024-10-09 08:30,prosthodontist,michael green,True, 2024-10-09 09:00,prosthodontist,michael green,True, 2024-10-09 09:30,prosthodontist,michael green,True, 2024-10-09 10:00,prosthodontist,michael green,False,1000032 2024-10-09 10:30,prosthodontist,michael green,True, 2024-10-09 11:00,prosthodontist,michael green,True, 2024-10-09 11:30,prosthodontist,michael green,True, 2024-10-09 12:00,prosthodontist,michael green,False,1000089 2024-10-09 12:30,prosthodontist,michael green,True, 2024-10-09 13:00,prosthodontist,michael green,False,1000034 2024-10-09 13:30,prosthodontist,michael green,False,1000029 2024-10-09 14:00,prosthodontist,michael green,True, 2024-10-09 14:30,prosthodontist,michael green,True, 2024-10-09 15:00,prosthodontist,michael green,True, 2024-10-09 15:30,prosthodontist,michael green,True, 2024-10-09 16:00,prosthodontist,michael green,True, 2024-10-09 16:30,prosthodontist,michael green,True, 2024-10-10 08:00,prosthodontist,michael green,False,1000057 2024-10-10 08:30,prosthodontist,michael green,True, 2024-10-10 09:00,prosthodontist,michael green,False,1000066 2024-10-10 09:30,prosthodontist,michael green,True, 2024-10-10 10:00,prosthodontist,michael green,False,1000012 2024-10-10 10:30,prosthodontist,michael green,True, 2024-10-10 11:00,prosthodontist,michael green,True, 2024-10-10 11:30,prosthodontist,michael green,False,1000070 2024-10-10 12:00,prosthodontist,michael green,True, 2024-10-10 12:30,prosthodontist,michael green,True, 2024-10-10 13:00,prosthodontist,michael green,True, 2024-10-10 13:30,prosthodontist,michael green,True, 2024-10-10 14:00,prosthodontist,michael green,True, 2024-10-10 14:30,prosthodontist,michael green,True, 2024-10-10 15:00,prosthodontist,michael green,False,1000003 2024-10-10 15:30,prosthodontist,michael green,True, 2024-10-10 16:00,prosthodontist,michael green,False,1000080 2024-10-10 16:30,prosthodontist,michael green,True, 2024-10-11 08:00,prosthodontist,michael green,True, 2024-10-11 08:30,prosthodontist,michael green,False,1000090 2024-10-11 09:00,prosthodontist,michael green,True, 2024-10-11 09:30,prosthodontist,michael green,True, 2024-10-11 10:00,prosthodontist,michael green,True, 2024-10-11 10:30,prosthodontist,michael green,False,1000051 2024-10-11 11:00,prosthodontist,michael green,True, 2024-10-11 11:30,prosthodontist,michael green,False,1000059 2024-10-11 12:00,prosthodontist,michael green,False,1000018 2024-10-11 12:30,prosthodontist,michael green,True, 2024-10-11 13:00,prosthodontist,michael green,True, 2024-10-11 13:30,prosthodontist,michael green,True, 2024-10-11 14:00,prosthodontist,michael green,True, 2024-10-11 14:30,prosthodontist,michael green,False,1000073 2024-10-11 15:00,prosthodontist,michael green,True, 2024-10-11 15:30,prosthodontist,michael green,False,1000031 2024-10-11 16:00,prosthodontist,michael green,True, 2024-10-11 16:30,prosthodontist,michael green,True, 2024-10-12 09:00,prosthodontist,michael green,True, 2024-10-12 09:30,prosthodontist,michael green,True, 2024-10-12 10:00,prosthodontist,michael green,True, 2024-10-12 10:30,prosthodontist,michael green,False,1000039 2024-10-12 11:00,prosthodontist,michael green,True, 2024-10-12 11:30,prosthodontist,michael green,False,1000061 2024-10-12 12:00,prosthodontist,michael green,True, 2024-10-12 12:30,prosthodontist,michael green,True, 2024-10-14 08:00,prosthodontist,michael green,True, 2024-10-14 08:30,prosthodontist,michael green,True, 2024-10-14 09:00,prosthodontist,michael green,True, 2024-10-14 09:30,prosthodontist,michael green,True, 2024-10-14 10:00,prosthodontist,michael green,True, 2024-10-14 10:30,prosthodontist,michael green,True, 2024-10-14 11:00,prosthodontist,michael green,False,1000068 2024-10-14 11:30,prosthodontist,michael green,True, 2024-10-14 12:00,prosthodontist,michael green,True, 2024-10-14 12:30,prosthodontist,michael green,True, 2024-10-14 13:00,prosthodontist,michael green,True, 2024-10-14 13:30,prosthodontist,michael green,False,1000100 2024-10-14 14:00,prosthodontist,michael green,True, 2024-10-14 14:30,prosthodontist,michael green,True, 2024-10-14 15:00,prosthodontist,michael green,True, 2024-10-14 15:30,prosthodontist,michael green,True, 2024-10-14 16:00,prosthodontist,michael green,False,1000020 2024-10-14 16:30,prosthodontist,michael green,True, 2024-10-15 08:00,prosthodontist,michael green,True, 2024-10-15 08:30,prosthodontist,michael green,False,1000057 2024-10-15 09:00,prosthodontist,michael green,True, 2024-10-15 09:30,prosthodontist,michael green,True, 2024-10-15 10:00,prosthodontist,michael green,True, 2024-10-15 10:30,prosthodontist,michael green,True, 2024-10-15 11:00,prosthodontist,michael green,False,1000034 2024-10-15 11:30,prosthodontist,michael green,True, 2024-10-15 12:00,prosthodontist,michael green,True, 2024-10-15 12:30,prosthodontist,michael green,False,1000033 2024-10-15 13:00,prosthodontist,michael green,True, 2024-10-15 13:30,prosthodontist,michael green,True, 2024-10-15 14:00,prosthodontist,michael green,True, 2024-10-15 14:30,prosthodontist,michael green,True, 2024-10-15 15:00,prosthodontist,michael green,True, 2024-10-15 15:30,prosthodontist,michael green,True, 2024-10-15 16:00,prosthodontist,michael green,True, 2024-10-15 16:30,prosthodontist,michael green,False,1000041 2024-10-16 08:00,prosthodontist,michael green,False,1000053 2024-10-16 08:30,prosthodontist,michael green,True, 2024-10-16 09:00,prosthodontist,michael green,True, 2024-10-16 09:30,prosthodontist,michael green,True, 2024-10-16 10:00,prosthodontist,michael green,True, 2024-10-16 10:30,prosthodontist,michael green,False,1000072 2024-10-16 11:00,prosthodontist,michael green,True, 2024-10-16 11:30,prosthodontist,michael green,False,1000034 2024-10-16 12:00,prosthodontist,michael green,True, 2024-10-16 12:30,prosthodontist,michael green,True, 2024-10-16 13:00,prosthodontist,michael green,True, 2024-10-16 13:30,prosthodontist,michael green,False,1000004 2024-10-16 14:00,prosthodontist,michael green,True, 2024-10-16 14:30,prosthodontist,michael green,True, 2024-10-16 15:00,prosthodontist,michael green,True, 2024-10-16 15:30,prosthodontist,michael green,False,1000009 2024-10-16 16:00,prosthodontist,michael green,True, 2024-10-16 16:30,prosthodontist,michael green,True, 2024-10-17 08:00,prosthodontist,michael green,True, 2024-10-17 08:30,prosthodontist,michael green,False,1000052 2024-10-17 09:00,prosthodontist,michael green,True, 2024-10-17 09:30,prosthodontist,michael green,True, 2024-10-17 10:00,prosthodontist,michael green,True, 2024-10-17 10:30,prosthodontist,michael green,True, 2024-10-17 11:00,prosthodontist,michael green,True, 2024-10-17 11:30,prosthodontist,michael green,True, 2024-10-17 12:00,prosthodontist,michael green,False,1000072 2024-10-17 12:30,prosthodontist,michael green,True, 2024-10-17 13:00,prosthodontist,michael green,True, 2024-10-17 13:30,prosthodontist,michael green,True, 2024-10-17 14:00,prosthodontist,michael green,False,1000064 2024-10-17 14:30,prosthodontist,michael green,True, 2024-10-17 15:00,prosthodontist,michael green,False,1000009 2024-10-17 15:30,prosthodontist,michael green,True, 2024-10-17 16:00,prosthodontist,michael green,False,1000013 2024-10-17 16:30,prosthodontist,michael green,True, 2024-10-18 08:00,prosthodontist,michael green,True, 2024-10-18 08:30,prosthodontist,michael green,True, 2024-10-18 09:00,prosthodontist,michael green,True, 2024-10-18 09:30,prosthodontist,michael green,False,1000003 2024-10-18 10:00,prosthodontist,michael green,False,1000086 2024-10-18 10:30,prosthodontist,michael green,False,1000039 2024-10-18 11:00,prosthodontist,michael green,True, 2024-10-18 11:30,prosthodontist,michael green,True, 2024-10-18 12:00,prosthodontist,michael green,True, 2024-10-18 12:30,prosthodontist,michael green,True, 2024-10-18 13:00,prosthodontist,michael green,True, 2024-10-18 13:30,prosthodontist,michael green,True, 2024-10-18 14:00,prosthodontist,michael green,True, 2024-10-18 14:30,prosthodontist,michael green,False,1000061 2024-10-18 15:00,prosthodontist,michael green,True, 2024-10-18 15:30,prosthodontist,michael green,True, 2024-10-18 16:00,prosthodontist,michael green,True, 2024-10-18 16:30,prosthodontist,michael green,False,1000073 2024-10-19 09:00,prosthodontist,michael green,False,1000018 2024-10-19 09:30,prosthodontist,michael green,False,1000013 2024-10-19 10:00,prosthodontist,michael green,True, 2024-10-19 10:30,prosthodontist,michael green,True, 2024-10-19 11:00,prosthodontist,michael green,False,1000060 2024-10-19 11:30,prosthodontist,michael green,True, 2024-10-19 12:00,prosthodontist,michael green,True, 2024-10-19 12:30,prosthodontist,michael green,True, 2024-10-21 08:00,prosthodontist,michael green,True, 2024-10-21 08:30,prosthodontist,michael green,True, 2024-10-21 09:00,prosthodontist,michael green,False,1000025 2024-10-21 09:30,prosthodontist,michael green,True, 2024-10-21 10:00,prosthodontist,michael green,True, 2024-10-21 10:30,prosthodontist,michael green,True, 2024-10-21 11:00,prosthodontist,michael green,True, 2024-10-21 11:30,prosthodontist,michael green,True, 2024-10-21 12:00,prosthodontist,michael green,True, 2024-10-21 12:30,prosthodontist,michael green,False,1000048 2024-10-21 13:00,prosthodontist,michael green,False,1000071 2024-10-21 13:30,prosthodontist,michael green,True, 2024-10-21 14:00,prosthodontist,michael green,True, 2024-10-21 14:30,prosthodontist,michael green,True, 2024-10-21 15:00,prosthodontist,michael green,True, 2024-10-21 15:30,prosthodontist,michael green,False,1000030 2024-10-21 16:00,prosthodontist,michael green,False,1000059 2024-10-21 16:30,prosthodontist,michael green,False,1000042 2024-10-22 08:00,prosthodontist,michael green,True, 2024-10-22 08:30,prosthodontist,michael green,False,1000004 2024-10-22 09:00,prosthodontist,michael green,True, 2024-10-22 09:30,prosthodontist,michael green,False,1000028 2024-10-22 10:00,prosthodontist,michael green,False,1000035 2024-10-22 10:30,prosthodontist,michael green,True, 2024-10-22 11:00,prosthodontist,michael green,True, 2024-10-22 11:30,prosthodontist,michael green,True, 2024-10-22 12:00,prosthodontist,michael green,False,1000032 2024-10-22 12:30,prosthodontist,michael green,False,1000011 2024-10-22 13:00,prosthodontist,michael green,False,1000032 2024-10-22 13:30,prosthodontist,michael green,True, 2024-10-22 14:00,prosthodontist,michael green,False,1000067 2024-10-22 14:30,prosthodontist,michael green,True, 2024-10-22 15:00,prosthodontist,michael green,False,1000037 2024-10-22 15:30,prosthodontist,michael green,True, 2024-10-22 16:00,prosthodontist,michael green,True, 2024-10-22 16:30,prosthodontist,michael green,True, 2024-10-23 08:00,prosthodontist,michael green,True, 2024-10-23 08:30,prosthodontist,michael green,True, 2024-10-23 09:00,prosthodontist,michael green,True, 2024-10-23 09:30,prosthodontist,michael green,True, 2024-10-23 10:00,prosthodontist,michael green,True, 2024-10-23 10:30,prosthodontist,michael green,False,1000063 2024-10-23 11:00,prosthodontist,michael green,True, 2024-10-23 11:30,prosthodontist,michael green,True, 2024-10-23 12:00,prosthodontist,michael green,True, 2024-10-23 12:30,prosthodontist,michael green,False,1000042 2024-10-23 13:00,prosthodontist,michael green,True, 2024-10-23 13:30,prosthodontist,michael green,False,1000050 2024-10-23 14:00,prosthodontist,michael green,True, 2024-10-23 14:30,prosthodontist,michael green,False,1000080 2024-10-23 15:00,prosthodontist,michael green,False,1000039 2024-10-23 15:30,prosthodontist,michael green,True, 2024-10-23 16:00,prosthodontist,michael green,True, 2024-10-23 16:30,prosthodontist,michael green,False,1000086 2024-10-24 08:00,prosthodontist,michael green,True, 2024-10-24 08:30,prosthodontist,michael green,True, 2024-10-24 09:00,prosthodontist,michael green,True, 2024-10-24 09:30,prosthodontist,michael green,True, 2024-10-24 10:00,prosthodontist,michael green,True, 2024-10-24 10:30,prosthodontist,michael green,True, 2024-10-24 11:00,prosthodontist,michael green,True, 2024-10-24 11:30,prosthodontist,michael green,True, 2024-10-24 12:00,prosthodontist,michael green,False,1000085 2024-10-24 12:30,prosthodontist,michael green,False,1000025 2024-10-24 13:00,prosthodontist,michael green,True, 2024-10-24 13:30,prosthodontist,michael green,True, 2024-10-24 14:00,prosthodontist,michael green,True, 2024-10-24 14:30,prosthodontist,michael green,False,1000091 2024-10-24 15:00,prosthodontist,michael green,True, 2024-10-24 15:30,prosthodontist,michael green,True, 2024-10-24 16:00,prosthodontist,michael green,False,1000072 2024-10-24 16:30,prosthodontist,michael green,False,1000085 2024-10-25 08:00,prosthodontist,michael green,True, 2024-10-25 08:30,prosthodontist,michael green,True, 2024-10-25 09:00,prosthodontist,michael green,True, 2024-10-25 09:30,prosthodontist,michael green,False,1000067 2024-10-25 10:00,prosthodontist,michael green,False,1000016 2024-10-25 10:30,prosthodontist,michael green,False,1000075 2024-10-25 11:00,prosthodontist,michael green,True, 2024-10-25 11:30,prosthodontist,michael green,True, 2024-10-25 12:00,prosthodontist,michael green,False,1000025 2024-10-25 12:30,prosthodontist,michael green,True, 2024-10-25 13:00,prosthodontist,michael green,True, 2024-10-25 13:30,prosthodontist,michael green,False,1000042 2024-10-25 14:00,prosthodontist,michael green,False,1000023 2024-10-25 14:30,prosthodontist,michael green,True, 2024-10-25 15:00,prosthodontist,michael green,True, 2024-10-25 15:30,prosthodontist,michael green,False,1000061 2024-10-25 16:00,prosthodontist,michael green,True, 2024-10-25 16:30,prosthodontist,michael green,True, 2024-10-26 09:00,prosthodontist,michael green,True, 2024-10-26 09:30,prosthodontist,michael green,True, 2024-10-26 10:00,prosthodontist,michael green,True, 2024-10-26 10:30,prosthodontist,michael green,False,1000019 2024-10-26 11:00,prosthodontist,michael green,True, 2024-10-26 11:30,prosthodontist,michael green,True, 2024-10-26 12:00,prosthodontist,michael green,True, 2024-10-26 12:30,prosthodontist,michael green,True, 2024-10-28 08:00,prosthodontist,michael green,False,1000014 2024-10-28 08:30,prosthodontist,michael green,True, 2024-10-28 09:00,prosthodontist,michael green,False,1000024 2024-10-28 09:30,prosthodontist,michael green,True, 2024-10-28 10:00,prosthodontist,michael green,True, 2024-10-28 10:30,prosthodontist,michael green,True, 2024-10-28 11:00,prosthodontist,michael green,False,1000001 2024-10-28 11:30,prosthodontist,michael green,True, 2024-10-28 12:00,prosthodontist,michael green,True, 2024-10-28 12:30,prosthodontist,michael green,False,1000071 2024-10-28 13:00,prosthodontist,michael green,True, 2024-10-28 13:30,prosthodontist,michael green,False,1000090 2024-10-28 14:00,prosthodontist,michael green,True, 2024-10-28 14:30,prosthodontist,michael green,False,1000075 2024-10-28 15:00,prosthodontist,michael green,False,1000018 2024-10-28 15:30,prosthodontist,michael green,True, 2024-10-28 16:00,prosthodontist,michael green,True, 2024-10-28 16:30,prosthodontist,michael green,True, 2024-10-29 08:00,prosthodontist,michael green,True, 2024-10-29 08:30,prosthodontist,michael green,True, 2024-10-29 09:00,prosthodontist,michael green,True, 2024-10-29 09:30,prosthodontist,michael green,True, 2024-10-29 10:00,prosthodontist,michael green,True, 2024-10-29 10:30,prosthodontist,michael green,True, 2024-10-29 11:00,prosthodontist,michael green,False,1000088 2024-10-29 11:30,prosthodontist,michael green,True, 2024-10-29 12:00,prosthodontist,michael green,True, 2024-10-29 12:30,prosthodontist,michael green,True, 2024-10-29 13:00,prosthodontist,michael green,True, 2024-10-29 13:30,prosthodontist,michael green,True, 2024-10-29 14:00,prosthodontist,michael green,False,1000025 2024-10-29 14:30,prosthodontist,michael green,True, 2024-10-29 15:00,prosthodontist,michael green,True, 2024-10-29 15:30,prosthodontist,michael green,False,1000026 2024-10-29 16:00,prosthodontist,michael green,False,1000054 2024-10-29 16:30,prosthodontist,michael green,True, 2024-10-30 08:00,prosthodontist,michael green,True, 2024-10-30 08:30,prosthodontist,michael green,True, 2024-10-30 09:00,prosthodontist,michael green,True, 2024-10-30 09:30,prosthodontist,michael green,True, 2024-10-30 10:00,prosthodontist,michael green,False,1000057 2024-10-30 10:30,prosthodontist,michael green,True, 2024-10-30 11:00,prosthodontist,michael green,True, 2024-10-30 11:30,prosthodontist,michael green,True, 2024-10-30 12:00,prosthodontist,michael green,True, 2024-10-30 12:30,prosthodontist,michael green,True, 2024-10-30 13:00,prosthodontist,michael green,True, 2024-10-30 13:30,prosthodontist,michael green,True, 2024-10-30 14:00,prosthodontist,michael green,True, 2024-10-30 14:30,prosthodontist,michael green,True, 2024-10-30 15:00,prosthodontist,michael green,True, 2024-10-30 15:30,prosthodontist,michael green,True, 2024-10-30 16:00,prosthodontist,michael green,True, 2024-10-30 16:30,prosthodontist,michael green,True, 2024-10-31 08:00,prosthodontist,michael green,True, 2024-10-31 08:30,prosthodontist,michael green,True, 2024-10-31 09:00,prosthodontist,michael green,False,1000022 2024-10-31 09:30,prosthodontist,michael green,True, 2024-10-31 10:00,prosthodontist,michael green,False,1000034 2024-10-31 10:30,prosthodontist,michael green,True, 2024-10-31 11:00,prosthodontist,michael green,False,1000046 2024-10-31 11:30,prosthodontist,michael green,False,1000043 2024-10-31 12:00,prosthodontist,michael green,True, 2024-10-31 12:30,prosthodontist,michael green,True, 2024-10-31 13:00,prosthodontist,michael green,True, 2024-10-31 13:30,prosthodontist,michael green,False,1000047 2024-10-31 14:00,prosthodontist,michael green,True, 2024-10-31 14:30,prosthodontist,michael green,False,1000040 2024-10-31 15:00,prosthodontist,michael green,True, 2024-10-31 15:30,prosthodontist,michael green,True, 2024-10-31 16:00,prosthodontist,michael green,True, 2024-10-31 16:30,prosthodontist,michael green,True, 2024-11-01 08:00,prosthodontist,michael green,True, 2024-11-01 08:30,prosthodontist,michael green,True, 2024-11-01 09:00,prosthodontist,michael green,True, 2024-11-01 09:30,prosthodontist,michael green,False,1000019 2024-11-01 10:00,prosthodontist,michael green,False,1000005 2024-11-01 10:30,prosthodontist,michael green,False,1000036 2024-11-01 11:00,prosthodontist,michael green,False,1000028 2024-11-01 11:30,prosthodontist,michael green,False,1000051 2024-11-01 12:00,prosthodontist,michael green,True, 2024-11-01 12:30,prosthodontist,michael green,True, 2024-11-01 13:00,prosthodontist,michael green,True, 2024-11-01 13:30,prosthodontist,michael green,False,1000024 2024-11-01 14:00,prosthodontist,michael green,True, 2024-11-01 14:30,prosthodontist,michael green,True, 2024-11-01 15:00,prosthodontist,michael green,True, 2024-11-01 15:30,prosthodontist,michael green,True, 2024-11-01 16:00,prosthodontist,michael green,False,1000051 2024-11-01 16:30,prosthodontist,michael green,False,1000019 2024-11-02 09:00,prosthodontist,michael green,True, 2024-11-02 09:30,prosthodontist,michael green,True, 2024-11-02 10:00,prosthodontist,michael green,True, 2024-11-02 10:30,prosthodontist,michael green,False,1000011 2024-11-02 11:00,prosthodontist,michael green,True, 2024-11-02 11:30,prosthodontist,michael green,True, 2024-11-02 12:00,prosthodontist,michael green,True, 2024-11-02 12:30,prosthodontist,michael green,True, 2024-10-05 09:00,pediatric_dentist,sarah wilson,False,1000072 2024-10-05 09:30,pediatric_dentist,sarah wilson,False,1000095 2024-10-05 10:00,pediatric_dentist,sarah wilson,False,1000027 2024-10-05 10:30,pediatric_dentist,sarah wilson,False,1000058 2024-10-05 11:00,pediatric_dentist,sarah wilson,False,1000088 2024-10-05 11:30,pediatric_dentist,sarah wilson,False,1000014 2024-10-05 12:00,pediatric_dentist,sarah wilson,False,1000082 2024-10-05 12:30,pediatric_dentist,sarah wilson,False,1000088 2024-10-07 08:00,pediatric_dentist,sarah wilson,False,1000016 2024-10-07 08:30,pediatric_dentist,sarah wilson,True, 2024-10-07 09:00,pediatric_dentist,sarah wilson,False,1000076 2024-10-07 09:30,pediatric_dentist,sarah wilson,True, 2024-10-07 10:00,pediatric_dentist,sarah wilson,True, 2024-10-07 10:30,pediatric_dentist,sarah wilson,False,1000045 2024-10-07 11:00,pediatric_dentist,sarah wilson,False,1000015 2024-10-07 11:30,pediatric_dentist,sarah wilson,True, 2024-10-07 12:00,pediatric_dentist,sarah wilson,False,1000013 2024-10-07 12:30,pediatric_dentist,sarah wilson,True, 2024-10-07 13:00,pediatric_dentist,sarah wilson,True, 2024-10-07 13:30,pediatric_dentist,sarah wilson,True, 2024-10-07 14:00,pediatric_dentist,sarah wilson,True, 2024-10-07 14:30,pediatric_dentist,sarah wilson,True, 2024-10-07 15:00,pediatric_dentist,sarah wilson,True, 2024-10-07 15:30,pediatric_dentist,sarah wilson,True, 2024-10-07 16:00,pediatric_dentist,sarah wilson,True, 2024-10-07 16:30,pediatric_dentist,sarah wilson,True, 2024-10-08 08:00,pediatric_dentist,sarah wilson,False,1000033 2024-10-08 08:30,pediatric_dentist,sarah wilson,False,1000010 2024-10-08 09:00,pediatric_dentist,sarah wilson,True, 2024-10-08 09:30,pediatric_dentist,sarah wilson,False,1000092 2024-10-08 10:00,pediatric_dentist,sarah wilson,False,1000023 2024-10-08 10:30,pediatric_dentist,sarah wilson,True, 2024-10-08 11:00,pediatric_dentist,sarah wilson,True, 2024-10-08 11:30,pediatric_dentist,sarah wilson,False,1000062 2024-10-08 12:00,pediatric_dentist,sarah wilson,True, 2024-10-08 12:30,pediatric_dentist,sarah wilson,True, 2024-10-08 13:00,pediatric_dentist,sarah wilson,False,1000090 2024-10-08 13:30,pediatric_dentist,sarah wilson,True, 2024-10-08 14:00,pediatric_dentist,sarah wilson,True, 2024-10-08 14:30,pediatric_dentist,sarah wilson,False,1000062 2024-10-08 15:00,pediatric_dentist,sarah wilson,True, 2024-10-08 15:30,pediatric_dentist,sarah wilson,True, 2024-10-08 16:00,pediatric_dentist,sarah wilson,True, 2024-10-08 16:30,pediatric_dentist,sarah wilson,True, 2024-10-09 08:00,pediatric_dentist,sarah wilson,True, 2024-10-09 08:30,pediatric_dentist,sarah wilson,True, 2024-10-09 09:00,pediatric_dentist,sarah wilson,True, 2024-10-09 09:30,pediatric_dentist,sarah wilson,True, 2024-10-09 10:00,pediatric_dentist,sarah wilson,False,1000064 2024-10-09 10:30,pediatric_dentist,sarah wilson,True, 2024-10-09 11:00,pediatric_dentist,sarah wilson,True, 2024-10-09 11:30,pediatric_dentist,sarah wilson,True, 2024-10-09 12:00,pediatric_dentist,sarah wilson,True, 2024-10-09 12:30,pediatric_dentist,sarah wilson,True, 2024-10-09 13:00,pediatric_dentist,sarah wilson,False,1000064 2024-10-09 13:30,pediatric_dentist,sarah wilson,True, 2024-10-09 14:00,pediatric_dentist,sarah wilson,True, 2024-10-09 14:30,pediatric_dentist,sarah wilson,False,1000013 2024-10-09 15:00,pediatric_dentist,sarah wilson,True, 2024-10-09 15:30,pediatric_dentist,sarah wilson,False,1000096 2024-10-09 16:00,pediatric_dentist,sarah wilson,True, 2024-10-09 16:30,pediatric_dentist,sarah wilson,True, 2024-10-10 08:00,pediatric_dentist,sarah wilson,False,1000002 2024-10-10 08:30,pediatric_dentist,sarah wilson,False,1000071 2024-10-10 09:00,pediatric_dentist,sarah wilson,True, 2024-10-10 09:30,pediatric_dentist,sarah wilson,False,1000093 2024-10-10 10:00,pediatric_dentist,sarah wilson,True, 2024-10-10 10:30,pediatric_dentist,sarah wilson,False,1000054 2024-10-10 11:00,pediatric_dentist,sarah wilson,True, 2024-10-10 11:30,pediatric_dentist,sarah wilson,False,1000092 2024-10-10 12:00,pediatric_dentist,sarah wilson,False,1000071 2024-10-10 12:30,pediatric_dentist,sarah wilson,True, 2024-10-10 13:00,pediatric_dentist,sarah wilson,True, 2024-10-10 13:30,pediatric_dentist,sarah wilson,False,1000078 2024-10-10 14:00,pediatric_dentist,sarah wilson,True, 2024-10-10 14:30,pediatric_dentist,sarah wilson,False,1000011 2024-10-10 15:00,pediatric_dentist,sarah wilson,True, 2024-10-10 15:30,pediatric_dentist,sarah wilson,True, 2024-10-10 16:00,pediatric_dentist,sarah wilson,True, 2024-10-10 16:30,pediatric_dentist,sarah wilson,False,1000090 2024-10-11 08:00,pediatric_dentist,sarah wilson,True, 2024-10-11 08:30,pediatric_dentist,sarah wilson,True, 2024-10-11 09:00,pediatric_dentist,sarah wilson,True, 2024-10-11 09:30,pediatric_dentist,sarah wilson,True, 2024-10-11 10:00,pediatric_dentist,sarah wilson,True, 2024-10-11 10:30,pediatric_dentist,sarah wilson,True, 2024-10-11 11:00,pediatric_dentist,sarah wilson,True, 2024-10-11 11:30,pediatric_dentist,sarah wilson,True, 2024-10-11 12:00,pediatric_dentist,sarah wilson,True, 2024-10-11 12:30,pediatric_dentist,sarah wilson,True, 2024-10-11 13:00,pediatric_dentist,sarah wilson,False,1000053 2024-10-11 13:30,pediatric_dentist,sarah wilson,False,1000031 2024-10-11 14:00,pediatric_dentist,sarah wilson,True, 2024-10-11 14:30,pediatric_dentist,sarah wilson,True, 2024-10-11 15:00,pediatric_dentist,sarah wilson,True, 2024-10-11 15:30,pediatric_dentist,sarah wilson,False,1000092 2024-10-11 16:00,pediatric_dentist,sarah wilson,True, 2024-10-11 16:30,pediatric_dentist,sarah wilson,True, 2024-10-12 09:00,pediatric_dentist,sarah wilson,True, 2024-10-12 09:30,pediatric_dentist,sarah wilson,True, 2024-10-12 10:00,pediatric_dentist,sarah wilson,True, 2024-10-12 10:30,pediatric_dentist,sarah wilson,True, 2024-10-12 11:00,pediatric_dentist,sarah wilson,True, 2024-10-12 11:30,pediatric_dentist,sarah wilson,True, 2024-10-12 12:00,pediatric_dentist,sarah wilson,True, 2024-10-12 12:30,pediatric_dentist,sarah wilson,True, 2024-10-14 08:00,pediatric_dentist,sarah wilson,True, 2024-10-14 08:30,pediatric_dentist,sarah wilson,False,1000032 2024-10-14 09:00,pediatric_dentist,sarah wilson,True, 2024-10-14 09:30,pediatric_dentist,sarah wilson,False,1000065 2024-10-14 10:00,pediatric_dentist,sarah wilson,False,1000015 2024-10-14 10:30,pediatric_dentist,sarah wilson,True, 2024-10-14 11:00,pediatric_dentist,sarah wilson,True, 2024-10-14 11:30,pediatric_dentist,sarah wilson,True, 2024-10-14 12:00,pediatric_dentist,sarah wilson,True, 2024-10-14 12:30,pediatric_dentist,sarah wilson,False,1000094 2024-10-14 13:00,pediatric_dentist,sarah wilson,True, 2024-10-14 13:30,pediatric_dentist,sarah wilson,False,1000082 2024-10-14 14:00,pediatric_dentist,sarah wilson,True, 2024-10-14 14:30,pediatric_dentist,sarah wilson,True, 2024-10-14 15:00,pediatric_dentist,sarah wilson,True, 2024-10-14 15:30,pediatric_dentist,sarah wilson,True, 2024-10-14 16:00,pediatric_dentist,sarah wilson,True, 2024-10-14 16:30,pediatric_dentist,sarah wilson,True, 2024-10-15 08:00,pediatric_dentist,sarah wilson,False,1000046 2024-10-15 08:30,pediatric_dentist,sarah wilson,False,1000088 2024-10-15 09:00,pediatric_dentist,sarah wilson,False,1000052 2024-10-15 09:30,pediatric_dentist,sarah wilson,True, 2024-10-15 10:00,pediatric_dentist,sarah wilson,True, 2024-10-15 10:30,pediatric_dentist,sarah wilson,True, 2024-10-15 11:00,pediatric_dentist,sarah wilson,True, 2024-10-15 11:30,pediatric_dentist,sarah wilson,True, 2024-10-15 12:00,pediatric_dentist,sarah wilson,True, 2024-10-15 12:30,pediatric_dentist,sarah wilson,True, 2024-10-15 13:00,pediatric_dentist,sarah wilson,True, 2024-10-15 13:30,pediatric_dentist,sarah wilson,False,1000091 2024-10-15 14:00,pediatric_dentist,sarah wilson,False,1000029 2024-10-15 14:30,pediatric_dentist,sarah wilson,False,1000037 2024-10-15 15:00,pediatric_dentist,sarah wilson,True, 2024-10-15 15:30,pediatric_dentist,sarah wilson,False,1000087 2024-10-15 16:00,pediatric_dentist,sarah wilson,False,1000041 2024-10-15 16:30,pediatric_dentist,sarah wilson,True, 2024-10-16 08:00,pediatric_dentist,sarah wilson,True, 2024-10-16 08:30,pediatric_dentist,sarah wilson,True, 2024-10-16 09:00,pediatric_dentist,sarah wilson,False,1000001 2024-10-16 09:30,pediatric_dentist,sarah wilson,True, 2024-10-16 10:00,pediatric_dentist,sarah wilson,False,1000072 2024-10-16 10:30,pediatric_dentist,sarah wilson,True, 2024-10-16 11:00,pediatric_dentist,sarah wilson,True, 2024-10-16 11:30,pediatric_dentist,sarah wilson,True, 2024-10-16 12:00,pediatric_dentist,sarah wilson,True, 2024-10-16 12:30,pediatric_dentist,sarah wilson,False,1000045 2024-10-16 13:00,pediatric_dentist,sarah wilson,True, 2024-10-16 13:30,pediatric_dentist,sarah wilson,True, 2024-10-16 14:00,pediatric_dentist,sarah wilson,True, 2024-10-16 14:30,pediatric_dentist,sarah wilson,True, 2024-10-16 15:00,pediatric_dentist,sarah wilson,False,1000077 2024-10-16 15:30,pediatric_dentist,sarah wilson,False,1000064 2024-10-16 16:00,pediatric_dentist,sarah wilson,True, 2024-10-16 16:30,pediatric_dentist,sarah wilson,True, 2024-10-17 08:00,pediatric_dentist,sarah wilson,False,1000048 2024-10-17 08:30,pediatric_dentist,sarah wilson,True, 2024-10-17 09:00,pediatric_dentist,sarah wilson,False,1000057 2024-10-17 09:30,pediatric_dentist,sarah wilson,True, 2024-10-17 10:00,pediatric_dentist,sarah wilson,True, 2024-10-17 10:30,pediatric_dentist,sarah wilson,False,1000040 2024-10-17 11:00,pediatric_dentist,sarah wilson,True, 2024-10-17 11:30,pediatric_dentist,sarah wilson,False,1000094 2024-10-17 12:00,pediatric_dentist,sarah wilson,True, 2024-10-17 12:30,pediatric_dentist,sarah wilson,True, 2024-10-17 13:00,pediatric_dentist,sarah wilson,True, 2024-10-17 13:30,pediatric_dentist,sarah wilson,False,1000014 2024-10-17 14:00,pediatric_dentist,sarah wilson,True, 2024-10-17 14:30,pediatric_dentist,sarah wilson,True, 2024-10-17 15:00,pediatric_dentist,sarah wilson,True, 2024-10-17 15:30,pediatric_dentist,sarah wilson,True, 2024-10-17 16:00,pediatric_dentist,sarah wilson,True, 2024-10-17 16:30,pediatric_dentist,sarah wilson,True, 2024-10-18 08:00,pediatric_dentist,sarah wilson,False,1000058 2024-10-18 08:30,pediatric_dentist,sarah wilson,False,1000098 2024-10-18 09:00,pediatric_dentist,sarah wilson,False,1000088 2024-10-18 09:30,pediatric_dentist,sarah wilson,True, 2024-10-18 10:00,pediatric_dentist,sarah wilson,False,1000028 2024-10-18 10:30,pediatric_dentist,sarah wilson,False,1000079 2024-10-18 11:00,pediatric_dentist,sarah wilson,False,1000009 2024-10-18 11:30,pediatric_dentist,sarah wilson,True, 2024-10-18 12:00,pediatric_dentist,sarah wilson,False,1000092 2024-10-18 12:30,pediatric_dentist,sarah wilson,True, 2024-10-18 13:00,pediatric_dentist,sarah wilson,True, 2024-10-18 13:30,pediatric_dentist,sarah wilson,False,1000016 2024-10-18 14:00,pediatric_dentist,sarah wilson,True, 2024-10-18 14:30,pediatric_dentist,sarah wilson,True, 2024-10-18 15:00,pediatric_dentist,sarah wilson,True, 2024-10-18 15:30,pediatric_dentist,sarah wilson,True, 2024-10-18 16:00,pediatric_dentist,sarah wilson,False,1000097 2024-10-18 16:30,pediatric_dentist,sarah wilson,False,1000033 2024-10-19 09:00,pediatric_dentist,sarah wilson,True, 2024-10-19 09:30,pediatric_dentist,sarah wilson,False,1000069 2024-10-19 10:00,pediatric_dentist,sarah wilson,True, 2024-10-19 10:30,pediatric_dentist,sarah wilson,False,1000023 2024-10-19 11:00,pediatric_dentist,sarah wilson,True, 2024-10-19 11:30,pediatric_dentist,sarah wilson,True, 2024-10-19 12:00,pediatric_dentist,sarah wilson,False,1000014 2024-10-19 12:30,pediatric_dentist,sarah wilson,True, 2024-10-21 08:00,pediatric_dentist,sarah wilson,True, 2024-10-21 08:30,pediatric_dentist,sarah wilson,False,1000022 2024-10-21 09:00,pediatric_dentist,sarah wilson,True, 2024-10-21 09:30,pediatric_dentist,sarah wilson,True, 2024-10-21 10:00,pediatric_dentist,sarah wilson,False,1000060 2024-10-21 10:30,pediatric_dentist,sarah wilson,True, 2024-10-21 11:00,pediatric_dentist,sarah wilson,False,1000080 2024-10-21 11:30,pediatric_dentist,sarah wilson,True, 2024-10-21 12:00,pediatric_dentist,sarah wilson,True, 2024-10-21 12:30,pediatric_dentist,sarah wilson,True, 2024-10-21 13:00,pediatric_dentist,sarah wilson,True, 2024-10-21 13:30,pediatric_dentist,sarah wilson,False,1000055 2024-10-21 14:00,pediatric_dentist,sarah wilson,False,1000012 2024-10-21 14:30,pediatric_dentist,sarah wilson,False,1000033 2024-10-21 15:00,pediatric_dentist,sarah wilson,True, 2024-10-21 15:30,pediatric_dentist,sarah wilson,False,1000078 2024-10-21 16:00,pediatric_dentist,sarah wilson,True, 2024-10-21 16:30,pediatric_dentist,sarah wilson,True, 2024-10-22 08:00,pediatric_dentist,sarah wilson,True, 2024-10-22 08:30,pediatric_dentist,sarah wilson,True, 2024-10-22 09:00,pediatric_dentist,sarah wilson,True, 2024-10-22 09:30,pediatric_dentist,sarah wilson,False,1000000 2024-10-22 10:00,pediatric_dentist,sarah wilson,True, 2024-10-22 10:30,pediatric_dentist,sarah wilson,True, 2024-10-22 11:00,pediatric_dentist,sarah wilson,False,1000054 2024-10-22 11:30,pediatric_dentist,sarah wilson,True, 2024-10-22 12:00,pediatric_dentist,sarah wilson,False,1000060 2024-10-22 12:30,pediatric_dentist,sarah wilson,True, 2024-10-22 13:00,pediatric_dentist,sarah wilson,True, 2024-10-22 13:30,pediatric_dentist,sarah wilson,False,1000016 2024-10-22 14:00,pediatric_dentist,sarah wilson,True, 2024-10-22 14:30,pediatric_dentist,sarah wilson,True, 2024-10-22 15:00,pediatric_dentist,sarah wilson,True, 2024-10-22 15:30,pediatric_dentist,sarah wilson,False,1000100 2024-10-22 16:00,pediatric_dentist,sarah wilson,True, 2024-10-22 16:30,pediatric_dentist,sarah wilson,True, 2024-10-23 08:00,pediatric_dentist,sarah wilson,True, 2024-10-23 08:30,pediatric_dentist,sarah wilson,True, 2024-10-23 09:00,pediatric_dentist,sarah wilson,True, 2024-10-23 09:30,pediatric_dentist,sarah wilson,True, 2024-10-23 10:00,pediatric_dentist,sarah wilson,True, 2024-10-23 10:30,pediatric_dentist,sarah wilson,True, 2024-10-23 11:00,pediatric_dentist,sarah wilson,True, 2024-10-23 11:30,pediatric_dentist,sarah wilson,True, 2024-10-23 12:00,pediatric_dentist,sarah wilson,True, 2024-10-23 12:30,pediatric_dentist,sarah wilson,False,1000077 2024-10-23 13:00,pediatric_dentist,sarah wilson,True, 2024-10-23 13:30,pediatric_dentist,sarah wilson,True, 2024-10-23 14:00,pediatric_dentist,sarah wilson,False,1000018 2024-10-23 14:30,pediatric_dentist,sarah wilson,False,1000024 2024-10-23 15:00,pediatric_dentist,sarah wilson,True, 2024-10-23 15:30,pediatric_dentist,sarah wilson,True, 2024-10-23 16:00,pediatric_dentist,sarah wilson,False,1000063 2024-10-23 16:30,pediatric_dentist,sarah wilson,True, 2024-10-24 08:00,pediatric_dentist,sarah wilson,True, 2024-10-24 08:30,pediatric_dentist,sarah wilson,True, 2024-10-24 09:00,pediatric_dentist,sarah wilson,False,1000086 2024-10-24 09:30,pediatric_dentist,sarah wilson,True, 2024-10-24 10:00,pediatric_dentist,sarah wilson,True, 2024-10-24 10:30,pediatric_dentist,sarah wilson,False,1000087 2024-10-24 11:00,pediatric_dentist,sarah wilson,True, 2024-10-24 11:30,pediatric_dentist,sarah wilson,False,1000067 2024-10-24 12:00,pediatric_dentist,sarah wilson,False,1000000 2024-10-24 12:30,pediatric_dentist,sarah wilson,True, 2024-10-24 13:00,pediatric_dentist,sarah wilson,False,1000009 2024-10-24 13:30,pediatric_dentist,sarah wilson,True, 2024-10-24 14:00,pediatric_dentist,sarah wilson,True, 2024-10-24 14:30,pediatric_dentist,sarah wilson,True, 2024-10-24 15:00,pediatric_dentist,sarah wilson,True, 2024-10-24 15:30,pediatric_dentist,sarah wilson,True, 2024-10-24 16:00,pediatric_dentist,sarah wilson,False,1000041 2024-10-24 16:30,pediatric_dentist,sarah wilson,True, 2024-10-25 08:00,pediatric_dentist,sarah wilson,True, 2024-10-25 08:30,pediatric_dentist,sarah wilson,True, 2024-10-25 09:00,pediatric_dentist,sarah wilson,True, 2024-10-25 09:30,pediatric_dentist,sarah wilson,True, 2024-10-25 10:00,pediatric_dentist,sarah wilson,True, 2024-10-25 10:30,pediatric_dentist,sarah wilson,False,1000091 2024-10-25 11:00,pediatric_dentist,sarah wilson,True, 2024-10-25 11:30,pediatric_dentist,sarah wilson,False,1000028 2024-10-25 12:00,pediatric_dentist,sarah wilson,True, 2024-10-25 12:30,pediatric_dentist,sarah wilson,True, 2024-10-25 13:00,pediatric_dentist,sarah wilson,True, 2024-10-25 13:30,pediatric_dentist,sarah wilson,True, 2024-10-25 14:00,pediatric_dentist,sarah wilson,True, 2024-10-25 14:30,pediatric_dentist,sarah wilson,True, 2024-10-25 15:00,pediatric_dentist,sarah wilson,False,1000087 2024-10-25 15:30,pediatric_dentist,sarah wilson,True, 2024-10-25 16:00,pediatric_dentist,sarah wilson,True, 2024-10-25 16:30,pediatric_dentist,sarah wilson,True, 2024-10-26 09:00,pediatric_dentist,sarah wilson,False,1000075 2024-10-26 09:30,pediatric_dentist,sarah wilson,True, 2024-10-26 10:00,pediatric_dentist,sarah wilson,True, 2024-10-26 10:30,pediatric_dentist,sarah wilson,True, 2024-10-26 11:00,pediatric_dentist,sarah wilson,False,1000094 2024-10-26 11:30,pediatric_dentist,sarah wilson,True, 2024-10-26 12:00,pediatric_dentist,sarah wilson,True, 2024-10-26 12:30,pediatric_dentist,sarah wilson,True, 2024-10-28 08:00,pediatric_dentist,sarah wilson,True, 2024-10-28 08:30,pediatric_dentist,sarah wilson,False,1000007 2024-10-28 09:00,pediatric_dentist,sarah wilson,True, 2024-10-28 09:30,pediatric_dentist,sarah wilson,True, 2024-10-28 10:00,pediatric_dentist,sarah wilson,True, 2024-10-28 10:30,pediatric_dentist,sarah wilson,False,1000055 2024-10-28 11:00,pediatric_dentist,sarah wilson,False,1000037 2024-10-28 11:30,pediatric_dentist,sarah wilson,False,1000089 2024-10-28 12:00,pediatric_dentist,sarah wilson,False,1000078 2024-10-28 12:30,pediatric_dentist,sarah wilson,False,1000087 2024-10-28 13:00,pediatric_dentist,sarah wilson,True, 2024-10-28 13:30,pediatric_dentist,sarah wilson,True, 2024-10-28 14:00,pediatric_dentist,sarah wilson,True, 2024-10-28 14:30,pediatric_dentist,sarah wilson,True, 2024-10-28 15:00,pediatric_dentist,sarah wilson,True, 2024-10-28 15:30,pediatric_dentist,sarah wilson,True, 2024-10-28 16:00,pediatric_dentist,sarah wilson,True, 2024-10-28 16:30,pediatric_dentist,sarah wilson,True, 2024-10-29 08:00,pediatric_dentist,sarah wilson,True, 2024-10-29 08:30,pediatric_dentist,sarah wilson,False,1000039 2024-10-29 09:00,pediatric_dentist,sarah wilson,False,1000083 2024-10-29 09:30,pediatric_dentist,sarah wilson,True, 2024-10-29 10:00,pediatric_dentist,sarah wilson,False,1000099 2024-10-29 10:30,pediatric_dentist,sarah wilson,False,1000031 2024-10-29 11:00,pediatric_dentist,sarah wilson,True, 2024-10-29 11:30,pediatric_dentist,sarah wilson,False,1000052 2024-10-29 12:00,pediatric_dentist,sarah wilson,True, 2024-10-29 12:30,pediatric_dentist,sarah wilson,True, 2024-10-29 13:00,pediatric_dentist,sarah wilson,True, 2024-10-29 13:30,pediatric_dentist,sarah wilson,False,1000016 2024-10-29 14:00,pediatric_dentist,sarah wilson,False,1000051 2024-10-29 14:30,pediatric_dentist,sarah wilson,True, 2024-10-29 15:00,pediatric_dentist,sarah wilson,False,1000022 2024-10-29 15:30,pediatric_dentist,sarah wilson,True, 2024-10-29 16:00,pediatric_dentist,sarah wilson,True, 2024-10-29 16:30,pediatric_dentist,sarah wilson,True, 2024-10-30 08:00,pediatric_dentist,sarah wilson,True, 2024-10-30 08:30,pediatric_dentist,sarah wilson,True, 2024-10-30 09:00,pediatric_dentist,sarah wilson,False,1000028 2024-10-30 09:30,pediatric_dentist,sarah wilson,True, 2024-10-30 10:00,pediatric_dentist,sarah wilson,False,1000006 2024-10-30 10:30,pediatric_dentist,sarah wilson,True, 2024-10-30 11:00,pediatric_dentist,sarah wilson,True, 2024-10-30 11:30,pediatric_dentist,sarah wilson,True, 2024-10-30 12:00,pediatric_dentist,sarah wilson,False,1000077 2024-10-30 12:30,pediatric_dentist,sarah wilson,True, 2024-10-30 13:00,pediatric_dentist,sarah wilson,True, 2024-10-30 13:30,pediatric_dentist,sarah wilson,True, 2024-10-30 14:00,pediatric_dentist,sarah wilson,True, 2024-10-30 14:30,pediatric_dentist,sarah wilson,False,1000088 2024-10-30 15:00,pediatric_dentist,sarah wilson,True, 2024-10-30 15:30,pediatric_dentist,sarah wilson,False,1000045 2024-10-30 16:00,pediatric_dentist,sarah wilson,False,1000083 2024-10-30 16:30,pediatric_dentist,sarah wilson,True, 2024-10-31 08:00,pediatric_dentist,sarah wilson,False,1000043 2024-10-31 08:30,pediatric_dentist,sarah wilson,True, 2024-10-31 09:00,pediatric_dentist,sarah wilson,True, 2024-10-31 09:30,pediatric_dentist,sarah wilson,True, 2024-10-31 10:00,pediatric_dentist,sarah wilson,True, 2024-10-31 10:30,pediatric_dentist,sarah wilson,True, 2024-10-31 11:00,pediatric_dentist,sarah wilson,False,1000049 2024-10-31 11:30,pediatric_dentist,sarah wilson,True, 2024-10-31 12:00,pediatric_dentist,sarah wilson,True, 2024-10-31 12:30,pediatric_dentist,sarah wilson,True, 2024-10-31 13:00,pediatric_dentist,sarah wilson,True, 2024-10-31 13:30,pediatric_dentist,sarah wilson,True, 2024-10-31 14:00,pediatric_dentist,sarah wilson,False,1000039 2024-10-31 14:30,pediatric_dentist,sarah wilson,False,1000070 2024-10-31 15:00,pediatric_dentist,sarah wilson,True, 2024-10-31 15:30,pediatric_dentist,sarah wilson,False,1000000 2024-10-31 16:00,pediatric_dentist,sarah wilson,True, 2024-10-31 16:30,pediatric_dentist,sarah wilson,True, 2024-11-01 08:00,pediatric_dentist,sarah wilson,True, 2024-11-01 08:30,pediatric_dentist,sarah wilson,True, 2024-11-01 09:00,pediatric_dentist,sarah wilson,False,1000085 2024-11-01 09:30,pediatric_dentist,sarah wilson,True, 2024-11-01 10:00,pediatric_dentist,sarah wilson,False,1000085 2024-11-01 10:30,pediatric_dentist,sarah wilson,False,1000020 2024-11-01 11:00,pediatric_dentist,sarah wilson,True, 2024-11-01 11:30,pediatric_dentist,sarah wilson,True, 2024-11-01 12:00,pediatric_dentist,sarah wilson,True, 2024-11-01 12:30,pediatric_dentist,sarah wilson,False,1000064 2024-11-01 13:00,pediatric_dentist,sarah wilson,False,1000066 2024-11-01 13:30,pediatric_dentist,sarah wilson,True, 2024-11-01 14:00,pediatric_dentist,sarah wilson,True, 2024-11-01 14:30,pediatric_dentist,sarah wilson,False,1000048 2024-11-01 15:00,pediatric_dentist,sarah wilson,False,1000029 2024-11-01 15:30,pediatric_dentist,sarah wilson,True, 2024-11-01 16:00,pediatric_dentist,sarah wilson,False,1000071 2024-11-01 16:30,pediatric_dentist,sarah wilson,True, 2024-11-02 09:00,pediatric_dentist,sarah wilson,True, 2024-11-02 09:30,pediatric_dentist,sarah wilson,True, 2024-11-02 10:00,pediatric_dentist,sarah wilson,True, 2024-11-02 10:30,pediatric_dentist,sarah wilson,True, 2024-11-02 11:00,pediatric_dentist,sarah wilson,True, 2024-11-02 11:30,pediatric_dentist,sarah wilson,True, 2024-11-02 12:00,pediatric_dentist,sarah wilson,True, 2024-11-02 12:30,pediatric_dentist,sarah wilson,True, 2024-10-05 09:00,emergency_dentist,daniel miller,False,1000033 2024-10-05 09:30,emergency_dentist,daniel miller,False,1000072 2024-10-05 10:00,emergency_dentist,daniel miller,False,1000086 2024-10-05 10:30,emergency_dentist,daniel miller,False,1000091 2024-10-05 11:00,emergency_dentist,daniel miller,False,1000075 2024-10-05 11:30,emergency_dentist,daniel miller,False,1000030 2024-10-05 12:00,emergency_dentist,daniel miller,False,1000058 2024-10-05 12:30,emergency_dentist,daniel miller,False,1000095 2024-10-07 08:00,emergency_dentist,daniel miller,False,1000080 2024-10-07 08:30,emergency_dentist,daniel miller,False,1000054 2024-10-07 09:00,emergency_dentist,daniel miller,False,1000076 2024-10-07 09:30,emergency_dentist,daniel miller,False,1000071 2024-10-07 10:00,emergency_dentist,daniel miller,True, 2024-10-07 10:30,emergency_dentist,daniel miller,True, 2024-10-07 11:00,emergency_dentist,daniel miller,True, 2024-10-07 11:30,emergency_dentist,daniel miller,False,1000033 2024-10-07 12:00,emergency_dentist,daniel miller,True, 2024-10-07 12:30,emergency_dentist,daniel miller,True, 2024-10-07 13:00,emergency_dentist,daniel miller,True, 2024-10-07 13:30,emergency_dentist,daniel miller,False,1000039 2024-10-07 14:00,emergency_dentist,daniel miller,True, 2024-10-07 14:30,emergency_dentist,daniel miller,True, 2024-10-07 15:00,emergency_dentist,daniel miller,False,1000015 2024-10-07 15:30,emergency_dentist,daniel miller,True, 2024-10-07 16:00,emergency_dentist,daniel miller,True, 2024-10-07 16:30,emergency_dentist,daniel miller,True, 2024-10-08 08:00,emergency_dentist,daniel miller,True, 2024-10-08 08:30,emergency_dentist,daniel miller,True, 2024-10-08 09:00,emergency_dentist,daniel miller,True, 2024-10-08 09:30,emergency_dentist,daniel miller,True, 2024-10-08 10:00,emergency_dentist,daniel miller,True, 2024-10-08 10:30,emergency_dentist,daniel miller,False,1000091 2024-10-08 11:00,emergency_dentist,daniel miller,True, 2024-10-08 11:30,emergency_dentist,daniel miller,True, 2024-10-08 12:00,emergency_dentist,daniel miller,False,1000019 2024-10-08 12:30,emergency_dentist,daniel miller,True, 2024-10-08 13:00,emergency_dentist,daniel miller,True, 2024-10-08 13:30,emergency_dentist,daniel miller,True, 2024-10-08 14:00,emergency_dentist,daniel miller,True, 2024-10-08 14:30,emergency_dentist,daniel miller,True, 2024-10-08 15:00,emergency_dentist,daniel miller,True, 2024-10-08 15:30,emergency_dentist,daniel miller,True, 2024-10-08 16:00,emergency_dentist,daniel miller,True, 2024-10-08 16:30,emergency_dentist,daniel miller,True, 2024-10-09 08:00,emergency_dentist,daniel miller,False,1000030 2024-10-09 08:30,emergency_dentist,daniel miller,False,1000052 2024-10-09 09:00,emergency_dentist,daniel miller,True, 2024-10-09 09:30,emergency_dentist,daniel miller,True, 2024-10-09 10:00,emergency_dentist,daniel miller,True, 2024-10-09 10:30,emergency_dentist,daniel miller,True, 2024-10-09 11:00,emergency_dentist,daniel miller,True, 2024-10-09 11:30,emergency_dentist,daniel miller,True, 2024-10-09 12:00,emergency_dentist,daniel miller,False,1000018 2024-10-09 12:30,emergency_dentist,daniel miller,True, 2024-10-09 13:00,emergency_dentist,daniel miller,False,1000057 2024-10-09 13:30,emergency_dentist,daniel miller,True, 2024-10-09 14:00,emergency_dentist,daniel miller,True, 2024-10-09 14:30,emergency_dentist,daniel miller,True, 2024-10-09 15:00,emergency_dentist,daniel miller,True, 2024-10-09 15:30,emergency_dentist,daniel miller,True, 2024-10-09 16:00,emergency_dentist,daniel miller,False,1000038 2024-10-09 16:30,emergency_dentist,daniel miller,True, 2024-10-10 08:00,emergency_dentist,daniel miller,True, 2024-10-10 08:30,emergency_dentist,daniel miller,True, 2024-10-10 09:00,emergency_dentist,daniel miller,True, 2024-10-10 09:30,emergency_dentist,daniel miller,False,1000020 2024-10-10 10:00,emergency_dentist,daniel miller,True, 2024-10-10 10:30,emergency_dentist,daniel miller,False,1000002 2024-10-10 11:00,emergency_dentist,daniel miller,True, 2024-10-10 11:30,emergency_dentist,daniel miller,False,1000045 2024-10-10 12:00,emergency_dentist,daniel miller,False,1000016 2024-10-10 12:30,emergency_dentist,daniel miller,False,1000070 2024-10-10 13:00,emergency_dentist,daniel miller,True, 2024-10-10 13:30,emergency_dentist,daniel miller,False,1000094 2024-10-10 14:00,emergency_dentist,daniel miller,True, 2024-10-10 14:30,emergency_dentist,daniel miller,True, 2024-10-10 15:00,emergency_dentist,daniel miller,False,1000090 2024-10-10 15:30,emergency_dentist,daniel miller,True, 2024-10-10 16:00,emergency_dentist,daniel miller,False,1000052 2024-10-10 16:30,emergency_dentist,daniel miller,False,1000020 2024-10-11 08:00,emergency_dentist,daniel miller,False,1000052 2024-10-11 08:30,emergency_dentist,daniel miller,True, 2024-10-11 09:00,emergency_dentist,daniel miller,True, 2024-10-11 09:30,emergency_dentist,daniel miller,True, 2024-10-11 10:00,emergency_dentist,daniel miller,False,1000091 2024-10-11 10:30,emergency_dentist,daniel miller,True, 2024-10-11 11:00,emergency_dentist,daniel miller,True, 2024-10-11 11:30,emergency_dentist,daniel miller,True, 2024-10-11 12:00,emergency_dentist,daniel miller,True, 2024-10-11 12:30,emergency_dentist,daniel miller,True, 2024-10-11 13:00,emergency_dentist,daniel miller,True, 2024-10-11 13:30,emergency_dentist,daniel miller,True, 2024-10-11 14:00,emergency_dentist,daniel miller,True, 2024-10-11 14:30,emergency_dentist,daniel miller,True, 2024-10-11 15:00,emergency_dentist,daniel miller,True, 2024-10-11 15:30,emergency_dentist,daniel miller,True, 2024-10-11 16:00,emergency_dentist,daniel miller,True, 2024-10-11 16:30,emergency_dentist,daniel miller,True, 2024-10-12 09:00,emergency_dentist,daniel miller,True, 2024-10-12 09:30,emergency_dentist,daniel miller,True, 2024-10-12 10:00,emergency_dentist,daniel miller,False,1000089 2024-10-12 10:30,emergency_dentist,daniel miller,True, 2024-10-12 11:00,emergency_dentist,daniel miller,False,1000095 2024-10-12 11:30,emergency_dentist,daniel miller,False,1000030 2024-10-12 12:00,emergency_dentist,daniel miller,True, 2024-10-12 12:30,emergency_dentist,daniel miller,True, 2024-10-14 08:00,emergency_dentist,daniel miller,False,1000070 2024-10-14 08:30,emergency_dentist,daniel miller,False,1000099 2024-10-14 09:00,emergency_dentist,daniel miller,False,1000049 2024-10-14 09:30,emergency_dentist,daniel miller,False,1000012 2024-10-14 10:00,emergency_dentist,daniel miller,True, 2024-10-14 10:30,emergency_dentist,daniel miller,False,1000069 2024-10-14 11:00,emergency_dentist,daniel miller,False,1000058 2024-10-14 11:30,emergency_dentist,daniel miller,False,1000061 2024-10-14 12:00,emergency_dentist,daniel miller,True, 2024-10-14 12:30,emergency_dentist,daniel miller,True, 2024-10-14 13:00,emergency_dentist,daniel miller,True, 2024-10-14 13:30,emergency_dentist,daniel miller,False,1000030 2024-10-14 14:00,emergency_dentist,daniel miller,True, 2024-10-14 14:30,emergency_dentist,daniel miller,False,1000062 2024-10-14 15:00,emergency_dentist,daniel miller,True, 2024-10-14 15:30,emergency_dentist,daniel miller,True, 2024-10-14 16:00,emergency_dentist,daniel miller,False,1000007 2024-10-14 16:30,emergency_dentist,daniel miller,True, 2024-10-15 08:00,emergency_dentist,daniel miller,True, 2024-10-15 08:30,emergency_dentist,daniel miller,True, 2024-10-15 09:00,emergency_dentist,daniel miller,True, 2024-10-15 09:30,emergency_dentist,daniel miller,True, 2024-10-15 10:00,emergency_dentist,daniel miller,False,1000037 2024-10-15 10:30,emergency_dentist,daniel miller,False,1000066 2024-10-15 11:00,emergency_dentist,daniel miller,False,1000099 2024-10-15 11:30,emergency_dentist,daniel miller,True, 2024-10-15 12:00,emergency_dentist,daniel miller,True, 2024-10-15 12:30,emergency_dentist,daniel miller,False,1000028 2024-10-15 13:00,emergency_dentist,daniel miller,True, 2024-10-15 13:30,emergency_dentist,daniel miller,False,1000019 2024-10-15 14:00,emergency_dentist,daniel miller,False,1000069 2024-10-15 14:30,emergency_dentist,daniel miller,True, 2024-10-15 15:00,emergency_dentist,daniel miller,True, 2024-10-15 15:30,emergency_dentist,daniel miller,True, 2024-10-15 16:00,emergency_dentist,daniel miller,True, 2024-10-15 16:30,emergency_dentist,daniel miller,False,1000043 2024-10-16 08:00,emergency_dentist,daniel miller,False,1000077 2024-10-16 08:30,emergency_dentist,daniel miller,True, 2024-10-16 09:00,emergency_dentist,daniel miller,False,1000091 2024-10-16 09:30,emergency_dentist,daniel miller,True, 2024-10-16 10:00,emergency_dentist,daniel miller,True, 2024-10-16 10:30,emergency_dentist,daniel miller,True, 2024-10-16 11:00,emergency_dentist,daniel miller,False,1000017 2024-10-16 11:30,emergency_dentist,daniel miller,True, 2024-10-16 12:00,emergency_dentist,daniel miller,True, 2024-10-16 12:30,emergency_dentist,daniel miller,True, 2024-10-16 13:00,emergency_dentist,daniel miller,False,1000080 2024-10-16 13:30,emergency_dentist,daniel miller,True, 2024-10-16 14:00,emergency_dentist,daniel miller,False,1000075 2024-10-16 14:30,emergency_dentist,daniel miller,True, 2024-10-16 15:00,emergency_dentist,daniel miller,True, 2024-10-16 15:30,emergency_dentist,daniel miller,True, 2024-10-16 16:00,emergency_dentist,daniel miller,True, 2024-10-16 16:30,emergency_dentist,daniel miller,True, 2024-10-17 08:00,emergency_dentist,daniel miller,False,1000097 2024-10-17 08:30,emergency_dentist,daniel miller,False,1000001 2024-10-17 09:00,emergency_dentist,daniel miller,True, 2024-10-17 09:30,emergency_dentist,daniel miller,True, 2024-10-17 10:00,emergency_dentist,daniel miller,True, 2024-10-17 10:30,emergency_dentist,daniel miller,False,1000006 2024-10-17 11:00,emergency_dentist,daniel miller,True, 2024-10-17 11:30,emergency_dentist,daniel miller,True, 2024-10-17 12:00,emergency_dentist,daniel miller,False,1000068 2024-10-17 12:30,emergency_dentist,daniel miller,True, 2024-10-17 13:00,emergency_dentist,daniel miller,False,1000001 2024-10-17 13:30,emergency_dentist,daniel miller,True, 2024-10-17 14:00,emergency_dentist,daniel miller,True, 2024-10-17 14:30,emergency_dentist,daniel miller,True, 2024-10-17 15:00,emergency_dentist,daniel miller,True, 2024-10-17 15:30,emergency_dentist,daniel miller,True, 2024-10-17 16:00,emergency_dentist,daniel miller,True, 2024-10-17 16:30,emergency_dentist,daniel miller,True, 2024-10-18 08:00,emergency_dentist,daniel miller,True, 2024-10-18 08:30,emergency_dentist,daniel miller,True, 2024-10-18 09:00,emergency_dentist,daniel miller,False,1000011 2024-10-18 09:30,emergency_dentist,daniel miller,True, 2024-10-18 10:00,emergency_dentist,daniel miller,True, 2024-10-18 10:30,emergency_dentist,daniel miller,True, 2024-10-18 11:00,emergency_dentist,daniel miller,True, 2024-10-18 11:30,emergency_dentist,daniel miller,True, 2024-10-18 12:00,emergency_dentist,daniel miller,True, 2024-10-18 12:30,emergency_dentist,daniel miller,True, 2024-10-18 13:00,emergency_dentist,daniel miller,False,1000059 2024-10-18 13:30,emergency_dentist,daniel miller,True, 2024-10-18 14:00,emergency_dentist,daniel miller,False,1000075 2024-10-18 14:30,emergency_dentist,daniel miller,True, 2024-10-18 15:00,emergency_dentist,daniel miller,True, 2024-10-18 15:30,emergency_dentist,daniel miller,True, 2024-10-18 16:00,emergency_dentist,daniel miller,True, 2024-10-18 16:30,emergency_dentist,daniel miller,False,1000075 2024-10-19 09:00,emergency_dentist,daniel miller,True, 2024-10-19 09:30,emergency_dentist,daniel miller,True, 2024-10-19 10:00,emergency_dentist,daniel miller,True, 2024-10-19 10:30,emergency_dentist,daniel miller,True, 2024-10-19 11:00,emergency_dentist,daniel miller,True, 2024-10-19 11:30,emergency_dentist,daniel miller,True, 2024-10-19 12:00,emergency_dentist,daniel miller,False,1000087 2024-10-19 12:30,emergency_dentist,daniel miller,True, 2024-10-21 08:00,emergency_dentist,daniel miller,False,1000079 2024-10-21 08:30,emergency_dentist,daniel miller,True, 2024-10-21 09:00,emergency_dentist,daniel miller,False,1000086 2024-10-21 09:30,emergency_dentist,daniel miller,True, 2024-10-21 10:00,emergency_dentist,daniel miller,True, 2024-10-21 10:30,emergency_dentist,daniel miller,True, 2024-10-21 11:00,emergency_dentist,daniel miller,True, 2024-10-21 11:30,emergency_dentist,daniel miller,True, 2024-10-21 12:00,emergency_dentist,daniel miller,False,1000001 2024-10-21 12:30,emergency_dentist,daniel miller,True, 2024-10-21 13:00,emergency_dentist,daniel miller,True, 2024-10-21 13:30,emergency_dentist,daniel miller,True, 2024-10-21 14:00,emergency_dentist,daniel miller,False,1000072 2024-10-21 14:30,emergency_dentist,daniel miller,True, 2024-10-21 15:00,emergency_dentist,daniel miller,True, 2024-10-21 15:30,emergency_dentist,daniel miller,False,1000067 2024-10-21 16:00,emergency_dentist,daniel miller,False,1000009 2024-10-21 16:30,emergency_dentist,daniel miller,False,1000051 2024-10-22 08:00,emergency_dentist,daniel miller,True, 2024-10-22 08:30,emergency_dentist,daniel miller,True, 2024-10-22 09:00,emergency_dentist,daniel miller,True, 2024-10-22 09:30,emergency_dentist,daniel miller,False,1000005 2024-10-22 10:00,emergency_dentist,daniel miller,False,1000091 2024-10-22 10:30,emergency_dentist,daniel miller,True, 2024-10-22 11:00,emergency_dentist,daniel miller,False,1000021 2024-10-22 11:30,emergency_dentist,daniel miller,False,1000075 2024-10-22 12:00,emergency_dentist,daniel miller,False,1000007 2024-10-22 12:30,emergency_dentist,daniel miller,True, 2024-10-22 13:00,emergency_dentist,daniel miller,True, 2024-10-22 13:30,emergency_dentist,daniel miller,True, 2024-10-22 14:00,emergency_dentist,daniel miller,True, 2024-10-22 14:30,emergency_dentist,daniel miller,False,1000089 2024-10-22 15:00,emergency_dentist,daniel miller,True, 2024-10-22 15:30,emergency_dentist,daniel miller,True, 2024-10-22 16:00,emergency_dentist,daniel miller,True, 2024-10-22 16:30,emergency_dentist,daniel miller,True, 2024-10-23 08:00,emergency_dentist,daniel miller,True, 2024-10-23 08:30,emergency_dentist,daniel miller,True, 2024-10-23 09:00,emergency_dentist,daniel miller,True, 2024-10-23 09:30,emergency_dentist,daniel miller,True, 2024-10-23 10:00,emergency_dentist,daniel miller,False,1000017 2024-10-23 10:30,emergency_dentist,daniel miller,False,1000045 2024-10-23 11:00,emergency_dentist,daniel miller,True, 2024-10-23 11:30,emergency_dentist,daniel miller,True, 2024-10-23 12:00,emergency_dentist,daniel miller,True, 2024-10-23 12:30,emergency_dentist,daniel miller,True, 2024-10-23 13:00,emergency_dentist,daniel miller,True, 2024-10-23 13:30,emergency_dentist,daniel miller,True, 2024-10-23 14:00,emergency_dentist,daniel miller,True, 2024-10-23 14:30,emergency_dentist,daniel miller,True, 2024-10-23 15:00,emergency_dentist,daniel miller,True, 2024-10-23 15:30,emergency_dentist,daniel miller,False,1000088 2024-10-23 16:00,emergency_dentist,daniel miller,True, 2024-10-23 16:30,emergency_dentist,daniel miller,True, 2024-10-24 08:00,emergency_dentist,daniel miller,False,1000086 2024-10-24 08:30,emergency_dentist,daniel miller,True, 2024-10-24 09:00,emergency_dentist,daniel miller,True, 2024-10-24 09:30,emergency_dentist,daniel miller,False,1000093 2024-10-24 10:00,emergency_dentist,daniel miller,False,1000047 2024-10-24 10:30,emergency_dentist,daniel miller,True, 2024-10-24 11:00,emergency_dentist,daniel miller,False,1000077 2024-10-24 11:30,emergency_dentist,daniel miller,True, 2024-10-24 12:00,emergency_dentist,daniel miller,True, 2024-10-24 12:30,emergency_dentist,daniel miller,True, 2024-10-24 13:00,emergency_dentist,daniel miller,True, 2024-10-24 13:30,emergency_dentist,daniel miller,True, 2024-10-24 14:00,emergency_dentist,daniel miller,True, 2024-10-24 14:30,emergency_dentist,daniel miller,True, 2024-10-24 15:00,emergency_dentist,daniel miller,True, 2024-10-24 15:30,emergency_dentist,daniel miller,True, 2024-10-24 16:00,emergency_dentist,daniel miller,True, 2024-10-24 16:30,emergency_dentist,daniel miller,False,1000026 2024-10-25 08:00,emergency_dentist,daniel miller,True, 2024-10-25 08:30,emergency_dentist,daniel miller,True, 2024-10-25 09:00,emergency_dentist,daniel miller,True, 2024-10-25 09:30,emergency_dentist,daniel miller,False,1000003 2024-10-25 10:00,emergency_dentist,daniel miller,True, 2024-10-25 10:30,emergency_dentist,daniel miller,False,1000051 2024-10-25 11:00,emergency_dentist,daniel miller,True, 2024-10-25 11:30,emergency_dentist,daniel miller,True, 2024-10-25 12:00,emergency_dentist,daniel miller,True, 2024-10-25 12:30,emergency_dentist,daniel miller,True, 2024-10-25 13:00,emergency_dentist,daniel miller,True, 2024-10-25 13:30,emergency_dentist,daniel miller,False,1000094 2024-10-25 14:00,emergency_dentist,daniel miller,False,1000068 2024-10-25 14:30,emergency_dentist,daniel miller,True, 2024-10-25 15:00,emergency_dentist,daniel miller,True, 2024-10-25 15:30,emergency_dentist,daniel miller,True, 2024-10-25 16:00,emergency_dentist,daniel miller,False,1000082 2024-10-25 16:30,emergency_dentist,daniel miller,True, 2024-10-26 09:00,emergency_dentist,daniel miller,False,1000041 2024-10-26 09:30,emergency_dentist,daniel miller,True, 2024-10-26 10:00,emergency_dentist,daniel miller,False,1000097 2024-10-26 10:30,emergency_dentist,daniel miller,True, 2024-10-26 11:00,emergency_dentist,daniel miller,True, 2024-10-26 11:30,emergency_dentist,daniel miller,True, 2024-10-26 12:00,emergency_dentist,daniel miller,False,1000008 2024-10-26 12:30,emergency_dentist,daniel miller,True, 2024-10-28 08:00,emergency_dentist,daniel miller,False,1000063 2024-10-28 08:30,emergency_dentist,daniel miller,True, 2024-10-28 09:00,emergency_dentist,daniel miller,False,1000082 2024-10-28 09:30,emergency_dentist,daniel miller,True, 2024-10-28 10:00,emergency_dentist,daniel miller,True, 2024-10-28 10:30,emergency_dentist,daniel miller,True, 2024-10-28 11:00,emergency_dentist,daniel miller,True, 2024-10-28 11:30,emergency_dentist,daniel miller,True, 2024-10-28 12:00,emergency_dentist,daniel miller,True, 2024-10-28 12:30,emergency_dentist,daniel miller,True, 2024-10-28 13:00,emergency_dentist,daniel miller,True, 2024-10-28 13:30,emergency_dentist,daniel miller,False,1000014 2024-10-28 14:00,emergency_dentist,daniel miller,False,1000060 2024-10-28 14:30,emergency_dentist,daniel miller,True, 2024-10-28 15:00,emergency_dentist,daniel miller,True, 2024-10-28 15:30,emergency_dentist,daniel miller,True, 2024-10-28 16:00,emergency_dentist,daniel miller,False,1000048 2024-10-28 16:30,emergency_dentist,daniel miller,False,1000093 2024-10-29 08:00,emergency_dentist,daniel miller,True, 2024-10-29 08:30,emergency_dentist,daniel miller,True, 2024-10-29 09:00,emergency_dentist,daniel miller,True, 2024-10-29 09:30,emergency_dentist,daniel miller,False,1000093 2024-10-29 10:00,emergency_dentist,daniel miller,True, 2024-10-29 10:30,emergency_dentist,daniel miller,True, 2024-10-29 11:00,emergency_dentist,daniel miller,True, 2024-10-29 11:30,emergency_dentist,daniel miller,True, 2024-10-29 12:00,emergency_dentist,daniel miller,True, 2024-10-29 12:30,emergency_dentist,daniel miller,False,1000097 2024-10-29 13:00,emergency_dentist,daniel miller,False,1000063 2024-10-29 13:30,emergency_dentist,daniel miller,False,1000056 2024-10-29 14:00,emergency_dentist,daniel miller,False,1000071 2024-10-29 14:30,emergency_dentist,daniel miller,True, 2024-10-29 15:00,emergency_dentist,daniel miller,True, 2024-10-29 15:30,emergency_dentist,daniel miller,True, 2024-10-29 16:00,emergency_dentist,daniel miller,False,1000012 2024-10-29 16:30,emergency_dentist,daniel miller,True, 2024-10-30 08:00,emergency_dentist,daniel miller,False,1000017 2024-10-30 08:30,emergency_dentist,daniel miller,True, 2024-10-30 09:00,emergency_dentist,daniel miller,True, 2024-10-30 09:30,emergency_dentist,daniel miller,True, 2024-10-30 10:00,emergency_dentist,daniel miller,True, 2024-10-30 10:30,emergency_dentist,daniel miller,True, 2024-10-30 11:00,emergency_dentist,daniel miller,True, 2024-10-30 11:30,emergency_dentist,daniel miller,True, 2024-10-30 12:00,emergency_dentist,daniel miller,True, 2024-10-30 12:30,emergency_dentist,daniel miller,True, 2024-10-30 13:00,emergency_dentist,daniel miller,True, 2024-10-30 13:30,emergency_dentist,daniel miller,True, 2024-10-30 14:00,emergency_dentist,daniel miller,True, 2024-10-30 14:30,emergency_dentist,daniel miller,True, 2024-10-30 15:00,emergency_dentist,daniel miller,True, 2024-10-30 15:30,emergency_dentist,daniel miller,False,1000091 2024-10-30 16:00,emergency_dentist,daniel miller,True, 2024-10-30 16:30,emergency_dentist,daniel miller,True, 2024-10-31 08:00,emergency_dentist,daniel miller,True, 2024-10-31 08:30,emergency_dentist,daniel miller,True, 2024-10-31 09:00,emergency_dentist,daniel miller,False,1000014 2024-10-31 09:30,emergency_dentist,daniel miller,False,1000029 2024-10-31 10:00,emergency_dentist,daniel miller,True, 2024-10-31 10:30,emergency_dentist,daniel miller,True, 2024-10-31 11:00,emergency_dentist,daniel miller,True, 2024-10-31 11:30,emergency_dentist,daniel miller,True, 2024-10-31 12:00,emergency_dentist,daniel miller,True, 2024-10-31 12:30,emergency_dentist,daniel miller,True, 2024-10-31 13:00,emergency_dentist,daniel miller,True, 2024-10-31 13:30,emergency_dentist,daniel miller,True, 2024-10-31 14:00,emergency_dentist,daniel miller,False,1000055 2024-10-31 14:30,emergency_dentist,daniel miller,True, 2024-10-31 15:00,emergency_dentist,daniel miller,True, 2024-10-31 15:30,emergency_dentist,daniel miller,True, 2024-10-31 16:00,emergency_dentist,daniel miller,True, 2024-10-31 16:30,emergency_dentist,daniel miller,True, 2024-11-01 08:00,emergency_dentist,daniel miller,True, 2024-11-01 08:30,emergency_dentist,daniel miller,False,1000088 2024-11-01 09:00,emergency_dentist,daniel miller,False,1000056 2024-11-01 09:30,emergency_dentist,daniel miller,False,1000051 2024-11-01 10:00,emergency_dentist,daniel miller,True, 2024-11-01 10:30,emergency_dentist,daniel miller,True, 2024-11-01 11:00,emergency_dentist,daniel miller,True, 2024-11-01 11:30,emergency_dentist,daniel miller,False,1000096 2024-11-01 12:00,emergency_dentist,daniel miller,True, 2024-11-01 12:30,emergency_dentist,daniel miller,True, 2024-11-01 13:00,emergency_dentist,daniel miller,False,1000058 2024-11-01 13:30,emergency_dentist,daniel miller,False,1000100 2024-11-01 14:00,emergency_dentist,daniel miller,False,1000074 2024-11-01 14:30,emergency_dentist,daniel miller,True, 2024-11-01 15:00,emergency_dentist,daniel miller,True, 2024-11-01 15:30,emergency_dentist,daniel miller,True, 2024-11-01 16:00,emergency_dentist,daniel miller,True, 2024-11-01 16:30,emergency_dentist,daniel miller,False,1000052 2024-11-02 09:00,emergency_dentist,daniel miller,False,1000047 2024-11-02 09:30,emergency_dentist,daniel miller,False,1000024 2024-11-02 10:00,emergency_dentist,daniel miller,True, 2024-11-02 10:30,emergency_dentist,daniel miller,True, 2024-11-02 11:00,emergency_dentist,daniel miller,True, 2024-11-02 11:30,emergency_dentist,daniel miller,True, 2024-11-02 12:00,emergency_dentist,daniel miller,True, 2024-11-02 12:30,emergency_dentist,daniel miller,True, 2024-10-05 09:00,emergency_dentist,susan davis,False,1000037 2024-10-05 09:30,emergency_dentist,susan davis,False,1000025 2024-10-05 10:00,emergency_dentist,susan davis,False,1000058 2024-10-05 10:30,emergency_dentist,susan davis,False,1000039 2024-10-05 11:00,emergency_dentist,susan davis,False,1000076 2024-10-05 11:30,emergency_dentist,susan davis,False,1000085 2024-10-05 12:00,emergency_dentist,susan davis,False,1000086 2024-10-05 12:30,emergency_dentist,susan davis,False,1000089 2024-10-07 08:00,emergency_dentist,susan davis,True, 2024-10-07 08:30,emergency_dentist,susan davis,False,1000098 2024-10-07 09:00,emergency_dentist,susan davis,True, 2024-10-07 09:30,emergency_dentist,susan davis,True, 2024-10-07 10:00,emergency_dentist,susan davis,True, 2024-10-07 10:30,emergency_dentist,susan davis,False,1000081 2024-10-07 11:00,emergency_dentist,susan davis,True, 2024-10-07 11:30,emergency_dentist,susan davis,True, 2024-10-07 12:00,emergency_dentist,susan davis,True, 2024-10-07 12:30,emergency_dentist,susan davis,False,1000079 2024-10-07 13:00,emergency_dentist,susan davis,True, 2024-10-07 13:30,emergency_dentist,susan davis,True, 2024-10-07 14:00,emergency_dentist,susan davis,False,1000071 2024-10-07 14:30,emergency_dentist,susan davis,True, 2024-10-07 15:00,emergency_dentist,susan davis,True, 2024-10-07 15:30,emergency_dentist,susan davis,True, 2024-10-07 16:00,emergency_dentist,susan davis,True, 2024-10-07 16:30,emergency_dentist,susan davis,False,1000001 2024-10-08 08:00,emergency_dentist,susan davis,True, 2024-10-08 08:30,emergency_dentist,susan davis,True, 2024-10-08 09:00,emergency_dentist,susan davis,True, 2024-10-08 09:30,emergency_dentist,susan davis,True, 2024-10-08 10:00,emergency_dentist,susan davis,True, 2024-10-08 10:30,emergency_dentist,susan davis,False,1000091 2024-10-08 11:00,emergency_dentist,susan davis,True, 2024-10-08 11:30,emergency_dentist,susan davis,True, 2024-10-08 12:00,emergency_dentist,susan davis,False,1000076 2024-10-08 12:30,emergency_dentist,susan davis,True, 2024-10-08 13:00,emergency_dentist,susan davis,True, 2024-10-08 13:30,emergency_dentist,susan davis,True, 2024-10-08 14:00,emergency_dentist,susan davis,False,1000054 2024-10-08 14:30,emergency_dentist,susan davis,True, 2024-10-08 15:00,emergency_dentist,susan davis,True, 2024-10-08 15:30,emergency_dentist,susan davis,True, 2024-10-08 16:00,emergency_dentist,susan davis,True, 2024-10-08 16:30,emergency_dentist,susan davis,False,1000087 2024-10-09 08:00,emergency_dentist,susan davis,True, 2024-10-09 08:30,emergency_dentist,susan davis,True, 2024-10-09 09:00,emergency_dentist,susan davis,True, 2024-10-09 09:30,emergency_dentist,susan davis,True, 2024-10-09 10:00,emergency_dentist,susan davis,False,1000041 2024-10-09 10:30,emergency_dentist,susan davis,True, 2024-10-09 11:00,emergency_dentist,susan davis,False,1000093 2024-10-09 11:30,emergency_dentist,susan davis,True, 2024-10-09 12:00,emergency_dentist,susan davis,False,1000001 2024-10-09 12:30,emergency_dentist,susan davis,True, 2024-10-09 13:00,emergency_dentist,susan davis,True, 2024-10-09 13:30,emergency_dentist,susan davis,True, 2024-10-09 14:00,emergency_dentist,susan davis,True, 2024-10-09 14:30,emergency_dentist,susan davis,True, 2024-10-09 15:00,emergency_dentist,susan davis,True, 2024-10-09 15:30,emergency_dentist,susan davis,True, 2024-10-09 16:00,emergency_dentist,susan davis,True, 2024-10-09 16:30,emergency_dentist,susan davis,True, 2024-10-10 08:00,emergency_dentist,susan davis,False,1000028 2024-10-10 08:30,emergency_dentist,susan davis,True, 2024-10-10 09:00,emergency_dentist,susan davis,False,1000062 2024-10-10 09:30,emergency_dentist,susan davis,True, 2024-10-10 10:00,emergency_dentist,susan davis,False,1000056 2024-10-10 10:30,emergency_dentist,susan davis,True, 2024-10-10 11:00,emergency_dentist,susan davis,True, 2024-10-10 11:30,emergency_dentist,susan davis,True, 2024-10-10 12:00,emergency_dentist,susan davis,True, 2024-10-10 12:30,emergency_dentist,susan davis,True, 2024-10-10 13:00,emergency_dentist,susan davis,True, 2024-10-10 13:30,emergency_dentist,susan davis,True, 2024-10-10 14:00,emergency_dentist,susan davis,True, 2024-10-10 14:30,emergency_dentist,susan davis,True, 2024-10-10 15:00,emergency_dentist,susan davis,False,1000056 2024-10-10 15:30,emergency_dentist,susan davis,True, 2024-10-10 16:00,emergency_dentist,susan davis,True, 2024-10-10 16:30,emergency_dentist,susan davis,True, 2024-10-11 08:00,emergency_dentist,susan davis,True, 2024-10-11 08:30,emergency_dentist,susan davis,True, 2024-10-11 09:00,emergency_dentist,susan davis,True, 2024-10-11 09:30,emergency_dentist,susan davis,True, 2024-10-11 10:00,emergency_dentist,susan davis,True, 2024-10-11 10:30,emergency_dentist,susan davis,True, 2024-10-11 11:00,emergency_dentist,susan davis,True, 2024-10-11 11:30,emergency_dentist,susan davis,False,1000094 2024-10-11 12:00,emergency_dentist,susan davis,True, 2024-10-11 12:30,emergency_dentist,susan davis,False,1000066 2024-10-11 13:00,emergency_dentist,susan davis,True, 2024-10-11 13:30,emergency_dentist,susan davis,False,1000010 2024-10-11 14:00,emergency_dentist,susan davis,True, 2024-10-11 14:30,emergency_dentist,susan davis,True, 2024-10-11 15:00,emergency_dentist,susan davis,False,1000038 2024-10-11 15:30,emergency_dentist,susan davis,True, 2024-10-11 16:00,emergency_dentist,susan davis,False,1000087 2024-10-11 16:30,emergency_dentist,susan davis,False,1000002 2024-10-12 09:00,emergency_dentist,susan davis,True, 2024-10-12 09:30,emergency_dentist,susan davis,False,1000022 2024-10-12 10:00,emergency_dentist,susan davis,False,1000023 2024-10-12 10:30,emergency_dentist,susan davis,False,1000092 2024-10-12 11:00,emergency_dentist,susan davis,True, 2024-10-12 11:30,emergency_dentist,susan davis,False,1000046 2024-10-12 12:00,emergency_dentist,susan davis,True, 2024-10-12 12:30,emergency_dentist,susan davis,False,1000077 2024-10-14 08:00,emergency_dentist,susan davis,True, 2024-10-14 08:30,emergency_dentist,susan davis,True, 2024-10-14 09:00,emergency_dentist,susan davis,True, 2024-10-14 09:30,emergency_dentist,susan davis,True, 2024-10-14 10:00,emergency_dentist,susan davis,True, 2024-10-14 10:30,emergency_dentist,susan davis,False,1000081 2024-10-14 11:00,emergency_dentist,susan davis,True, 2024-10-14 11:30,emergency_dentist,susan davis,True, 2024-10-14 12:00,emergency_dentist,susan davis,False,1000065 2024-10-14 12:30,emergency_dentist,susan davis,False,1000017 2024-10-14 13:00,emergency_dentist,susan davis,True, 2024-10-14 13:30,emergency_dentist,susan davis,True, 2024-10-14 14:00,emergency_dentist,susan davis,True, 2024-10-14 14:30,emergency_dentist,susan davis,True, 2024-10-14 15:00,emergency_dentist,susan davis,True, 2024-10-14 15:30,emergency_dentist,susan davis,True, 2024-10-14 16:00,emergency_dentist,susan davis,False,1000013 2024-10-14 16:30,emergency_dentist,susan davis,False,1000070 2024-10-15 08:00,emergency_dentist,susan davis,True, 2024-10-15 08:30,emergency_dentist,susan davis,True, 2024-10-15 09:00,emergency_dentist,susan davis,False,1000047 2024-10-15 09:30,emergency_dentist,susan davis,False,1000093 2024-10-15 10:00,emergency_dentist,susan davis,True, 2024-10-15 10:30,emergency_dentist,susan davis,True, 2024-10-15 11:00,emergency_dentist,susan davis,False,1000047 2024-10-15 11:30,emergency_dentist,susan davis,False,1000096 2024-10-15 12:00,emergency_dentist,susan davis,True, 2024-10-15 12:30,emergency_dentist,susan davis,False,1000095 2024-10-15 13:00,emergency_dentist,susan davis,True, 2024-10-15 13:30,emergency_dentist,susan davis,True, 2024-10-15 14:00,emergency_dentist,susan davis,True, 2024-10-15 14:30,emergency_dentist,susan davis,False,1000095 2024-10-15 15:00,emergency_dentist,susan davis,True, 2024-10-15 15:30,emergency_dentist,susan davis,True, 2024-10-15 16:00,emergency_dentist,susan davis,True, 2024-10-15 16:30,emergency_dentist,susan davis,True, 2024-10-16 08:00,emergency_dentist,susan davis,True, 2024-10-16 08:30,emergency_dentist,susan davis,True, 2024-10-16 09:00,emergency_dentist,susan davis,True, 2024-10-16 09:30,emergency_dentist,susan davis,True, 2024-10-16 10:00,emergency_dentist,susan davis,True, 2024-10-16 10:30,emergency_dentist,susan davis,True, 2024-10-16 11:00,emergency_dentist,susan davis,True, 2024-10-16 11:30,emergency_dentist,susan davis,True, 2024-10-16 12:00,emergency_dentist,susan davis,True, 2024-10-16 12:30,emergency_dentist,susan davis,False,1000030 2024-10-16 13:00,emergency_dentist,susan davis,True, 2024-10-16 13:30,emergency_dentist,susan davis,False,1000083 2024-10-16 14:00,emergency_dentist,susan davis,True, 2024-10-16 14:30,emergency_dentist,susan davis,True, 2024-10-16 15:00,emergency_dentist,susan davis,True, 2024-10-16 15:30,emergency_dentist,susan davis,False,1000086 2024-10-16 16:00,emergency_dentist,susan davis,True, 2024-10-16 16:30,emergency_dentist,susan davis,True, 2024-10-17 08:00,emergency_dentist,susan davis,False,1000024 2024-10-17 08:30,emergency_dentist,susan davis,True, 2024-10-17 09:00,emergency_dentist,susan davis,True, 2024-10-17 09:30,emergency_dentist,susan davis,True, 2024-10-17 10:00,emergency_dentist,susan davis,True, 2024-10-17 10:30,emergency_dentist,susan davis,True, 2024-10-17 11:00,emergency_dentist,susan davis,False,1000080 2024-10-17 11:30,emergency_dentist,susan davis,True, 2024-10-17 12:00,emergency_dentist,susan davis,False,1000014 2024-10-17 12:30,emergency_dentist,susan davis,True, 2024-10-17 13:00,emergency_dentist,susan davis,True, 2024-10-17 13:30,emergency_dentist,susan davis,False,1000097 2024-10-17 14:00,emergency_dentist,susan davis,False,1000039 2024-10-17 14:30,emergency_dentist,susan davis,True, 2024-10-17 15:00,emergency_dentist,susan davis,True, 2024-10-17 15:30,emergency_dentist,susan davis,False,1000061 2024-10-17 16:00,emergency_dentist,susan davis,False,1000083 2024-10-17 16:30,emergency_dentist,susan davis,False,1000089 2024-10-18 08:00,emergency_dentist,susan davis,False,1000045 2024-10-18 08:30,emergency_dentist,susan davis,True, 2024-10-18 09:00,emergency_dentist,susan davis,True, 2024-10-18 09:30,emergency_dentist,susan davis,False,1000070 2024-10-18 10:00,emergency_dentist,susan davis,True, 2024-10-18 10:30,emergency_dentist,susan davis,True, 2024-10-18 11:00,emergency_dentist,susan davis,True, 2024-10-18 11:30,emergency_dentist,susan davis,True, 2024-10-18 12:00,emergency_dentist,susan davis,True, 2024-10-18 12:30,emergency_dentist,susan davis,False,1000069 2024-10-18 13:00,emergency_dentist,susan davis,True, 2024-10-18 13:30,emergency_dentist,susan davis,True, 2024-10-18 14:00,emergency_dentist,susan davis,True, 2024-10-18 14:30,emergency_dentist,susan davis,True, 2024-10-18 15:00,emergency_dentist,susan davis,True, 2024-10-18 15:30,emergency_dentist,susan davis,False,1000092 2024-10-18 16:00,emergency_dentist,susan davis,True, 2024-10-18 16:30,emergency_dentist,susan davis,True, 2024-10-19 09:00,emergency_dentist,susan davis,True, 2024-10-19 09:30,emergency_dentist,susan davis,True, 2024-10-19 10:00,emergency_dentist,susan davis,True, 2024-10-19 10:30,emergency_dentist,susan davis,True, 2024-10-19 11:00,emergency_dentist,susan davis,True, 2024-10-19 11:30,emergency_dentist,susan davis,True, 2024-10-19 12:00,emergency_dentist,susan davis,True, 2024-10-19 12:30,emergency_dentist,susan davis,True, 2024-10-21 08:00,emergency_dentist,susan davis,True, 2024-10-21 08:30,emergency_dentist,susan davis,True, 2024-10-21 09:00,emergency_dentist,susan davis,True, 2024-10-21 09:30,emergency_dentist,susan davis,True, 2024-10-21 10:00,emergency_dentist,susan davis,True, 2024-10-21 10:30,emergency_dentist,susan davis,True, 2024-10-21 11:00,emergency_dentist,susan davis,True, 2024-10-21 11:30,emergency_dentist,susan davis,True, 2024-10-21 12:00,emergency_dentist,susan davis,True, 2024-10-21 12:30,emergency_dentist,susan davis,True, 2024-10-21 13:00,emergency_dentist,susan davis,False,1000077 2024-10-21 13:30,emergency_dentist,susan davis,True, 2024-10-21 14:00,emergency_dentist,susan davis,True, 2024-10-21 14:30,emergency_dentist,susan davis,False,1000083 2024-10-21 15:00,emergency_dentist,susan davis,True, 2024-10-21 15:30,emergency_dentist,susan davis,False,1000075 2024-10-21 16:00,emergency_dentist,susan davis,True, 2024-10-21 16:30,emergency_dentist,susan davis,True, 2024-10-22 08:00,emergency_dentist,susan davis,True, 2024-10-22 08:30,emergency_dentist,susan davis,False,1000093 2024-10-22 09:00,emergency_dentist,susan davis,True, 2024-10-22 09:30,emergency_dentist,susan davis,False,1000033 2024-10-22 10:00,emergency_dentist,susan davis,False,1000079 2024-10-22 10:30,emergency_dentist,susan davis,True, 2024-10-22 11:00,emergency_dentist,susan davis,True, 2024-10-22 11:30,emergency_dentist,susan davis,True, 2024-10-22 12:00,emergency_dentist,susan davis,True, 2024-10-22 12:30,emergency_dentist,susan davis,False,1000070 2024-10-22 13:00,emergency_dentist,susan davis,True, 2024-10-22 13:30,emergency_dentist,susan davis,True, 2024-10-22 14:00,emergency_dentist,susan davis,False,1000089 2024-10-22 14:30,emergency_dentist,susan davis,True, 2024-10-22 15:00,emergency_dentist,susan davis,False,1000034 2024-10-22 15:30,emergency_dentist,susan davis,True, 2024-10-22 16:00,emergency_dentist,susan davis,False,1000032 2024-10-22 16:30,emergency_dentist,susan davis,False,1000079 2024-10-23 08:00,emergency_dentist,susan davis,False,1000053 2024-10-23 08:30,emergency_dentist,susan davis,True, 2024-10-23 09:00,emergency_dentist,susan davis,True, 2024-10-23 09:30,emergency_dentist,susan davis,True, 2024-10-23 10:00,emergency_dentist,susan davis,True, 2024-10-23 10:30,emergency_dentist,susan davis,True, 2024-10-23 11:00,emergency_dentist,susan davis,False,1000055 2024-10-23 11:30,emergency_dentist,susan davis,True, 2024-10-23 12:00,emergency_dentist,susan davis,False,1000084 2024-10-23 12:30,emergency_dentist,susan davis,True, 2024-10-23 13:00,emergency_dentist,susan davis,True, 2024-10-23 13:30,emergency_dentist,susan davis,True, 2024-10-23 14:00,emergency_dentist,susan davis,True, 2024-10-23 14:30,emergency_dentist,susan davis,True, 2024-10-23 15:00,emergency_dentist,susan davis,False,1000057 2024-10-23 15:30,emergency_dentist,susan davis,True, 2024-10-23 16:00,emergency_dentist,susan davis,True, 2024-10-23 16:30,emergency_dentist,susan davis,True, 2024-10-24 08:00,emergency_dentist,susan davis,False,1000082 2024-10-24 08:30,emergency_dentist,susan davis,True, 2024-10-24 09:00,emergency_dentist,susan davis,True, 2024-10-24 09:30,emergency_dentist,susan davis,True, 2024-10-24 10:00,emergency_dentist,susan davis,True, 2024-10-24 10:30,emergency_dentist,susan davis,True, 2024-10-24 11:00,emergency_dentist,susan davis,True, 2024-10-24 11:30,emergency_dentist,susan davis,False,1000065 2024-10-24 12:00,emergency_dentist,susan davis,True, 2024-10-24 12:30,emergency_dentist,susan davis,True, 2024-10-24 13:00,emergency_dentist,susan davis,True, 2024-10-24 13:30,emergency_dentist,susan davis,True, 2024-10-24 14:00,emergency_dentist,susan davis,True, 2024-10-24 14:30,emergency_dentist,susan davis,False,1000007 2024-10-24 15:00,emergency_dentist,susan davis,False,1000007 2024-10-24 15:30,emergency_dentist,susan davis,True, 2024-10-24 16:00,emergency_dentist,susan davis,False,1000087 2024-10-24 16:30,emergency_dentist,susan davis,False,1000095 2024-10-25 08:00,emergency_dentist,susan davis,True, 2024-10-25 08:30,emergency_dentist,susan davis,True, 2024-10-25 09:00,emergency_dentist,susan davis,True, 2024-10-25 09:30,emergency_dentist,susan davis,True, 2024-10-25 10:00,emergency_dentist,susan davis,False,1000053 2024-10-25 10:30,emergency_dentist,susan davis,True, 2024-10-25 11:00,emergency_dentist,susan davis,False,1000057 2024-10-25 11:30,emergency_dentist,susan davis,True, 2024-10-25 12:00,emergency_dentist,susan davis,True, 2024-10-25 12:30,emergency_dentist,susan davis,False,1000053 2024-10-25 13:00,emergency_dentist,susan davis,True, 2024-10-25 13:30,emergency_dentist,susan davis,False,1000097 2024-10-25 14:00,emergency_dentist,susan davis,False,1000007 2024-10-25 14:30,emergency_dentist,susan davis,True, 2024-10-25 15:00,emergency_dentist,susan davis,False,1000099 2024-10-25 15:30,emergency_dentist,susan davis,True, 2024-10-25 16:00,emergency_dentist,susan davis,True, 2024-10-25 16:30,emergency_dentist,susan davis,False,1000031 2024-10-26 09:00,emergency_dentist,susan davis,True, 2024-10-26 09:30,emergency_dentist,susan davis,True, 2024-10-26 10:00,emergency_dentist,susan davis,True, 2024-10-26 10:30,emergency_dentist,susan davis,True, 2024-10-26 11:00,emergency_dentist,susan davis,True, 2024-10-26 11:30,emergency_dentist,susan davis,True, 2024-10-26 12:00,emergency_dentist,susan davis,True, 2024-10-26 12:30,emergency_dentist,susan davis,True, 2024-10-28 08:00,emergency_dentist,susan davis,False,1000083 2024-10-28 08:30,emergency_dentist,susan davis,True, 2024-10-28 09:00,emergency_dentist,susan davis,False,1000051 2024-10-28 09:30,emergency_dentist,susan davis,True, 2024-10-28 10:00,emergency_dentist,susan davis,True, 2024-10-28 10:30,emergency_dentist,susan davis,True, 2024-10-28 11:00,emergency_dentist,susan davis,True, 2024-10-28 11:30,emergency_dentist,susan davis,True, 2024-10-28 12:00,emergency_dentist,susan davis,False,1000042 2024-10-28 12:30,emergency_dentist,susan davis,False,1000017 2024-10-28 13:00,emergency_dentist,susan davis,True, 2024-10-28 13:30,emergency_dentist,susan davis,True, 2024-10-28 14:00,emergency_dentist,susan davis,True, 2024-10-28 14:30,emergency_dentist,susan davis,True, 2024-10-28 15:00,emergency_dentist,susan davis,True, 2024-10-28 15:30,emergency_dentist,susan davis,True, 2024-10-28 16:00,emergency_dentist,susan davis,True, 2024-10-28 16:30,emergency_dentist,susan davis,False,1000088 2024-10-29 08:00,emergency_dentist,susan davis,False,1000096 2024-10-29 08:30,emergency_dentist,susan davis,True, 2024-10-29 09:00,emergency_dentist,susan davis,True, 2024-10-29 09:30,emergency_dentist,susan davis,False,1000066 2024-10-29 10:00,emergency_dentist,susan davis,False,1000100 2024-10-29 10:30,emergency_dentist,susan davis,True, 2024-10-29 11:00,emergency_dentist,susan davis,True, 2024-10-29 11:30,emergency_dentist,susan davis,True, 2024-10-29 12:00,emergency_dentist,susan davis,True, 2024-10-29 12:30,emergency_dentist,susan davis,True, 2024-10-29 13:00,emergency_dentist,susan davis,True, 2024-10-29 13:30,emergency_dentist,susan davis,False,1000072 2024-10-29 14:00,emergency_dentist,susan davis,True, 2024-10-29 14:30,emergency_dentist,susan davis,True, 2024-10-29 15:00,emergency_dentist,susan davis,True, 2024-10-29 15:30,emergency_dentist,susan davis,True, 2024-10-29 16:00,emergency_dentist,susan davis,True, 2024-10-29 16:30,emergency_dentist,susan davis,True, 2024-10-30 08:00,emergency_dentist,susan davis,True, 2024-10-30 08:30,emergency_dentist,susan davis,True, 2024-10-30 09:00,emergency_dentist,susan davis,True, 2024-10-30 09:30,emergency_dentist,susan davis,False,1000016 2024-10-30 10:00,emergency_dentist,susan davis,True, 2024-10-30 10:30,emergency_dentist,susan davis,False,1000012 2024-10-30 11:00,emergency_dentist,susan davis,False,1000007 2024-10-30 11:30,emergency_dentist,susan davis,True, 2024-10-30 12:00,emergency_dentist,susan davis,True, 2024-10-30 12:30,emergency_dentist,susan davis,True, 2024-10-30 13:00,emergency_dentist,susan davis,True, 2024-10-30 13:30,emergency_dentist,susan davis,True, 2024-10-30 14:00,emergency_dentist,susan davis,True, 2024-10-30 14:30,emergency_dentist,susan davis,True, 2024-10-30 15:00,emergency_dentist,susan davis,True, 2024-10-30 15:30,emergency_dentist,susan davis,True, 2024-10-30 16:00,emergency_dentist,susan davis,False,1000093 2024-10-30 16:30,emergency_dentist,susan davis,True, 2024-10-31 08:00,emergency_dentist,susan davis,False,1000062 2024-10-31 08:30,emergency_dentist,susan davis,True, 2024-10-31 09:00,emergency_dentist,susan davis,True, 2024-10-31 09:30,emergency_dentist,susan davis,True, 2024-10-31 10:00,emergency_dentist,susan davis,True, 2024-10-31 10:30,emergency_dentist,susan davis,True, 2024-10-31 11:00,emergency_dentist,susan davis,True, 2024-10-31 11:30,emergency_dentist,susan davis,True, 2024-10-31 12:00,emergency_dentist,susan davis,True, 2024-10-31 12:30,emergency_dentist,susan davis,True, 2024-10-31 13:00,emergency_dentist,susan davis,True, 2024-10-31 13:30,emergency_dentist,susan davis,True, 2024-10-31 14:00,emergency_dentist,susan davis,True, 2024-10-31 14:30,emergency_dentist,susan davis,True, 2024-10-31 15:00,emergency_dentist,susan davis,True, 2024-10-31 15:30,emergency_dentist,susan davis,True, 2024-10-31 16:00,emergency_dentist,susan davis,False,1000014 2024-10-31 16:30,emergency_dentist,susan davis,True, 2024-11-01 08:00,emergency_dentist,susan davis,True, 2024-11-01 08:30,emergency_dentist,susan davis,True, 2024-11-01 09:00,emergency_dentist,susan davis,True, 2024-11-01 09:30,emergency_dentist,susan davis,False,1000035 2024-11-01 10:00,emergency_dentist,susan davis,False,1000098 2024-11-01 10:30,emergency_dentist,susan davis,False,1000041 2024-11-01 11:00,emergency_dentist,susan davis,True, 2024-11-01 11:30,emergency_dentist,susan davis,False,1000024 2024-11-01 12:00,emergency_dentist,susan davis,True, 2024-11-01 12:30,emergency_dentist,susan davis,False,1000039 2024-11-01 13:00,emergency_dentist,susan davis,False,1000033 2024-11-01 13:30,emergency_dentist,susan davis,True, 2024-11-01 14:00,emergency_dentist,susan davis,True, 2024-11-01 14:30,emergency_dentist,susan davis,True, 2024-11-01 15:00,emergency_dentist,susan davis,True, 2024-11-01 15:30,emergency_dentist,susan davis,False,1000070 2024-11-01 16:00,emergency_dentist,susan davis,True, 2024-11-01 16:30,emergency_dentist,susan davis,True, 2024-11-02 09:00,emergency_dentist,susan davis,False,1000081 2024-11-02 09:30,emergency_dentist,susan davis,False,1000028 2024-11-02 10:00,emergency_dentist,susan davis,True, 2024-11-02 10:30,emergency_dentist,susan davis,True, 2024-11-02 11:00,emergency_dentist,susan davis,True, 2024-11-02 11:30,emergency_dentist,susan davis,True, 2024-11-02 12:00,emergency_dentist,susan davis,True, 2024-11-02 12:30,emergency_dentist,susan davis,True, 2024-10-05 09:00,oral_surgeon,robert martinez,False,1000036 2024-10-05 09:30,oral_surgeon,robert martinez,False,1000072 2024-10-05 10:00,oral_surgeon,robert martinez,False,1000004 2024-10-05 10:30,oral_surgeon,robert martinez,False,1000086 2024-10-05 11:00,oral_surgeon,robert martinez,False,1000052 2024-10-05 11:30,oral_surgeon,robert martinez,False,1000048 2024-10-05 12:00,oral_surgeon,robert martinez,False,1000020 2024-10-05 12:30,oral_surgeon,robert martinez,False,1000025 2024-10-07 08:00,oral_surgeon,robert martinez,True, 2024-10-07 08:30,oral_surgeon,robert martinez,True, 2024-10-07 09:00,oral_surgeon,robert martinez,False,1000028 2024-10-07 09:30,oral_surgeon,robert martinez,True, 2024-10-07 10:00,oral_surgeon,robert martinez,False,1000078 2024-10-07 10:30,oral_surgeon,robert martinez,True, 2024-10-07 11:00,oral_surgeon,robert martinez,False,1000089 2024-10-07 11:30,oral_surgeon,robert martinez,True, 2024-10-07 12:00,oral_surgeon,robert martinez,True, 2024-10-07 12:30,oral_surgeon,robert martinez,True, 2024-10-07 13:00,oral_surgeon,robert martinez,True, 2024-10-07 13:30,oral_surgeon,robert martinez,True, 2024-10-07 14:00,oral_surgeon,robert martinez,True, 2024-10-07 14:30,oral_surgeon,robert martinez,True, 2024-10-07 15:00,oral_surgeon,robert martinez,False,1000000 2024-10-07 15:30,oral_surgeon,robert martinez,False,1000009 2024-10-07 16:00,oral_surgeon,robert martinez,True, 2024-10-07 16:30,oral_surgeon,robert martinez,False,1000054 2024-10-08 08:00,oral_surgeon,robert martinez,True, 2024-10-08 08:30,oral_surgeon,robert martinez,True, 2024-10-08 09:00,oral_surgeon,robert martinez,True, 2024-10-08 09:30,oral_surgeon,robert martinez,True, 2024-10-08 10:00,oral_surgeon,robert martinez,True, 2024-10-08 10:30,oral_surgeon,robert martinez,True, 2024-10-08 11:00,oral_surgeon,robert martinez,True, 2024-10-08 11:30,oral_surgeon,robert martinez,True, 2024-10-08 12:00,oral_surgeon,robert martinez,False,1000018 2024-10-08 12:30,oral_surgeon,robert martinez,True, 2024-10-08 13:00,oral_surgeon,robert martinez,False,1000048 2024-10-08 13:30,oral_surgeon,robert martinez,True, 2024-10-08 14:00,oral_surgeon,robert martinez,False,1000016 2024-10-08 14:30,oral_surgeon,robert martinez,False,1000099 2024-10-08 15:00,oral_surgeon,robert martinez,True, 2024-10-08 15:30,oral_surgeon,robert martinez,True, 2024-10-08 16:00,oral_surgeon,robert martinez,False,1000069 2024-10-08 16:30,oral_surgeon,robert martinez,False,1000006 2024-10-09 08:00,oral_surgeon,robert martinez,True, 2024-10-09 08:30,oral_surgeon,robert martinez,True, 2024-10-09 09:00,oral_surgeon,robert martinez,True, 2024-10-09 09:30,oral_surgeon,robert martinez,True, 2024-10-09 10:00,oral_surgeon,robert martinez,False,1000062 2024-10-09 10:30,oral_surgeon,robert martinez,True, 2024-10-09 11:00,oral_surgeon,robert martinez,True, 2024-10-09 11:30,oral_surgeon,robert martinez,True, 2024-10-09 12:00,oral_surgeon,robert martinez,False,1000085 2024-10-09 12:30,oral_surgeon,robert martinez,True, 2024-10-09 13:00,oral_surgeon,robert martinez,True, 2024-10-09 13:30,oral_surgeon,robert martinez,False,1000090 2024-10-09 14:00,oral_surgeon,robert martinez,True, 2024-10-09 14:30,oral_surgeon,robert martinez,True, 2024-10-09 15:00,oral_surgeon,robert martinez,True, 2024-10-09 15:30,oral_surgeon,robert martinez,False,1000079 2024-10-09 16:00,oral_surgeon,robert martinez,True, 2024-10-09 16:30,oral_surgeon,robert martinez,False,1000048 2024-10-10 08:00,oral_surgeon,robert martinez,True, 2024-10-10 08:30,oral_surgeon,robert martinez,True, 2024-10-10 09:00,oral_surgeon,robert martinez,True, 2024-10-10 09:30,oral_surgeon,robert martinez,True, 2024-10-10 10:00,oral_surgeon,robert martinez,False,1000093 2024-10-10 10:30,oral_surgeon,robert martinez,True, 2024-10-10 11:00,oral_surgeon,robert martinez,True, 2024-10-10 11:30,oral_surgeon,robert martinez,True, 2024-10-10 12:00,oral_surgeon,robert martinez,True, 2024-10-10 12:30,oral_surgeon,robert martinez,False,1000062 2024-10-10 13:00,oral_surgeon,robert martinez,True, 2024-10-10 13:30,oral_surgeon,robert martinez,False,1000098 2024-10-10 14:00,oral_surgeon,robert martinez,False,1000023 2024-10-10 14:30,oral_surgeon,robert martinez,True, 2024-10-10 15:00,oral_surgeon,robert martinez,True, 2024-10-10 15:30,oral_surgeon,robert martinez,True, 2024-10-10 16:00,oral_surgeon,robert martinez,True, 2024-10-10 16:30,oral_surgeon,robert martinez,True, 2024-10-11 08:00,oral_surgeon,robert martinez,True, 2024-10-11 08:30,oral_surgeon,robert martinez,True, 2024-10-11 09:00,oral_surgeon,robert martinez,True, 2024-10-11 09:30,oral_surgeon,robert martinez,False,1000089 2024-10-11 10:00,oral_surgeon,robert martinez,False,1000080 2024-10-11 10:30,oral_surgeon,robert martinez,False,1000002 2024-10-11 11:00,oral_surgeon,robert martinez,True, 2024-10-11 11:30,oral_surgeon,robert martinez,True, 2024-10-11 12:00,oral_surgeon,robert martinez,True, 2024-10-11 12:30,oral_surgeon,robert martinez,True, 2024-10-11 13:00,oral_surgeon,robert martinez,False,1000044 2024-10-11 13:30,oral_surgeon,robert martinez,True, 2024-10-11 14:00,oral_surgeon,robert martinez,False,1000002 2024-10-11 14:30,oral_surgeon,robert martinez,False,1000085 2024-10-11 15:00,oral_surgeon,robert martinez,True, 2024-10-11 15:30,oral_surgeon,robert martinez,False,1000033 2024-10-11 16:00,oral_surgeon,robert martinez,True, 2024-10-11 16:30,oral_surgeon,robert martinez,True, 2024-10-12 09:00,oral_surgeon,robert martinez,False,1000049 2024-10-12 09:30,oral_surgeon,robert martinez,False,1000093 2024-10-12 10:00,oral_surgeon,robert martinez,True, 2024-10-12 10:30,oral_surgeon,robert martinez,True, 2024-10-12 11:00,oral_surgeon,robert martinez,True, 2024-10-12 11:30,oral_surgeon,robert martinez,True, 2024-10-12 12:00,oral_surgeon,robert martinez,False,1000099 2024-10-12 12:30,oral_surgeon,robert martinez,True, 2024-10-14 08:00,oral_surgeon,robert martinez,True, 2024-10-14 08:30,oral_surgeon,robert martinez,True, 2024-10-14 09:00,oral_surgeon,robert martinez,True, 2024-10-14 09:30,oral_surgeon,robert martinez,True, 2024-10-14 10:00,oral_surgeon,robert martinez,True, 2024-10-14 10:30,oral_surgeon,robert martinez,True, 2024-10-14 11:00,oral_surgeon,robert martinez,True, 2024-10-14 11:30,oral_surgeon,robert martinez,True, 2024-10-14 12:00,oral_surgeon,robert martinez,True, 2024-10-14 12:30,oral_surgeon,robert martinez,True, 2024-10-14 13:00,oral_surgeon,robert martinez,True, 2024-10-14 13:30,oral_surgeon,robert martinez,False,1000001 2024-10-14 14:00,oral_surgeon,robert martinez,False,1000001 2024-10-14 14:30,oral_surgeon,robert martinez,True, 2024-10-14 15:00,oral_surgeon,robert martinez,True, 2024-10-14 15:30,oral_surgeon,robert martinez,True, 2024-10-14 16:00,oral_surgeon,robert martinez,False,1000033 2024-10-14 16:30,oral_surgeon,robert martinez,False,1000004 2024-10-15 08:00,oral_surgeon,robert martinez,True, 2024-10-15 08:30,oral_surgeon,robert martinez,True, 2024-10-15 09:00,oral_surgeon,robert martinez,True, 2024-10-15 09:30,oral_surgeon,robert martinez,True, 2024-10-15 10:00,oral_surgeon,robert martinez,False,1000063 2024-10-15 10:30,oral_surgeon,robert martinez,True, 2024-10-15 11:00,oral_surgeon,robert martinez,True, 2024-10-15 11:30,oral_surgeon,robert martinez,True, 2024-10-15 12:00,oral_surgeon,robert martinez,True, 2024-10-15 12:30,oral_surgeon,robert martinez,True, 2024-10-15 13:00,oral_surgeon,robert martinez,False,1000071 2024-10-15 13:30,oral_surgeon,robert martinez,False,1000046 2024-10-15 14:00,oral_surgeon,robert martinez,True, 2024-10-15 14:30,oral_surgeon,robert martinez,True, 2024-10-15 15:00,oral_surgeon,robert martinez,True, 2024-10-15 15:30,oral_surgeon,robert martinez,False,1000025 2024-10-15 16:00,oral_surgeon,robert martinez,True, 2024-10-15 16:30,oral_surgeon,robert martinez,True, 2024-10-16 08:00,oral_surgeon,robert martinez,True, 2024-10-16 08:30,oral_surgeon,robert martinez,True, 2024-10-16 09:00,oral_surgeon,robert martinez,True, 2024-10-16 09:30,oral_surgeon,robert martinez,False,1000017 2024-10-16 10:00,oral_surgeon,robert martinez,True, 2024-10-16 10:30,oral_surgeon,robert martinez,True, 2024-10-16 11:00,oral_surgeon,robert martinez,False,1000074 2024-10-16 11:30,oral_surgeon,robert martinez,False,1000073 2024-10-16 12:00,oral_surgeon,robert martinez,True, 2024-10-16 12:30,oral_surgeon,robert martinez,True, 2024-10-16 13:00,oral_surgeon,robert martinez,False,1000044 2024-10-16 13:30,oral_surgeon,robert martinez,False,1000051 2024-10-16 14:00,oral_surgeon,robert martinez,True, 2024-10-16 14:30,oral_surgeon,robert martinez,True, 2024-10-16 15:00,oral_surgeon,robert martinez,False,1000022 2024-10-16 15:30,oral_surgeon,robert martinez,True, 2024-10-16 16:00,oral_surgeon,robert martinez,True, 2024-10-16 16:30,oral_surgeon,robert martinez,False,1000050 2024-10-17 08:00,oral_surgeon,robert martinez,True, 2024-10-17 08:30,oral_surgeon,robert martinez,False,1000077 2024-10-17 09:00,oral_surgeon,robert martinez,True, 2024-10-17 09:30,oral_surgeon,robert martinez,True, 2024-10-17 10:00,oral_surgeon,robert martinez,True, 2024-10-17 10:30,oral_surgeon,robert martinez,True, 2024-10-17 11:00,oral_surgeon,robert martinez,False,1000078 2024-10-17 11:30,oral_surgeon,robert martinez,False,1000076 2024-10-17 12:00,oral_surgeon,robert martinez,True, 2024-10-17 12:30,oral_surgeon,robert martinez,False,1000064 2024-10-17 13:00,oral_surgeon,robert martinez,False,1000083 2024-10-17 13:30,oral_surgeon,robert martinez,True, 2024-10-17 14:00,oral_surgeon,robert martinez,True, 2024-10-17 14:30,oral_surgeon,robert martinez,True, 2024-10-17 15:00,oral_surgeon,robert martinez,True, 2024-10-17 15:30,oral_surgeon,robert martinez,True, 2024-10-17 16:00,oral_surgeon,robert martinez,False,1000006 2024-10-17 16:30,oral_surgeon,robert martinez,True, 2024-10-18 08:00,oral_surgeon,robert martinez,True, 2024-10-18 08:30,oral_surgeon,robert martinez,False,1000041 2024-10-18 09:00,oral_surgeon,robert martinez,True, 2024-10-18 09:30,oral_surgeon,robert martinez,True, 2024-10-18 10:00,oral_surgeon,robert martinez,True, 2024-10-18 10:30,oral_surgeon,robert martinez,True, 2024-10-18 11:00,oral_surgeon,robert martinez,True, 2024-10-18 11:30,oral_surgeon,robert martinez,True, 2024-10-18 12:00,oral_surgeon,robert martinez,False,1000089 2024-10-18 12:30,oral_surgeon,robert martinez,True, 2024-10-18 13:00,oral_surgeon,robert martinez,True, 2024-10-18 13:30,oral_surgeon,robert martinez,True, 2024-10-18 14:00,oral_surgeon,robert martinez,False,1000050 2024-10-18 14:30,oral_surgeon,robert martinez,False,1000021 2024-10-18 15:00,oral_surgeon,robert martinez,True, 2024-10-18 15:30,oral_surgeon,robert martinez,True, 2024-10-18 16:00,oral_surgeon,robert martinez,True, 2024-10-18 16:30,oral_surgeon,robert martinez,False,1000029 2024-10-19 09:00,oral_surgeon,robert martinez,True, 2024-10-19 09:30,oral_surgeon,robert martinez,False,1000023 2024-10-19 10:00,oral_surgeon,robert martinez,True, 2024-10-19 10:30,oral_surgeon,robert martinez,True, 2024-10-19 11:00,oral_surgeon,robert martinez,True, 2024-10-19 11:30,oral_surgeon,robert martinez,True, 2024-10-19 12:00,oral_surgeon,robert martinez,True, 2024-10-19 12:30,oral_surgeon,robert martinez,False,1000011 2024-10-21 08:00,oral_surgeon,robert martinez,False,1000063 2024-10-21 08:30,oral_surgeon,robert martinez,True, 2024-10-21 09:00,oral_surgeon,robert martinez,True, 2024-10-21 09:30,oral_surgeon,robert martinez,False,1000020 2024-10-21 10:00,oral_surgeon,robert martinez,False,1000069 2024-10-21 10:30,oral_surgeon,robert martinez,False,1000008 2024-10-21 11:00,oral_surgeon,robert martinez,True, 2024-10-21 11:30,oral_surgeon,robert martinez,True, 2024-10-21 12:00,oral_surgeon,robert martinez,True, 2024-10-21 12:30,oral_surgeon,robert martinez,True, 2024-10-21 13:00,oral_surgeon,robert martinez,True, 2024-10-21 13:30,oral_surgeon,robert martinez,False,1000034 2024-10-21 14:00,oral_surgeon,robert martinez,True, 2024-10-21 14:30,oral_surgeon,robert martinez,False,1000060 2024-10-21 15:00,oral_surgeon,robert martinez,True, 2024-10-21 15:30,oral_surgeon,robert martinez,True, 2024-10-21 16:00,oral_surgeon,robert martinez,True, 2024-10-21 16:30,oral_surgeon,robert martinez,True, 2024-10-22 08:00,oral_surgeon,robert martinez,False,1000063 2024-10-22 08:30,oral_surgeon,robert martinez,True, 2024-10-22 09:00,oral_surgeon,robert martinez,True, 2024-10-22 09:30,oral_surgeon,robert martinez,True, 2024-10-22 10:00,oral_surgeon,robert martinez,False,1000060 2024-10-22 10:30,oral_surgeon,robert martinez,False,1000031 2024-10-22 11:00,oral_surgeon,robert martinez,False,1000088 2024-10-22 11:30,oral_surgeon,robert martinez,True, 2024-10-22 12:00,oral_surgeon,robert martinez,True, 2024-10-22 12:30,oral_surgeon,robert martinez,False,1000011 2024-10-22 13:00,oral_surgeon,robert martinez,True, 2024-10-22 13:30,oral_surgeon,robert martinez,False,1000078 2024-10-22 14:00,oral_surgeon,robert martinez,True, 2024-10-22 14:30,oral_surgeon,robert martinez,False,1000080 2024-10-22 15:00,oral_surgeon,robert martinez,True, 2024-10-22 15:30,oral_surgeon,robert martinez,True, 2024-10-22 16:00,oral_surgeon,robert martinez,True, 2024-10-22 16:30,oral_surgeon,robert martinez,True, 2024-10-23 08:00,oral_surgeon,robert martinez,False,1000022 2024-10-23 08:30,oral_surgeon,robert martinez,True, 2024-10-23 09:00,oral_surgeon,robert martinez,False,1000011 2024-10-23 09:30,oral_surgeon,robert martinez,True, 2024-10-23 10:00,oral_surgeon,robert martinez,False,1000049 2024-10-23 10:30,oral_surgeon,robert martinez,True, 2024-10-23 11:00,oral_surgeon,robert martinez,False,1000036 2024-10-23 11:30,oral_surgeon,robert martinez,True, 2024-10-23 12:00,oral_surgeon,robert martinez,True, 2024-10-23 12:30,oral_surgeon,robert martinez,True, 2024-10-23 13:00,oral_surgeon,robert martinez,True, 2024-10-23 13:30,oral_surgeon,robert martinez,True, 2024-10-23 14:00,oral_surgeon,robert martinez,False,1000042 2024-10-23 14:30,oral_surgeon,robert martinez,True, 2024-10-23 15:00,oral_surgeon,robert martinez,True, 2024-10-23 15:30,oral_surgeon,robert martinez,True, 2024-10-23 16:00,oral_surgeon,robert martinez,True, 2024-10-23 16:30,oral_surgeon,robert martinez,True, 2024-10-24 08:00,oral_surgeon,robert martinez,True, 2024-10-24 08:30,oral_surgeon,robert martinez,False,1000085 2024-10-24 09:00,oral_surgeon,robert martinez,True, 2024-10-24 09:30,oral_surgeon,robert martinez,True, 2024-10-24 10:00,oral_surgeon,robert martinez,False,1000074 2024-10-24 10:30,oral_surgeon,robert martinez,True, 2024-10-24 11:00,oral_surgeon,robert martinez,False,1000036 2024-10-24 11:30,oral_surgeon,robert martinez,True, 2024-10-24 12:00,oral_surgeon,robert martinez,True, 2024-10-24 12:30,oral_surgeon,robert martinez,True, 2024-10-24 13:00,oral_surgeon,robert martinez,True, 2024-10-24 13:30,oral_surgeon,robert martinez,True, 2024-10-24 14:00,oral_surgeon,robert martinez,False,1000031 2024-10-24 14:30,oral_surgeon,robert martinez,True, 2024-10-24 15:00,oral_surgeon,robert martinez,True, 2024-10-24 15:30,oral_surgeon,robert martinez,False,1000030 2024-10-24 16:00,oral_surgeon,robert martinez,True, 2024-10-24 16:30,oral_surgeon,robert martinez,True, 2024-10-25 08:00,oral_surgeon,robert martinez,True, 2024-10-25 08:30,oral_surgeon,robert martinez,True, 2024-10-25 09:00,oral_surgeon,robert martinez,True, 2024-10-25 09:30,oral_surgeon,robert martinez,False,1000050 2024-10-25 10:00,oral_surgeon,robert martinez,True, 2024-10-25 10:30,oral_surgeon,robert martinez,True, 2024-10-25 11:00,oral_surgeon,robert martinez,True, 2024-10-25 11:30,oral_surgeon,robert martinez,True, 2024-10-25 12:00,oral_surgeon,robert martinez,False,1000059 2024-10-25 12:30,oral_surgeon,robert martinez,True, 2024-10-25 13:00,oral_surgeon,robert martinez,False,1000014 2024-10-25 13:30,oral_surgeon,robert martinez,True, 2024-10-25 14:00,oral_surgeon,robert martinez,True, 2024-10-25 14:30,oral_surgeon,robert martinez,False,1000069 2024-10-25 15:00,oral_surgeon,robert martinez,True, 2024-10-25 15:30,oral_surgeon,robert martinez,True, 2024-10-25 16:00,oral_surgeon,robert martinez,True, 2024-10-25 16:30,oral_surgeon,robert martinez,True, 2024-10-26 09:00,oral_surgeon,robert martinez,False,1000084 2024-10-26 09:30,oral_surgeon,robert martinez,False,1000014 2024-10-26 10:00,oral_surgeon,robert martinez,True, 2024-10-26 10:30,oral_surgeon,robert martinez,False,1000029 2024-10-26 11:00,oral_surgeon,robert martinez,False,1000088 2024-10-26 11:30,oral_surgeon,robert martinez,False,1000098 2024-10-26 12:00,oral_surgeon,robert martinez,True, 2024-10-26 12:30,oral_surgeon,robert martinez,True, 2024-10-28 08:00,oral_surgeon,robert martinez,True, 2024-10-28 08:30,oral_surgeon,robert martinez,True, 2024-10-28 09:00,oral_surgeon,robert martinez,False,1000003 2024-10-28 09:30,oral_surgeon,robert martinez,False,1000072 2024-10-28 10:00,oral_surgeon,robert martinez,False,1000075 2024-10-28 10:30,oral_surgeon,robert martinez,True, 2024-10-28 11:00,oral_surgeon,robert martinez,True, 2024-10-28 11:30,oral_surgeon,robert martinez,True, 2024-10-28 12:00,oral_surgeon,robert martinez,True, 2024-10-28 12:30,oral_surgeon,robert martinez,True, 2024-10-28 13:00,oral_surgeon,robert martinez,True, 2024-10-28 13:30,oral_surgeon,robert martinez,True, 2024-10-28 14:00,oral_surgeon,robert martinez,True, 2024-10-28 14:30,oral_surgeon,robert martinez,True, 2024-10-28 15:00,oral_surgeon,robert martinez,True, 2024-10-28 15:30,oral_surgeon,robert martinez,True, 2024-10-28 16:00,oral_surgeon,robert martinez,True, 2024-10-28 16:30,oral_surgeon,robert martinez,True, 2024-10-29 08:00,oral_surgeon,robert martinez,False,1000054 2024-10-29 08:30,oral_surgeon,robert martinez,True, 2024-10-29 09:00,oral_surgeon,robert martinez,True, 2024-10-29 09:30,oral_surgeon,robert martinez,True, 2024-10-29 10:00,oral_surgeon,robert martinez,False,1000024 2024-10-29 10:30,oral_surgeon,robert martinez,False,1000088 2024-10-29 11:00,oral_surgeon,robert martinez,True, 2024-10-29 11:30,oral_surgeon,robert martinez,True, 2024-10-29 12:00,oral_surgeon,robert martinez,True, 2024-10-29 12:30,oral_surgeon,robert martinez,True, 2024-10-29 13:00,oral_surgeon,robert martinez,False,1000024 2024-10-29 13:30,oral_surgeon,robert martinez,True, 2024-10-29 14:00,oral_surgeon,robert martinez,True, 2024-10-29 14:30,oral_surgeon,robert martinez,True, 2024-10-29 15:00,oral_surgeon,robert martinez,False,1000046 2024-10-29 15:30,oral_surgeon,robert martinez,True, 2024-10-29 16:00,oral_surgeon,robert martinez,True, 2024-10-29 16:30,oral_surgeon,robert martinez,True, 2024-10-30 08:00,oral_surgeon,robert martinez,False,1000020 2024-10-30 08:30,oral_surgeon,robert martinez,True, 2024-10-30 09:00,oral_surgeon,robert martinez,True, 2024-10-30 09:30,oral_surgeon,robert martinez,True, 2024-10-30 10:00,oral_surgeon,robert martinez,False,1000068 2024-10-30 10:30,oral_surgeon,robert martinez,True, 2024-10-30 11:00,oral_surgeon,robert martinez,True, 2024-10-30 11:30,oral_surgeon,robert martinez,False,1000020 2024-10-30 12:00,oral_surgeon,robert martinez,False,1000067 2024-10-30 12:30,oral_surgeon,robert martinez,False,1000050 2024-10-30 13:00,oral_surgeon,robert martinez,False,1000038 2024-10-30 13:30,oral_surgeon,robert martinez,True, 2024-10-30 14:00,oral_surgeon,robert martinez,True, 2024-10-30 14:30,oral_surgeon,robert martinez,False,1000073 2024-10-30 15:00,oral_surgeon,robert martinez,True, 2024-10-30 15:30,oral_surgeon,robert martinez,True, 2024-10-30 16:00,oral_surgeon,robert martinez,True, 2024-10-30 16:30,oral_surgeon,robert martinez,True, 2024-10-31 08:00,oral_surgeon,robert martinez,True, 2024-10-31 08:30,oral_surgeon,robert martinez,True, 2024-10-31 09:00,oral_surgeon,robert martinez,True, 2024-10-31 09:30,oral_surgeon,robert martinez,True, 2024-10-31 10:00,oral_surgeon,robert martinez,True, 2024-10-31 10:30,oral_surgeon,robert martinez,True, 2024-10-31 11:00,oral_surgeon,robert martinez,False,1000026 2024-10-31 11:30,oral_surgeon,robert martinez,True, 2024-10-31 12:00,oral_surgeon,robert martinez,True, 2024-10-31 12:30,oral_surgeon,robert martinez,False,1000077 2024-10-31 13:00,oral_surgeon,robert martinez,True, 2024-10-31 13:30,oral_surgeon,robert martinez,True, 2024-10-31 14:00,oral_surgeon,robert martinez,True, 2024-10-31 14:30,oral_surgeon,robert martinez,True, 2024-10-31 15:00,oral_surgeon,robert martinez,False,1000046 2024-10-31 15:30,oral_surgeon,robert martinez,True, 2024-10-31 16:00,oral_surgeon,robert martinez,True, 2024-10-31 16:30,oral_surgeon,robert martinez,True, 2024-11-01 08:00,oral_surgeon,robert martinez,True, 2024-11-01 08:30,oral_surgeon,robert martinez,True, 2024-11-01 09:00,oral_surgeon,robert martinez,True, 2024-11-01 09:30,oral_surgeon,robert martinez,True, 2024-11-01 10:00,oral_surgeon,robert martinez,False,1000087 2024-11-01 10:30,oral_surgeon,robert martinez,True, 2024-11-01 11:00,oral_surgeon,robert martinez,True, 2024-11-01 11:30,oral_surgeon,robert martinez,True, 2024-11-01 12:00,oral_surgeon,robert martinez,True, 2024-11-01 12:30,oral_surgeon,robert martinez,True, 2024-11-01 13:00,oral_surgeon,robert martinez,True, 2024-11-01 13:30,oral_surgeon,robert martinez,False,1000024 2024-11-01 14:00,oral_surgeon,robert martinez,True, 2024-11-01 14:30,oral_surgeon,robert martinez,True, 2024-11-01 15:00,oral_surgeon,robert martinez,True, 2024-11-01 15:30,oral_surgeon,robert martinez,True, 2024-11-01 16:00,oral_surgeon,robert martinez,True, 2024-11-01 16:30,oral_surgeon,robert martinez,False,1000002 2024-11-02 09:00,oral_surgeon,robert martinez,True, 2024-11-02 09:30,oral_surgeon,robert martinez,True, 2024-11-02 10:00,oral_surgeon,robert martinez,True, 2024-11-02 10:30,oral_surgeon,robert martinez,True, 2024-11-02 11:00,oral_surgeon,robert martinez,False,1000058 2024-11-02 11:30,oral_surgeon,robert martinez,True, 2024-11-02 12:00,oral_surgeon,robert martinez,True, 2024-11-02 12:30,oral_surgeon,robert martinez,False,1000061 2024-10-05 09:00,orthodontist,kevin anderson,False,1000088 2024-10-05 09:30,orthodontist,kevin anderson,False,1000087 2024-10-05 10:00,orthodontist,kevin anderson,False,1000073 2024-10-05 10:30,orthodontist,kevin anderson,False,1000067 2024-10-05 11:00,orthodontist,kevin anderson,False,1000065 2024-10-05 11:30,orthodontist,kevin anderson,False,1000052 2024-10-05 12:00,orthodontist,kevin anderson,False,1000051 2024-10-05 12:30,orthodontist,kevin anderson,False,1000042 2024-10-07 08:00,orthodontist,kevin anderson,True, 2024-10-07 08:30,orthodontist,kevin anderson,True, 2024-10-07 09:00,orthodontist,kevin anderson,True, 2024-10-07 09:30,orthodontist,kevin anderson,False,1000074 2024-10-07 10:00,orthodontist,kevin anderson,False,1000007 2024-10-07 10:30,orthodontist,kevin anderson,False,1000095 2024-10-07 11:00,orthodontist,kevin anderson,False,1000089 2024-10-07 11:30,orthodontist,kevin anderson,False,1000033 2024-10-07 12:00,orthodontist,kevin anderson,True, 2024-10-07 12:30,orthodontist,kevin anderson,True, 2024-10-07 13:00,orthodontist,kevin anderson,True, 2024-10-07 13:30,orthodontist,kevin anderson,False,1000035 2024-10-07 14:00,orthodontist,kevin anderson,True, 2024-10-07 14:30,orthodontist,kevin anderson,True, 2024-10-07 15:00,orthodontist,kevin anderson,True, 2024-10-07 15:30,orthodontist,kevin anderson,True, 2024-10-07 16:00,orthodontist,kevin anderson,True, 2024-10-07 16:30,orthodontist,kevin anderson,True, 2024-10-08 08:00,orthodontist,kevin anderson,True, 2024-10-08 08:30,orthodontist,kevin anderson,True, 2024-10-08 09:00,orthodontist,kevin anderson,True, 2024-10-08 09:30,orthodontist,kevin anderson,True, 2024-10-08 10:00,orthodontist,kevin anderson,False,1000017 2024-10-08 10:30,orthodontist,kevin anderson,False,1000079 2024-10-08 11:00,orthodontist,kevin anderson,True, 2024-10-08 11:30,orthodontist,kevin anderson,True, 2024-10-08 12:00,orthodontist,kevin anderson,True, 2024-10-08 12:30,orthodontist,kevin anderson,True, 2024-10-08 13:00,orthodontist,kevin anderson,True, 2024-10-08 13:30,orthodontist,kevin anderson,True, 2024-10-08 14:00,orthodontist,kevin anderson,True, 2024-10-08 14:30,orthodontist,kevin anderson,True, 2024-10-08 15:00,orthodontist,kevin anderson,True, 2024-10-08 15:30,orthodontist,kevin anderson,True, 2024-10-08 16:00,orthodontist,kevin anderson,True, 2024-10-08 16:30,orthodontist,kevin anderson,True, 2024-10-09 08:00,orthodontist,kevin anderson,True, 2024-10-09 08:30,orthodontist,kevin anderson,True, 2024-10-09 09:00,orthodontist,kevin anderson,True, 2024-10-09 09:30,orthodontist,kevin anderson,False,1000099 2024-10-09 10:00,orthodontist,kevin anderson,True, 2024-10-09 10:30,orthodontist,kevin anderson,True, 2024-10-09 11:00,orthodontist,kevin anderson,True, 2024-10-09 11:30,orthodontist,kevin anderson,True, 2024-10-09 12:00,orthodontist,kevin anderson,True, 2024-10-09 12:30,orthodontist,kevin anderson,False,1000089 2024-10-09 13:00,orthodontist,kevin anderson,True, 2024-10-09 13:30,orthodontist,kevin anderson,True, 2024-10-09 14:00,orthodontist,kevin anderson,True, 2024-10-09 14:30,orthodontist,kevin anderson,True, 2024-10-09 15:00,orthodontist,kevin anderson,True, 2024-10-09 15:30,orthodontist,kevin anderson,True, 2024-10-09 16:00,orthodontist,kevin anderson,True, 2024-10-09 16:30,orthodontist,kevin anderson,True, 2024-10-10 08:00,orthodontist,kevin anderson,False,1000089 2024-10-10 08:30,orthodontist,kevin anderson,True, 2024-10-10 09:00,orthodontist,kevin anderson,True, 2024-10-10 09:30,orthodontist,kevin anderson,True, 2024-10-10 10:00,orthodontist,kevin anderson,True, 2024-10-10 10:30,orthodontist,kevin anderson,False,1000067 2024-10-10 11:00,orthodontist,kevin anderson,True, 2024-10-10 11:30,orthodontist,kevin anderson,True, 2024-10-10 12:00,orthodontist,kevin anderson,False,1000088 2024-10-10 12:30,orthodontist,kevin anderson,True, 2024-10-10 13:00,orthodontist,kevin anderson,True, 2024-10-10 13:30,orthodontist,kevin anderson,True, 2024-10-10 14:00,orthodontist,kevin anderson,True, 2024-10-10 14:30,orthodontist,kevin anderson,True, 2024-10-10 15:00,orthodontist,kevin anderson,False,1000045 2024-10-10 15:30,orthodontist,kevin anderson,True, 2024-10-10 16:00,orthodontist,kevin anderson,False,1000046 2024-10-10 16:30,orthodontist,kevin anderson,False,1000044 2024-10-11 08:00,orthodontist,kevin anderson,True, 2024-10-11 08:30,orthodontist,kevin anderson,True, 2024-10-11 09:00,orthodontist,kevin anderson,False,1000087 2024-10-11 09:30,orthodontist,kevin anderson,False,1000084 2024-10-11 10:00,orthodontist,kevin anderson,True, 2024-10-11 10:30,orthodontist,kevin anderson,True, 2024-10-11 11:00,orthodontist,kevin anderson,True, 2024-10-11 11:30,orthodontist,kevin anderson,True, 2024-10-11 12:00,orthodontist,kevin anderson,False,1000042 2024-10-11 12:30,orthodontist,kevin anderson,True, 2024-10-11 13:00,orthodontist,kevin anderson,True, 2024-10-11 13:30,orthodontist,kevin anderson,False,1000076 2024-10-11 14:00,orthodontist,kevin anderson,True, 2024-10-11 14:30,orthodontist,kevin anderson,False,1000059 2024-10-11 15:00,orthodontist,kevin anderson,False,1000052 2024-10-11 15:30,orthodontist,kevin anderson,True, 2024-10-11 16:00,orthodontist,kevin anderson,True, 2024-10-11 16:30,orthodontist,kevin anderson,True, 2024-10-12 09:00,orthodontist,kevin anderson,True, 2024-10-12 09:30,orthodontist,kevin anderson,False,1000040 2024-10-12 10:00,orthodontist,kevin anderson,True, 2024-10-12 10:30,orthodontist,kevin anderson,True, 2024-10-12 11:00,orthodontist,kevin anderson,False,1000079 2024-10-12 11:30,orthodontist,kevin anderson,True, 2024-10-12 12:00,orthodontist,kevin anderson,False,1000027 2024-10-12 12:30,orthodontist,kevin anderson,True, 2024-10-14 08:00,orthodontist,kevin anderson,False,1000030 2024-10-14 08:30,orthodontist,kevin anderson,False,1000054 2024-10-14 09:00,orthodontist,kevin anderson,True, 2024-10-14 09:30,orthodontist,kevin anderson,True, 2024-10-14 10:00,orthodontist,kevin anderson,True, 2024-10-14 10:30,orthodontist,kevin anderson,False,1000008 2024-10-14 11:00,orthodontist,kevin anderson,True, 2024-10-14 11:30,orthodontist,kevin anderson,False,1000057 2024-10-14 12:00,orthodontist,kevin anderson,True, 2024-10-14 12:30,orthodontist,kevin anderson,True, 2024-10-14 13:00,orthodontist,kevin anderson,True, 2024-10-14 13:30,orthodontist,kevin anderson,True, 2024-10-14 14:00,orthodontist,kevin anderson,True, 2024-10-14 14:30,orthodontist,kevin anderson,False,1000067 2024-10-14 15:00,orthodontist,kevin anderson,False,1000008 2024-10-14 15:30,orthodontist,kevin anderson,True, 2024-10-14 16:00,orthodontist,kevin anderson,True, 2024-10-14 16:30,orthodontist,kevin anderson,True, 2024-10-15 08:00,orthodontist,kevin anderson,True, 2024-10-15 08:30,orthodontist,kevin anderson,True, 2024-10-15 09:00,orthodontist,kevin anderson,True, 2024-10-15 09:30,orthodontist,kevin anderson,True, 2024-10-15 10:00,orthodontist,kevin anderson,True, 2024-10-15 10:30,orthodontist,kevin anderson,False,1000094 2024-10-15 11:00,orthodontist,kevin anderson,True, 2024-10-15 11:30,orthodontist,kevin anderson,True, 2024-10-15 12:00,orthodontist,kevin anderson,False,1000062 2024-10-15 12:30,orthodontist,kevin anderson,True, 2024-10-15 13:00,orthodontist,kevin anderson,True, 2024-10-15 13:30,orthodontist,kevin anderson,True, 2024-10-15 14:00,orthodontist,kevin anderson,True, 2024-10-15 14:30,orthodontist,kevin anderson,True, 2024-10-15 15:00,orthodontist,kevin anderson,True, 2024-10-15 15:30,orthodontist,kevin anderson,False,1000003 2024-10-15 16:00,orthodontist,kevin anderson,True, 2024-10-15 16:30,orthodontist,kevin anderson,True, 2024-10-16 08:00,orthodontist,kevin anderson,False,1000054 2024-10-16 08:30,orthodontist,kevin anderson,True, 2024-10-16 09:00,orthodontist,kevin anderson,True, 2024-10-16 09:30,orthodontist,kevin anderson,True, 2024-10-16 10:00,orthodontist,kevin anderson,True, 2024-10-16 10:30,orthodontist,kevin anderson,False,1000029 2024-10-16 11:00,orthodontist,kevin anderson,True, 2024-10-16 11:30,orthodontist,kevin anderson,True, 2024-10-16 12:00,orthodontist,kevin anderson,True, 2024-10-16 12:30,orthodontist,kevin anderson,True, 2024-10-16 13:00,orthodontist,kevin anderson,True, 2024-10-16 13:30,orthodontist,kevin anderson,True, 2024-10-16 14:00,orthodontist,kevin anderson,True, 2024-10-16 14:30,orthodontist,kevin anderson,True, 2024-10-16 15:00,orthodontist,kevin anderson,False,1000097 2024-10-16 15:30,orthodontist,kevin anderson,False,1000038 2024-10-16 16:00,orthodontist,kevin anderson,False,1000030 2024-10-16 16:30,orthodontist,kevin anderson,True, 2024-10-17 08:00,orthodontist,kevin anderson,False,1000037 2024-10-17 08:30,orthodontist,kevin anderson,True, 2024-10-17 09:00,orthodontist,kevin anderson,True, 2024-10-17 09:30,orthodontist,kevin anderson,True, 2024-10-17 10:00,orthodontist,kevin anderson,True, 2024-10-17 10:30,orthodontist,kevin anderson,False,1000067 2024-10-17 11:00,orthodontist,kevin anderson,True, 2024-10-17 11:30,orthodontist,kevin anderson,False,1000076 2024-10-17 12:00,orthodontist,kevin anderson,False,1000013 2024-10-17 12:30,orthodontist,kevin anderson,False,1000089 2024-10-17 13:00,orthodontist,kevin anderson,False,1000075 2024-10-17 13:30,orthodontist,kevin anderson,False,1000090 2024-10-17 14:00,orthodontist,kevin anderson,True, 2024-10-17 14:30,orthodontist,kevin anderson,True, 2024-10-17 15:00,orthodontist,kevin anderson,True, 2024-10-17 15:30,orthodontist,kevin anderson,False,1000083 2024-10-17 16:00,orthodontist,kevin anderson,True, 2024-10-17 16:30,orthodontist,kevin anderson,True, 2024-10-18 08:00,orthodontist,kevin anderson,True, 2024-10-18 08:30,orthodontist,kevin anderson,True, 2024-10-18 09:00,orthodontist,kevin anderson,True, 2024-10-18 09:30,orthodontist,kevin anderson,True, 2024-10-18 10:00,orthodontist,kevin anderson,False,1000095 2024-10-18 10:30,orthodontist,kevin anderson,True, 2024-10-18 11:00,orthodontist,kevin anderson,False,1000093 2024-10-18 11:30,orthodontist,kevin anderson,True, 2024-10-18 12:00,orthodontist,kevin anderson,True, 2024-10-18 12:30,orthodontist,kevin anderson,True, 2024-10-18 13:00,orthodontist,kevin anderson,True, 2024-10-18 13:30,orthodontist,kevin anderson,True, 2024-10-18 14:00,orthodontist,kevin anderson,True, 2024-10-18 14:30,orthodontist,kevin anderson,True, 2024-10-18 15:00,orthodontist,kevin anderson,True, 2024-10-18 15:30,orthodontist,kevin anderson,True, 2024-10-18 16:00,orthodontist,kevin anderson,True, 2024-10-18 16:30,orthodontist,kevin anderson,False,1000010 2024-10-19 09:00,orthodontist,kevin anderson,False,1000055 2024-10-19 09:30,orthodontist,kevin anderson,True, 2024-10-19 10:00,orthodontist,kevin anderson,True, 2024-10-19 10:30,orthodontist,kevin anderson,True, 2024-10-19 11:00,orthodontist,kevin anderson,True, 2024-10-19 11:30,orthodontist,kevin anderson,True, 2024-10-19 12:00,orthodontist,kevin anderson,True, 2024-10-19 12:30,orthodontist,kevin anderson,True, 2024-10-21 08:00,orthodontist,kevin anderson,True, 2024-10-21 08:30,orthodontist,kevin anderson,True, 2024-10-21 09:00,orthodontist,kevin anderson,False,1000006 2024-10-21 09:30,orthodontist,kevin anderson,True, 2024-10-21 10:00,orthodontist,kevin anderson,True, 2024-10-21 10:30,orthodontist,kevin anderson,True, 2024-10-21 11:00,orthodontist,kevin anderson,True, 2024-10-21 11:30,orthodontist,kevin anderson,False,1000018 2024-10-21 12:00,orthodontist,kevin anderson,True, 2024-10-21 12:30,orthodontist,kevin anderson,True, 2024-10-21 13:00,orthodontist,kevin anderson,True, 2024-10-21 13:30,orthodontist,kevin anderson,True, 2024-10-21 14:00,orthodontist,kevin anderson,True, 2024-10-21 14:30,orthodontist,kevin anderson,True, 2024-10-21 15:00,orthodontist,kevin anderson,False,1000064 2024-10-21 15:30,orthodontist,kevin anderson,True, 2024-10-21 16:00,orthodontist,kevin anderson,False,1000046 2024-10-21 16:30,orthodontist,kevin anderson,False,1000005 2024-10-22 08:00,orthodontist,kevin anderson,True, 2024-10-22 08:30,orthodontist,kevin anderson,True, 2024-10-22 09:00,orthodontist,kevin anderson,True, 2024-10-22 09:30,orthodontist,kevin anderson,True, 2024-10-22 10:00,orthodontist,kevin anderson,True, 2024-10-22 10:30,orthodontist,kevin anderson,True, 2024-10-22 11:00,orthodontist,kevin anderson,False,1000049 2024-10-22 11:30,orthodontist,kevin anderson,True, 2024-10-22 12:00,orthodontist,kevin anderson,True, 2024-10-22 12:30,orthodontist,kevin anderson,True, 2024-10-22 13:00,orthodontist,kevin anderson,True, 2024-10-22 13:30,orthodontist,kevin anderson,False,1000065 2024-10-22 14:00,orthodontist,kevin anderson,True, 2024-10-22 14:30,orthodontist,kevin anderson,False,1000008 2024-10-22 15:00,orthodontist,kevin anderson,False,1000055 2024-10-22 15:30,orthodontist,kevin anderson,False,1000020 2024-10-22 16:00,orthodontist,kevin anderson,True, 2024-10-22 16:30,orthodontist,kevin anderson,False,1000004 2024-10-23 08:00,orthodontist,kevin anderson,True, 2024-10-23 08:30,orthodontist,kevin anderson,True, 2024-10-23 09:00,orthodontist,kevin anderson,True, 2024-10-23 09:30,orthodontist,kevin anderson,True, 2024-10-23 10:00,orthodontist,kevin anderson,True, 2024-10-23 10:30,orthodontist,kevin anderson,True, 2024-10-23 11:00,orthodontist,kevin anderson,True, 2024-10-23 11:30,orthodontist,kevin anderson,True, 2024-10-23 12:00,orthodontist,kevin anderson,True, 2024-10-23 12:30,orthodontist,kevin anderson,True, 2024-10-23 13:00,orthodontist,kevin anderson,True, 2024-10-23 13:30,orthodontist,kevin anderson,True, 2024-10-23 14:00,orthodontist,kevin anderson,False,1000028 2024-10-23 14:30,orthodontist,kevin anderson,True, 2024-10-23 15:00,orthodontist,kevin anderson,True, 2024-10-23 15:30,orthodontist,kevin anderson,True, 2024-10-23 16:00,orthodontist,kevin anderson,True, 2024-10-23 16:30,orthodontist,kevin anderson,True, 2024-10-24 08:00,orthodontist,kevin anderson,True, 2024-10-24 08:30,orthodontist,kevin anderson,True, 2024-10-24 09:00,orthodontist,kevin anderson,True, 2024-10-24 09:30,orthodontist,kevin anderson,True, 2024-10-24 10:00,orthodontist,kevin anderson,True, 2024-10-24 10:30,orthodontist,kevin anderson,False,1000086 2024-10-24 11:00,orthodontist,kevin anderson,False,1000057 2024-10-24 11:30,orthodontist,kevin anderson,True, 2024-10-24 12:00,orthodontist,kevin anderson,True, 2024-10-24 12:30,orthodontist,kevin anderson,True, 2024-10-24 13:00,orthodontist,kevin anderson,True, 2024-10-24 13:30,orthodontist,kevin anderson,True, 2024-10-24 14:00,orthodontist,kevin anderson,True, 2024-10-24 14:30,orthodontist,kevin anderson,True, 2024-10-24 15:00,orthodontist,kevin anderson,False,1000071 2024-10-24 15:30,orthodontist,kevin anderson,False,1000066 2024-10-24 16:00,orthodontist,kevin anderson,True, 2024-10-24 16:30,orthodontist,kevin anderson,True, 2024-10-25 08:00,orthodontist,kevin anderson,False,1000098 2024-10-25 08:30,orthodontist,kevin anderson,True, 2024-10-25 09:00,orthodontist,kevin anderson,True, 2024-10-25 09:30,orthodontist,kevin anderson,False,1000086 2024-10-25 10:00,orthodontist,kevin anderson,True, 2024-10-25 10:30,orthodontist,kevin anderson,True, 2024-10-25 11:00,orthodontist,kevin anderson,True, 2024-10-25 11:30,orthodontist,kevin anderson,True, 2024-10-25 12:00,orthodontist,kevin anderson,True, 2024-10-25 12:30,orthodontist,kevin anderson,True, 2024-10-25 13:00,orthodontist,kevin anderson,True, 2024-10-25 13:30,orthodontist,kevin anderson,True, 2024-10-25 14:00,orthodontist,kevin anderson,False,1000043 2024-10-25 14:30,orthodontist,kevin anderson,False,1000078 2024-10-25 15:00,orthodontist,kevin anderson,True, 2024-10-25 15:30,orthodontist,kevin anderson,True, 2024-10-25 16:00,orthodontist,kevin anderson,False,1000098 2024-10-25 16:30,orthodontist,kevin anderson,True, 2024-10-26 09:00,orthodontist,kevin anderson,True, 2024-10-26 09:30,orthodontist,kevin anderson,True, 2024-10-26 10:00,orthodontist,kevin anderson,False,1000045 2024-10-26 10:30,orthodontist,kevin anderson,False,1000060 2024-10-26 11:00,orthodontist,kevin anderson,True, 2024-10-26 11:30,orthodontist,kevin anderson,False,1000077 2024-10-26 12:00,orthodontist,kevin anderson,True, 2024-10-26 12:30,orthodontist,kevin anderson,False,1000079 2024-10-28 08:00,orthodontist,kevin anderson,True, 2024-10-28 08:30,orthodontist,kevin anderson,False,1000042 2024-10-28 09:00,orthodontist,kevin anderson,True, 2024-10-28 09:30,orthodontist,kevin anderson,True, 2024-10-28 10:00,orthodontist,kevin anderson,True, 2024-10-28 10:30,orthodontist,kevin anderson,True, 2024-10-28 11:00,orthodontist,kevin anderson,False,1000071 2024-10-28 11:30,orthodontist,kevin anderson,True, 2024-10-28 12:00,orthodontist,kevin anderson,True, 2024-10-28 12:30,orthodontist,kevin anderson,True, 2024-10-28 13:00,orthodontist,kevin anderson,True, 2024-10-28 13:30,orthodontist,kevin anderson,False,1000001 2024-10-28 14:00,orthodontist,kevin anderson,True, 2024-10-28 14:30,orthodontist,kevin anderson,True, 2024-10-28 15:00,orthodontist,kevin anderson,True, 2024-10-28 15:30,orthodontist,kevin anderson,True, 2024-10-28 16:00,orthodontist,kevin anderson,True, 2024-10-28 16:30,orthodontist,kevin anderson,True, 2024-10-29 08:00,orthodontist,kevin anderson,False,1000000 2024-10-29 08:30,orthodontist,kevin anderson,True, 2024-10-29 09:00,orthodontist,kevin anderson,True, 2024-10-29 09:30,orthodontist,kevin anderson,False,1000075 2024-10-29 10:00,orthodontist,kevin anderson,True, 2024-10-29 10:30,orthodontist,kevin anderson,False,1000028 2024-10-29 11:00,orthodontist,kevin anderson,True, 2024-10-29 11:30,orthodontist,kevin anderson,False,1000067 2024-10-29 12:00,orthodontist,kevin anderson,False,1000022 2024-10-29 12:30,orthodontist,kevin anderson,True, 2024-10-29 13:00,orthodontist,kevin anderson,False,1000001 2024-10-29 13:30,orthodontist,kevin anderson,True, 2024-10-29 14:00,orthodontist,kevin anderson,True, 2024-10-29 14:30,orthodontist,kevin anderson,True, 2024-10-29 15:00,orthodontist,kevin anderson,True, 2024-10-29 15:30,orthodontist,kevin anderson,True, 2024-10-29 16:00,orthodontist,kevin anderson,True, 2024-10-29 16:30,orthodontist,kevin anderson,True, 2024-10-30 08:00,orthodontist,kevin anderson,True, 2024-10-30 08:30,orthodontist,kevin anderson,True, 2024-10-30 09:00,orthodontist,kevin anderson,True, 2024-10-30 09:30,orthodontist,kevin anderson,True, 2024-10-30 10:00,orthodontist,kevin anderson,True, 2024-10-30 10:30,orthodontist,kevin anderson,True, 2024-10-30 11:00,orthodontist,kevin anderson,True, 2024-10-30 11:30,orthodontist,kevin anderson,True, 2024-10-30 12:00,orthodontist,kevin anderson,False,1000065 2024-10-30 12:30,orthodontist,kevin anderson,True, 2024-10-30 13:00,orthodontist,kevin anderson,True, 2024-10-30 13:30,orthodontist,kevin anderson,False,1000025 2024-10-30 14:00,orthodontist,kevin anderson,True, 2024-10-30 14:30,orthodontist,kevin anderson,False,1000051 2024-10-30 15:00,orthodontist,kevin anderson,True, 2024-10-30 15:30,orthodontist,kevin anderson,True, 2024-10-30 16:00,orthodontist,kevin anderson,True, 2024-10-30 16:30,orthodontist,kevin anderson,True, 2024-10-31 08:00,orthodontist,kevin anderson,True, 2024-10-31 08:30,orthodontist,kevin anderson,True, 2024-10-31 09:00,orthodontist,kevin anderson,True, 2024-10-31 09:30,orthodontist,kevin anderson,True, 2024-10-31 10:00,orthodontist,kevin anderson,False,1000008 2024-10-31 10:30,orthodontist,kevin anderson,False,1000070 2024-10-31 11:00,orthodontist,kevin anderson,True, 2024-10-31 11:30,orthodontist,kevin anderson,False,1000088 2024-10-31 12:00,orthodontist,kevin anderson,False,1000041 2024-10-31 12:30,orthodontist,kevin anderson,False,1000026 2024-10-31 13:00,orthodontist,kevin anderson,False,1000048 2024-10-31 13:30,orthodontist,kevin anderson,True, 2024-10-31 14:00,orthodontist,kevin anderson,True, 2024-10-31 14:30,orthodontist,kevin anderson,False,1000035 2024-10-31 15:00,orthodontist,kevin anderson,False,1000079 2024-10-31 15:30,orthodontist,kevin anderson,False,1000065 2024-10-31 16:00,orthodontist,kevin anderson,True, 2024-10-31 16:30,orthodontist,kevin anderson,True, 2024-11-01 08:00,orthodontist,kevin anderson,True, 2024-11-01 08:30,orthodontist,kevin anderson,False,1000011 2024-11-01 09:00,orthodontist,kevin anderson,True, 2024-11-01 09:30,orthodontist,kevin anderson,False,1000022 2024-11-01 10:00,orthodontist,kevin anderson,True, 2024-11-01 10:30,orthodontist,kevin anderson,False,1000085 2024-11-01 11:00,orthodontist,kevin anderson,True, 2024-11-01 11:30,orthodontist,kevin anderson,False,1000067 2024-11-01 12:00,orthodontist,kevin anderson,True, 2024-11-01 12:30,orthodontist,kevin anderson,True, 2024-11-01 13:00,orthodontist,kevin anderson,True, 2024-11-01 13:30,orthodontist,kevin anderson,True, 2024-11-01 14:00,orthodontist,kevin anderson,True, 2024-11-01 14:30,orthodontist,kevin anderson,False,1000025 2024-11-01 15:00,orthodontist,kevin anderson,True, 2024-11-01 15:30,orthodontist,kevin anderson,True, 2024-11-01 16:00,orthodontist,kevin anderson,False,1000019 2024-11-01 16:30,orthodontist,kevin anderson,True, 2024-11-02 09:00,orthodontist,kevin anderson,True, 2024-11-02 09:30,orthodontist,kevin anderson,True, 2024-11-02 10:00,orthodontist,kevin anderson,True, 2024-11-02 10:30,orthodontist,kevin anderson,True, 2024-11-02 11:00,orthodontist,kevin anderson,True, 2024-11-02 11:30,orthodontist,kevin anderson,False,1000089 2024-11-02 12:00,orthodontist,kevin anderson,False,1000045 2024-11-02 12:30,orthodontist,kevin anderson,False,1000083 ================================================ FILE: data/syntetic_data/get_availability.py ================================================ import os from dotenv import load_dotenv import sys load_dotenv() WORKDIR = os.getenv("WORKDIR") os.chdir(WORKDIR) sys.path.append(WORKDIR) import csv from datetime import datetime, timedelta import random # Define the data structure data = [ {"specialization": "general_dentist", "dentists": [{"name": "john doe"}, {"name": "emily johnson"}]}, {"specialization": "cosmetic_dentist", "dentists": [{"name": "jane smith"}, {"name": "lisa brown"}]}, {"specialization": "prosthodontist", "dentists": [{"name": "michael green"}]}, {"specialization": "pediatric_dentist", "dentists": [{"name": "sarah wilson"}]}, {"specialization": "emergency_dentist", "dentists": [{"name": "daniel miller"}, {"name": "susan davis"}]}, {"specialization": "oral_surgeon", "dentists": [{"name": "robert martinez"}]}, {"specialization": "orthodontist", "dentists": [{"name": "kevin anderson"}]}, ] # Function to generate time slots def generate_time_slots(start_time, end_time, interval_minutes): current_time = start_time time_slots = [] while current_time < end_time: time_slots.append(current_time.strftime("%Y-%m-%d %H:%M")) current_time += timedelta(minutes=interval_minutes) return time_slots # Generate CSV data def generate_csv(filename): # Get the current date current_date = datetime.now().date() start_date = datetime(current_date.year, current_date.month, current_date.day) # Define the time slots for the month time_slots = [] for day in range(30): # Covering one month date = start_date + timedelta(days=day) if date.weekday() < 5: # Monday to Friday time_slots += generate_time_slots( datetime(date.year, date.month, date.day, 8, 0), datetime(date.year, date.month, date.day, 17, 0), 30, ) elif date.weekday() == 5: # Saturday time_slots += generate_time_slots( datetime(date.year, date.month, date.day, 9, 0), datetime(date.year, date.month, date.day, 13, 0), 30, ) # Mark the first two days as unavailable unavailable_slots = [] for day in range(2): unavailable_date = start_date + timedelta(days=day) for slot in time_slots: if unavailable_date.strftime("%Y-%m-%d") in slot: unavailable_slots.append(slot) with open(filename, mode="w", newline="") as file: writer = csv.writer(file) writer.writerow(["date_slot", "specialization", "doctor_name", "is_available", "patient_to_attend"]) for specialization in data: for dentist in specialization["dentists"]: for slot in time_slots: if slot in unavailable_slots: is_available = False # Unavailable for the first two days else: # Randomly assign availability (70% chance of being available) is_available = random.choice([True] * 7 + [False] * 3) patient_to_attend = None if is_available else random.randint(1000000, 1000100) writer.writerow([slot, specialization["specialization"], dentist["name"], is_available, patient_to_attend]) if __name__ == '__main__': generate_csv(f"{WORKDIR}/data/syntetic_data/availability.csv") ================================================ FILE: data/syntetic_data/patients_info.csv ================================================ id_number,name,location,age,birth_date,sex 1000000,Emma Johnson,Los Angeles,28,1996-06-19,F 1000002,Liam Smith,San Francisco,34,1989-03-22,M 1000003,Olivia Brown,San Diego,45,1978-01-10,F 1000004,Noah Davis,San Jose,29,1994-11-30,M 1000005,Ava Garcia,Sacramento,31,1992-07-05,F 1000006,Isabella Martinez,Fresno,24,1999-05-16,F 1000007,Lucas Rodriguez,Long Beach,37,1986-12-09,M 1000008,Sophia Hernandez,Oakland,50,1973-08-21,F 1000009,Mason Lopez,Bakersfield,42,1981-02-17,M 1000010,Charlotte Wilson,Anaheim,26,1997-04-14,F 1000011,Amelia Anderson,Santa Ana,33,1990-09-12,F 1000012,Ethan Thomas,Chula Vista,39,1984-10-30,M 1000013,Harper Taylor,San Bernardino,27,1996-01-19,F 1000014,James Moore,Riverside,36,1987-03-11,M 1000015,Abigail Jackson,Stockton,30,1993-06-25,F 1000016,Alexander White,Chico,41,1982-02-05,M 1000017,Emily Harris,Modesto,38,1985-07-28,F 1000018,Daniel Martin,Palm Springs,32,1991-11-02,M 1000019,Sofia Thompson,Hayward,29,1994-08-15,F 1000020,Michael Garcia,Sunnyvale,44,1979-12-12,M 1000021,Scarlett Martinez,Pasadena,25,1998-05-30,F 1000022,Henry Robinson,Fullerton,35,1988-04-20,M 1000023,Grace Clark,Orange,40,1983-09-23,F 1000024,Jackson Lewis,Visalia,46,1977-02-14,M 1000025,Chloe Lee,Elk Grove,28,1995-06-18,F 1000026,David Walker,Salinas,34,1989-01-24,M 1000027,Victoria Hall,San Mateo,47,1976-03-09,F 1000028,Joseph Allen,Carlsbad,39,1984-10-28,M 1000029,Zoey Young,Merced,30,1993-12-01,F 1000030,Samuel King,Redwood City,42,1981-07-15,M 1000031,Aria Wright,Mountain View,26,1997-08-05,F 1000032,Matthew Scott,Westminster,33,1990-11-22,M 1000033,Lucy Torres,Richmond,29,1994-04-10,F 1000034,Andrew Nguyen,Chino,38,1985-05-03,M 1000035,Ellie Hill,South Gate,31,1992-02-17,F 1000036,Christopher Adams,San Marcos,48,1975-06-30,M 1000037,Stella Baker,San Leandro,25,1998-09-14,F 1000038,Joshua Gonzalez,La Habra,36,1987-12-02,M 1000039,Penelope Nelson,Temecula,41,1982-03-20,F 1000040,Jack Carter,Clovis,30,1993-01-29,M 1000041,Avery Mitchell,Union City,27,1996-07-22,F 1000042,Leo Perez,Antioch,34,1989-10-11,M 1000043,Archer Roberts,San Rafael,39,1984-04-16,M 1000044,Addison Turner,Compton,32,1991-05-28,F 1000045,Isaac Phillips,San Bruno,45,1978-11-09,M 1000046,Milana Campbell,Menifee,28,1995-06-04,F 1000047,Caleb Parker,San Jose,35,1988-08-17,M 1000048,Layla Evans,Oakland,42,1981-01-31,F 1000049,Wyatt Edwards,Chula Vista,29,1994-03-25,M 1000050,Naomi Collins,Modesto,43,1980-12-08,F 1000051,Daniel Murphy,Los Angeles,34,1989-07-19,M 1000052,Victoria Rivera,San Diego,27,1996-10-30,F 1000053,James Bennett,San Francisco,38,1985-09-02,M 1000054,Leah Wood,Long Beach,32,1991-02-24,F 1000055,Henry Cooper,San Bernardino,29,1994-11-14,M 1000056,Abigail Reed,Stockton,36,1987-03-06,F 1000057,Leo Morgan,Sacramento,45,1978-05-17,M 1000058,Isabella Bell,Fresno,30,1993-08-21,F 1000059,Lucas Murphy,Chico,41,1982-12-27,M 1000060,Emma Gomez,Hayward,26,1997-04-15,F 1000061,Noah Brooks,Chino,38,1985-01-11,M 1000062,Chloe Kelly,Carlsbad,32,1991-06-09,F 1000063,Jackson Sanders,Sunnyvale,43,1980-03-18,M 1000064,Scarlett Price,Elk Grove,29,1994-10-12,F 1000065,Oliver Butler,Richmond,35,1988-08-22,M 1000066,Grace Bennett,Chula Vista,31,1992-07-07,F 1000067,Mason Morris,San Marcos,48,1975-12-30,M 1000068,Lily Rivera,San Leandro,28,1995-05-26,F 1000069,Samuel Diaz,Visalia,39,1984-01-03,M 1000070,Emily Torres,Antioch,34,1989-09-15,F 1000071,Daniel Hughes,San Bruno,42,1981-11-19,M 1000072,Amelia Ramirez,Menifee,30,1993-06-02,F 1000073,Caleb Foster,San Jose,35,1988-02-22,M 1000074,Zoey James,Los Angeles,29,1994-08-05,F 1000075,Henry Sanchez,San Francisco,36,1987-12-14,M 1000076,Addison Watson,San Diego,31,1992-03-30,F 1000077,Leo Cooper,Long Beach,44,1979-01-17,M 1000078,Chloe Price,Chico,25,1998-11-26,F 1000079,Isaac Bennett,Modesto,38,1985-07-03,M 1000080,Harper Reed,Oakland,32,1991-10-16,F 1000081,Joshua Hughes,Chula Vista,39,1984-04-12,M 1000082,Layla Murphy,Carlsbad,30,1993-05-21,F 1000083,Oliver Gonzalez,Stockton,45,1978-06-09,M 1000084,Stella Martinez,San Bernardino,28,1995-09-20,F 1000085,James Smith,San Jose,34,1989-02-02,M 1000086,Emily Taylor,Los Angeles,27,1996-01-04,F 1000087,Daniel Clark,Sacramento,35,1988-08-09,M 1000088,Victoria Lewis,Fresno,42,1981-03-17,F 1000089,Henry Walker,Hayward,30,1993-05-14,M 1000090,Chloe Hall,Antioch,29,1994-12-22,F 1000091,Leo Young,San Rafael,36,1987-06-18,M 1000092,Addison Allen,Menifee,31,1992-11-30,F 1000093,Isaac Martin,Chino,44,1979-02-01,M 1000094,Zoey Nelson,San Diego,28,1995-04-10,F 1000095,James Carter,Long Beach,39,1984-10-15,M 1000096,Emma Scott,San Francisco,34,1989-07-20,F 1000097,Daniel Turner,Los Angeles,30,1993-03-08,M 1000098,Olivia Ramirez,Modesto,42,1981-05-25,F 1000099,Henry Phillips,Chico,29,1994-09-11,M 1000100,Amelia Evans,San Bernardino,36,1987-11-29,F ================================================ FILE: data/syntetic_data/studies_status.csv ================================================ patient_id,medical_study,is_available 1000094,Plaque Index,False 1000009,Cephalometric X-Ray,True 1000079,CBCT Scan,True 1000095,Periodontal Probing,False 1000079,Cephalometric X-Ray,False 1000026,Dental X-Ray,True 1000052,Gingival Index,False 1000055,Panoramic X-Ray,True 1000032,Panoramic X-Ray,True 1000096,Cephalometric X-Ray,False 1000089,Occlusal Analysis,False 1000041,Oral Cancer Screening,True 1000044,CBCT Scan,True 1000061,Oral Cancer Screening,True 1000086,Dental X-Ray,True 1000048,Gingival Index,False 1000095,TMJ Examination,False 1000024,Panoramic X-Ray,True 1000082,Gingival Index,False 1000000,Caries Risk Assessment,False 1000006,CBCT Scan,True 1000090,Caries Risk Assessment,False 1000048,Cephalometric X-Ray,True 1000016,Cephalometric X-Ray,False 1000037,Gingival Index,False 1000012,TMJ Examination,False 1000037,Dental X-Ray,False 1000089,CBCT Scan,True 1000035,Gingival Index,True 1000063,Bitewing X-Ray,True 1000094,Occlusal Analysis,True 1000047,Panoramic X-Ray,True 1000002,Periodontal Probing,True 1000046,Plaque Index,False 1000010,Bitewing X-Ray,True 1000060,Plaque Index,True 1000010,Periodontal Probing,True 1000055,TMJ Examination,True 1000004,Cephalometric X-Ray,False 1000072,Panoramic X-Ray,True ================================================ FILE: faq/data.json ================================================ [ { "question": "When is the clinic open?", "answer": "We are open Monday through Friday from 8:00 AM to 5:00 PM, and Saturday from 9:00 AM to 1:00 PM. We are closed on Sundays and major holidays." }, { "question": "Do you accept walk-ins?", "answer": "While we encourage appointments to minimize wait times, we do our best to accommodate walk-ins whenever possible. However, patients with scheduled appointments will be prioritized." }, { "question": "What insurance plans do you accept?", "answer": "We accept most major dental insurance plans, including Delta Dental, Aetna, MetLife, Cigna, and UnitedHealthcare. We also work with many other PPO plans. Please provide your insurance information when scheduling your appointment so we can verify your coverage." }, { "question": "Are you accepting new patients?", "answer": "Yes, we are always happy to welcome new patients to our practice." }, { "question": "Do you offer emergency dental services?", "answer": "Yes, we offer emergency dental services during our regular operating hours. If you are experiencing a dental emergency, please call our office immediately (405 910 189 291), or come to the clinic and we will do our best to see you as soon as possible." }, { "question": "What should I do if I have a dental emergency outside of operating hours?", "answer": "If you have a dental emergency outside of our operating hours, please call our office (405 910 189 291). Our answering service will provide you with instructions on how to reach the on-call dentist." }, { "question": "How often should I have a dental check-up?", "answer": "We recommend having a dental check-up and cleaning every six months to maintain optimal oral health. However, depending on your individual needs, we may recommend more frequent visits." }, { "question": "What is your policy on missed appointments?", "answer": "We understand that things happen, but we kindly request that you provide us with at least 24 hours' notice if you need to reschedule or cancel your appointment. Missed appointments without proper notification may be subject to a fee of $50." }, { "question": "Do you offer sedation dentistry?", "answer": "Yes, we offer various sedation dentistry options, including nitrous oxide (laughing gas) and oral conscious sedation, to help patients feel more relaxed and comfortable during dental procedures. We will discuss which option is best for you based on your individual needs and anxiety levels." }, { "question": "Are your dental products environmentally friendly?", "answer": "Yes, we are committed to using environmentally friendly dental products whenever possible. We use digital X-rays to reduce radiation exposure and minimize waste. We also choose products and materials that are biocompatible and sustainable." }, { "question": "How much does the first session cost?", "answer": "The cost of the first session typically ranges from $100 to $200, depending on the services required. This usually includes a comprehensive examination, X-rays, and a cleaning. We will provide you with a detailed breakdown of the costs before any treatment is performed." }, { "question": "How is pricing determined for different dental specialities?", "answer": "Pricing for different dental specialties is determined by factors such as the complexity of the procedure, the time required, the materials used, and the expertise of the dentist. We will provide you with a clear explanation of the costs associated with your specific treatment plan." }, { "question": "What forms of payment do you accept?", "answer": "We accept cash, checks, major credit cards (Visa, Mastercard, Discover, American Express), and debit cards." }, { "question": "Do you offer discounts for senior citizens or students?", "answer": "No" }, { "question": "Are consultations free?", "answer": "Yes, initial consultations are free of charge. This allows you to meet our team, discuss your dental concerns, and receive a preliminary assessment." }, { "question": "Is there parking available at the clinic?", "answer": "Yes, we have free parking available for our patients in our dedicated parking lot." }, { "question": "What technology do you use in your clinic?", "answer": "We utilize the latest dental technology, including digital X-rays (which reduce radiation exposure), intraoral cameras (which allow you to see inside your mouth), and laser dentistry (which offers minimally invasive treatment options). We are committed to staying at the forefront of advancements in dental technology to provide the best possible care for our patients." }, { "question": "Do you have experience treating patients with dental anxiety?", "answer": "Yes, our team is experienced and compassionate in treating patients with dental anxiety. We understand that dental visits can be stressful for some, and we strive to create a relaxing and comfortable environment. We offer various options to help manage dental anxiety, including sedation dentistry, calming music, and a gentle approach. We will work with you to understand your concerns and develop a personalized treatment plan that addresses your specific needs." }, { "question": "What do I need to bring with me for the visit?", "answer": "For your first visit, please bring: \n- Your insurance card (if applicable)\n- A photo ID\n- A list of any medications you are currently taking\n- Any relevant medical or dental history information\n- If you have dental records from a previous dentist, you are welcome to bring those as well, though it is not required." }, { "question": "What is the address?", "answer": "Our address is 901 Humeh Street, Teoville, CA 90210." }, { "question": "Do you offer teeth whitening?", "answer": "Yes, we offer both in-office and take-home teeth whitening options." }, { "question": "How long do fillings last?", "answer": "The lifespan of a filling depends on the material used and how well you care for your teeth. With proper care, fillings can last for many years." }, { "question": "How much does a dental cleaning cost?", "answer": "The cost of a dental cleaning varies depending on your individual needs and insurance coverage. We will provide you with a cost estimate before any treatment is performed." }, { "question": "What are your COVID-19 safety protocols?", "answer": "We follow strict COVID-19 safety protocols, including enhanced cleaning and disinfection procedures, social distancing measures, and mandatory mask-wearing for staff and patients." }, { "question": "Do you have a website?", "answer": "Yes, our website is www.caovideclinic.org. You can find more information about our services, our team, and our practice on our website." }, { "question": "Do you offer payment plans?", "answer": "Yes, we offer flexible payment plans to help make your dental care more affordable. We work with Hija Bank, which offers loans with low rates if you make treatments with us. If you need it, contact them directly." }, { "question": "What should I expect during my first visit?", "answer": "During your first visit, we will review your medical and dental history, take X-rays, and perform a comprehensive exam. We will then discuss your treatment options and answer any questions you may have." }, { "question":"When and how can I access my dental study results?", "answer":"Your dental study results will be available around 5 business days after your appointment. When they are ready, you can access them in the following ways:\n- Through our secure online portal: www.caovideclinic.org\n- Coming to our clinic whenever you want in our attention time." } ] ================================================ FILE: langgraph.json ================================================ { "python_version": "3.11", "dockerfile_lines": [], "dependencies": [ "." ], "graphs": { "agent": "./src/agent.py:app" }, "env": ".env" } ================================================ FILE: logging_config.py ================================================ import logging logging.basicConfig( level=logging.INFO, format='%(asctime)s - %(message)s', handlers=[ logging.FileHandler("app.log"), logging.StreamHandler() ] ) ================================================ FILE: requirements.txt ================================================ langgraph langchain langchain_openai langchain_community langchain_core python-dotenv langchain_pinecone pinecone jq langchain-google-genai pandas langchain_anthropic langchain_groq ================================================ FILE: src/__init__.py ================================================ ================================================ FILE: src/agent.py ================================================ import os from dotenv import load_dotenv import sys load_dotenv() WORKDIR=os.getenv("WORKDIR") os.chdir(WORKDIR) sys.path.append(WORKDIR) from langchain_core.messages import HumanMessage, SystemMessage from langgraph.checkpoint.memory import MemorySaver from langgraph.graph import END, StateGraph, MessagesState from langgraph.prebuilt import ToolNode from typing import TypedDict, Annotated, List, Literal from langchain_core.messages import AnyMessage, HumanMessage import operator from src.validators.agent_validators import * from src.agent_tools import check_availability_by_doctor, check_availability_by_specialization, check_results, set_appointment, cancel_appointment, reminder_appointment, reschedule_appointment, retrieve_faq_info, get_catalog_specialists, obtain_specialization_by_doctor from datetime import datetime from src.utils import get_model import logging import logging_config logger = logging.getLogger(__name__) class MessagesState(TypedDict): messages: Annotated[List[AnyMessage], operator.add] tools = [obtain_specialization_by_doctor, check_availability_by_doctor, check_availability_by_specialization, cancel_appointment, get_catalog_specialists, retrieve_faq_info, set_appointment, reminder_appointment, check_results,reschedule_appointment, reschedule_appointment] tool_node = ToolNode(tools) model = get_model('meta') model = model.bind_tools(tools = tools) def should_continue(state: MessagesState) -> Literal["tools", "human_feedback"]: messages = state['messages'] last_message = messages[-1] if last_message.tool_calls: return "tools" return "human_feedback" #The commented part is because it breaks the UI with the input function def should_continue_with_feedback(state: MessagesState) -> Literal["agent", "end"]: messages = state['messages'] last_message = messages[-1] if isinstance(last_message, dict): if last_message.get("type","") == 'human': return "agent" if (isinstance(last_message, HumanMessage)): return "agent" return "end" def call_model(state: MessagesState): messages = [SystemMessage(content=f"You are helpful assistant in Ovide Clinic, dental care center in California (United States).\nAs reference, today is {datetime.now().strftime('%Y-%m-%d %H:%M, %A')}.\nKeep a friendly, professional tone.\nAvoid verbosity.\nConsiderations:\n- Don´t assume parameters in call functions that it didnt say.\n- MUST NOT force users how to write. Let them write in the way they want.\n- The conversation should be very natural like a secretary talking with a client.\n- Call only ONE tool at a time.")] + state['messages'] response = model.invoke(messages) return {"messages": [response]} def read_human_feedback(state: MessagesState): pass workflow = StateGraph(MessagesState) workflow.add_node("agent", call_model) workflow.add_node("tools", tool_node) workflow.add_node("human_feedback", read_human_feedback) workflow.set_entry_point("agent") workflow.add_conditional_edges( "agent", should_continue, {"human_feedback": 'human_feedback', "tools": "tools"} ) workflow.add_conditional_edges( "human_feedback", should_continue_with_feedback, {"agent": 'agent', "end": END} ) workflow.add_edge("tools", 'agent') checkpointer = MemorySaver() app = workflow.compile(checkpointer=checkpointer, interrupt_before=['human_feedback']) if __name__ == '__main__': while True: question = input("Put your question: ") for event in app.stream( {"messages": [ HumanMessage(content=question) ]}, config={"configurable": {"thread_id": 42}} ): if event.get("agent","") == "": continue else: msg = event['agent']['messages'][-1].content if msg == '': continue else: print(msg) ================================================ FILE: src/agent_tools.py ================================================ import os from dotenv import load_dotenv import sys load_dotenv() WORKDIR=os.getenv("WORKDIR") os.chdir(WORKDIR) sys.path.append(WORKDIR) from langchain_core.tools import tool from src.validators.agent_validators import * from typing import Literal import pandas as pd import json from src.vector_database.main import PineconeManagment from src.utils import format_retrieved_docs pinecone_conn = PineconeManagment() pinecone_conn.loading_vdb(index_name = 'ovidedentalclinic') retriever = pinecone_conn.vdb.as_retriever(search_type="similarity", search_kwargs={"k": 2}) rag_chain = retriever | format_retrieved_docs #All the tools to consider @tool def check_availability_by_doctor(desired_date:DateModel, doctor_name:Literal['kevin anderson','robert martinez','susan davis','daniel miller','sarah wilson','michael green','lisa brown','jane smith','emily johnson','john doe']): """ Checking the database if we have availability for the specific doctor. The parameters should be mentioned by the user in the query """ #Dummy data df = pd.read_csv(f"{WORKDIR}/data/syntetic_data/availability.csv") df['date_slot_time'] = df['date_slot'].apply(lambda input: input.split(' ')[-1]) rows = list(df[(df['date_slot'].apply(lambda input: input.split(' ')[0]) == desired_date.date)&(df['doctor_name'] == doctor_name)&(df['is_available'] == True)]['date_slot_time']) if len(rows) == 0: output = "No availability in the entire day" else: output = f'This availability for {desired_date.date}\n' output += "Available slots: " + ', '.join(rows) return output def check_availability_by_specialization(desired_date:DateModel, specialization:Literal["general_dentist", "cosmetic_dentist", "prosthodontist", "pediatric_dentist","emergency_dentist","oral_surgeon","orthodontist"]): """ Checking the database if we have availability for the specific specialization. The parameters should be mentioned by the user in the query """ #Dummy data df = pd.read_csv(f"{WORKDIR}/data/syntetic_data/availability.csv") df['date_slot_time'] = df['date_slot'].apply(lambda input: input.split(' ')[-1]) rows = df[(df['date_slot'].apply(lambda input: input.split(' ')[0]) == desired_date.date) & (df['specialization'] == specialization) & (df['is_available'] == True)].groupby(['specialization', 'doctor_name'])['date_slot_time'].apply(list).reset_index(name='available_slots') if len(rows) == 0: output = "No availability in the entire day" else: output = f'This availability for {desired_date.date}\n' for row in rows.values: output += row[1] + ". Available slots: " + ', '.join(row[2])+'\n' return output @tool def reschedule_appointment(old_date:DateTimeModel, new_date:DateTimeModel, id_number:IdentificationNumberModel, doctor_name:Literal['kevin anderson','robert martinez','susan davis','daniel miller','sarah wilson','michael green','lisa brown','jane smith','emily johnson','john doe']): """ Rescheduling an appointment. The parameters MUST be mentioned by the user in the query. """ #Dummy data df = pd.read_csv(f'{WORKDIR}/data/syntetic_data/availability.csv') available_for_desired_date = df[(df['date_slot'] == new_date.date)&(df['is_available'] == True)&(df['doctor_name'] == doctor_name)] if len(available_for_desired_date) == 0: return "Not available slots in the desired period" else: cancel_appointment.invoke({'date':old_date, 'id_number':id_number, 'doctor_name':doctor_name}) set_appointment.invoke({'desired_date':new_date, 'id_number': id_number, 'doctor_name': doctor_name}) return "Succesfully rescheduled for the desired time" @tool def cancel_appointment(date:DateTimeModel, id_number:IdentificationNumberModel, doctor_name:Literal['kevin anderson','robert martinez','susan davis','daniel miller','sarah wilson','michael green','lisa brown','jane smith','emily johnson','john doe']): """ Canceling an appointment. The parameters MUST be mentioned by the user in the query. """ df = pd.read_csv(f'{WORKDIR}/data/syntetic_data/availability.csv') case_to_remove = df[(df['date_slot'] == date.date)&(df['patient_to_attend'] == id_number.id)&(df['doctor_name'] == doctor_name)] if len(case_to_remove) == 0: return "You don´t have any appointment with that specifications" else: df.loc[(df['date_slot'] == date.date) & (df['patient_to_attend'] == id_number.id) & (df['doctor_name'] == doctor_name), ['is_available', 'patient_to_attend']] = [True, None] df.to_csv(f'{WORKDIR}/data/syntetic_data/availability.csv', index = False) return "Succesfully cancelled" @tool def get_catalog_specialists(): """ Obtain information about the doctors and specializations/services we provide. The parameters MUST be mentioned by the user in the query """ with open(f"{WORKDIR}/data/catalog.json","r") as file: file = json.loads(file.read()) return file @tool def set_appointment(desired_date:DateTimeModel, id_number:IdentificationNumberModel, doctor_name:Literal['kevin anderson','robert martinez','susan davis','daniel miller','sarah wilson','michael green','lisa brown','jane smith','emily johnson','john doe']): """ Set appointment with the doctor. The parameters MUST be mentioned by the user in the query. """ df = pd.read_csv(f'{WORKDIR}/data/syntetic_data/availability.csv') case = df[(df['date_slot'] == desired_date.date)&(df['doctor_name'] == doctor_name)&(df['is_available'] == True)] if len(case) == 0: return "No available appointments for that particular case" else: df.loc[(df['date_slot'] == desired_date.date)&(df['doctor_name'] == doctor_name) & (df['is_available'] == True), ['is_available','patient_to_attend']] = [False, id_number.id] df.to_csv(f'{WORKDIR}/data/syntetic_data/availability.csv', index = False) return "Succesfully done" @tool def check_results(id_number:IdentificationNumberModel): """ Check if the result of the pacient is available. The parameters MUST be mentioned by the user in the query """ #Dummy data df = pd.read_csv(f'{WORKDIR}/data/syntetic_data/studies_status.csv') rows = df[(df['patient_id'] == id_number.id)][['medical_study','is_available']] if len(rows) == 0: return "The patient doesn´t have any study made" else: return rows @tool def reminder_appointment(id_number:IdentificationNumberModel): """ Returns when the pacient has its appointment with the doctor The parameters MUST be mentioned by the user in the query """ df = pd.read_csv(f'{WORKDIR}/data/syntetic_data/availability.csv') rows = df[(df['patient_to_attend'] == id_number.id)][['time_slot','doctor_name','specialization']] if len(rows) == 0: return "The patient doesn´t have any appointment yet" else: return rows @tool def retrieve_faq_info(question:str): """ Retrieve documents or additional info from general questions about the medical clinic. Call this tool if question is regarding center: For example: is it open? Do you have parking? Can I go with bike? etc... """ return rag_chain.invoke(question) @tool def obtain_specialization_by_doctor(doctor_name:Literal['kevin anderson','robert martinez','susan davis','daniel miller','sarah wilson','michael green','lisa brown','jane smith','emily johnson','john doe']): """ Retrieve which specialization covers a specific doctor. Use this internal tool if you need more information about a doctor for setting an appointment. """ with open(f"{WORKDIR}/data/catalog.json","r") as file: catalog = json.loads(file.read()) return str([{specialization['specialization']: [dentist['name'] for dentist in specialization['dentists']]} for specialization in catalog]) ================================================ FILE: src/utils.py ================================================ from langchain_openai import ChatOpenAI from langchain_groq import ChatGroq from langchain_anthropic import ChatAnthropic from langchain_google_genai.chat_models import ChatGoogleGenerativeAI from typing import Literal def format_retrieved_docs(docs): return "\n\n".join(doc.page_content for doc in docs) def get_model(provider:Literal['openai','google','meta','anthropic']): if provider == "openai": return ChatOpenAI(temperature=0, model_name="gpt-4o-mini", strict = True) elif provider == "anthropic": return ChatAnthropic(temperature=0, model_name="claude-3-5-sonnet") elif provider == "google": return ChatGoogleGenerativeAI(temperature=0, model_name="gemini-1.5-pro-exp-0801") elif provider == "meta": return ChatGroq(temperature=0, model_name="llama-3.1-70b-versatile") ================================================ FILE: src/validators/__init__.py ================================================ ================================================ FILE: src/validators/agent_validators.py ================================================ from pydantic import constr, BaseModel, Field, validator import re class DateTimeModel(BaseModel): """ The way the date should be structured and formatted """ date: str = Field(..., description="Propertly formatted date", pattern=r'^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$') @validator("date") def check_format_date(cls, v): if not re.match(r'^\d{4}-\d{2}-\d{2} \d{2}:\d{2}$', v): raise ValueError("The date should be in format 'YYYY-MM-DD HH:MM'") return v class DateModel(BaseModel): """ The way the date should be structured and formatted """ date: str = Field(..., description="Propertly formatted date", pattern=r'^\d{4}-\d{2}-\d{2}$') @validator("date") def check_format_date(cls, v): if not re.match(r'^\d{4}-\d{2}-\d{2}$', v): raise ValueError("The date must be in the format 'YYYY-MM-DD'") return v class IdentificationNumberModel(BaseModel): """ The way the ID should be structured and formatted """ id: int = Field(..., description="identification number without dots", pattern=r'^\d{7,8}$') @validator("id") def check_format_id(cls, v): if not re.match(r'^\d{7,8}$',str(v)): raise ValueError("The ID number should be a number of 7 or 8 numbers") return v ================================================ FILE: src/validators/pinecone_validators.py ================================================ import os from dotenv import load_dotenv import sys load_dotenv() WORKDIR=os.getenv("WORKDIR") os.chdir(WORKDIR) sys.path.append(WORKDIR) from pydantic import BaseModel, field_validator, Field import re from typing import Dict class IndexNameStructure(BaseModel): index_name: str = Field(description="Lower case name of the index you want to create") @field_validator('index_name') def check_letters_lowercase(cls, v): if not re.fullmatch(r"^[a-z]+$", v): raise ValueError('index_name must be only letters in lowercase') return v class ExpectedNewData(BaseModel): new_info: Dict[str, str] = Field(description="Expected a pair key:value of question and answer.") @field_validator('new_info') def check_lowercase(cls, v): if set(v.keys()) != {'question','answer'}: raise ValueError("The structure of the dictionary should be {'question':'...,' 'answer':'...'}") return v ================================================ FILE: src/vector_database/__init__.py ================================================ ================================================ FILE: src/vector_database/main.py ================================================ import os from dotenv import load_dotenv import sys load_dotenv() WORKDIR=os.getenv("WORKDIR") os.chdir(WORKDIR) sys.path.append(WORKDIR) from src.vector_database.utils import PineconeManagment def deploy_vectordatabase(index_name): vdb_app = PineconeManagment() docs = vdb_app.reading_datasource() vdb_app.creating_index(index_name = index_name, docs = docs) if __name__ == '__main__': deploy_vectordatabase(index_name = 'ovidedentalclinic') ================================================ FILE: src/vector_database/utils.py ================================================ import os from dotenv import load_dotenv import sys load_dotenv() WORKDIR=os.getenv("WORKDIR") os.chdir(WORKDIR) sys.path.append(WORKDIR) from langchain_community.document_loaders import JSONLoader from pinecone import Pinecone, ServerlessSpec from dotenv import load_dotenv import time from langchain_pinecone import PineconeVectorStore from langchain_openai import OpenAIEmbeddings from langchain_core.documents import Document from typing import Dict from src.validators.pinecone_validators import IndexNameStructure, ExpectedNewData import logging import logging_config logger = logging.getLogger(__name__) class PineconeManagment: def __init__(self): logger.info("Setting pinecone connection...") def __extract_metadata(self, record: dict, metadata: dict) -> dict: metadata["question"] = record['question'] logger.info("Metadata extracted!") return metadata def reading_datasource(self): loader = JSONLoader( file_path=f'{WORKDIR}/faq/data.json', jq_schema='.[]', text_content=False, metadata_func=self.__extract_metadata) return loader.load() def creating_index(self, index_name: str, docs: Document, dimension=1536, metric="cosine", embedding = OpenAIEmbeddings(model="text-embedding-ada-002")): logger.info(f"Creating index {index_name}...") IndexNameStructure(index_name=index_name) pc = Pinecone(api_key=os.getenv('PINECONE_API_KEY')) existing_indexes = [index_info["name"] for index_info in pc.list_indexes()] if index_name in existing_indexes: raise Exception("The index already exists...") pc.create_index( name=index_name.lower(), dimension=dimension, metric=metric, spec=ServerlessSpec(cloud="aws", region="us-east-1"), ) while not pc.describe_index(index_name).status["ready"]: time.sleep(1) logger.info(f"Index '{index_name}' created...") PineconeVectorStore.from_documents(documents = docs, embedding = embedding, index_name = index_name) logger.info(f"Index '{index_name}' populated with data...") def loading_vdb(self, index_name: str, embedding=OpenAIEmbeddings(model="text-embedding-ada-002")): logger.info("Loading vector database from Pinecone...") self.vdb = PineconeVectorStore(index_name=index_name, embedding=embedding) logger.info("Vector database loaded...") def adding_documents(self, new_info: Dict[str,str]): ExpectedNewData(new_info = new_info) logger.info("Adding data in the vector database...") self.vdb.add_documents([Document(page_content="question: " + new_info['question'] + '\n answer: ' + new_info['answer'], metadata={"question": new_info['question']})]) logger.info("More info added in the vector database...") def finding_similar_docs(self, user_query): docs = self.vdb.similarity_search_with_relevance_scores( query = user_query, k = 3, score_threshold=0.9 ) return docs