All Projects → ambulatorium → skeleton

ambulatorium / skeleton

Licence: other
Composer starter project for Ambulatory.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to skeleton

chr247.com
An open source multi tenant cloud platform for small scale clinics
Stars: ✭ 56 (+30.23%)
Mutual labels:  doctor, clinic, healthcare
Online-Appointment-Booking-System
An Online Appointment Booking System for Retail Chain Clinics with both the User as well as the Admin Side.
Stars: ✭ 95 (+120.93%)
Mutual labels:  doctor, clinic, hospital
clara-dicom-adapter
DICOM Adapter is a component of the Clara Deploy SDK which facilitates integration with DICOM compliant systems, enables ingestion of imaging data, helps triggering of jobs with configurable rules and offers pushing the output of jobs to PACS systems.
Stars: ✭ 31 (-27.91%)
Mutual labels:  medical, healthcare
Docproduct
Medical Q&A with Deep Language Models
Stars: ✭ 495 (+1051.16%)
Mutual labels:  medical, healthcare
Doctor-Appointment-App
This project written with Flutter
Stars: ✭ 68 (+58.14%)
Mutual labels:  doctor, hospital
aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+174.42%)
Mutual labels:  medical, healthcare
humanapi
The easiest way to integrate health data from anywhere - https://www.humanapi.co
Stars: ✭ 21 (-51.16%)
Mutual labels:  medical, healthcare
Openemr
The most popular open source electronic health records and medical practice management solution.
Stars: ✭ 1,762 (+3997.67%)
Mutual labels:  medical, healthcare
Sytora
A sophisticated smart symptom search engine
Stars: ✭ 111 (+158.14%)
Mutual labels:  medical, healthcare
Medical Books
Open sourece medical books in LaTeX. LaTeX写的中文开源医学书籍
Stars: ✭ 211 (+390.7%)
Mutual labels:  opensource, medical
Asclepius
Open Price Comparison for US Hospitals
Stars: ✭ 20 (-53.49%)
Mutual labels:  healthcare, hospital
DocProduct
Medical Q&A with Deep Language Models
Stars: ✭ 527 (+1125.58%)
Mutual labels:  medical, healthcare
HealthCare-Scan-Nearby-Hospital-Locations
I developed this android application to help beginner developers to know how to use Google Maps API and how to convert JSON data into Java Object.
Stars: ✭ 23 (-46.51%)
Mutual labels:  medical, healthcare
Pyhealth
A Python Library for Health Predictive Models
Stars: ✭ 360 (+737.21%)
Mutual labels:  medical, healthcare
Heartypatch
A single lead ECG heart-rate variability monitoring patch with ESP32
Stars: ✭ 92 (+113.95%)
Mutual labels:  opensource, medical
ParseCareKit
Securely synchronize any CareKit 2.1+ based app to a Parse Server Cloud. Compatible with parse-hipaa.
Stars: ✭ 28 (-34.88%)
Mutual labels:  medical, healthcare
fuse-med-ml
A python framework accelerating ML based discovery in the medical field by encouraging code reuse. Batteries included :)
Stars: ✭ 66 (+53.49%)
Mutual labels:  medical, healthcare
dicomweb-pacs
Easy to use DICOMWEB enabled PACS with DIMSE services based on sqlite database
Stars: ✭ 42 (-2.33%)
Mutual labels:  medical
Competitive Programming Solutions
👋 On here you can contribute your codes across the globe 😃
Stars: ✭ 46 (+6.98%)
Mutual labels:  opensource
roco-dataset
Radiology Objects in COntext (ROCO): A Multimodal Image Dataset
Stars: ✭ 38 (-11.63%)
Mutual labels:  medical

Introduction

Ambulatory is An experiment project for an outpatient basis, including diagnosis, observation, consultation, treatment, intervention, and rehabilitation services Learn more about ambulatory care >>>

Installation

This repository only holds the skeleton application as a fresh start to build your ambulatory project.

Create new Ambulatory project via Composer:

composer create-project --prefer-dist ambulatory/skeleton myclinic

Once Composer is done, migrate the database table.

php artisan ambulatory:migrate

Create a symbolic link to ensure file uploads are publicly accessible from the web:

php artisan storage:link

Head to yourproject.test/myclinic and use the provided email and password to log in.

Security Vulnerabilities

If you discover a security vulnerability within Ambulatory, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.

License

Ambulatory is open-sourced software licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].