Logo Lanfrica

jhewhome/barangay-integrated-system

Domain:

healthcare

Record type:

software
Creator:
jhe
Host:
Brgy Health Center System Integrated with BIS for Brgy Balong Bato # Barangay Integrated System **Gawad BIS** (Barangay Information System) + **BHC** (Barangay Health Center System) Barangay Balong Bato, San Juan City Unified GitHub repository for barangay resident records, health center patient registry, multi-station queues, and clinical workflow — with integration between both applications. > **PDF for reviewers:** README.pdf — printable overview of this repository (setup, structure, integration). **Local path:** `C:\PUP\barangay-integrated-system-repo` --- ## Repository structure ``` barangay-integrated-system-repo/ ├── README.md ← this file ├── README.pdf ← PDF overview for reviewers / thesis ├── .gitignore ├── start-gawad.ps1 ← start Gawad BIS (local dev) ├── bhc-system/ ← BHC (PHP 8+ / MySQL) │ ├── public/ ← web entry point │ ├── config/ │ ├── docs/ ← all user guides & technical docs │ └── database_schema.sql └── gawad-bis/ ← Gawad BIS (ASP.NET Core 8 / MongoDB) ├── Project.Gawad.sln └── src/ └── Project.Gawad.Client/ ``` | Folder | Stack | Purpose | |--------|-------|---------| | **bhc-system** | PHP, MySQL | Patient registry, queues, triage, consultation, pharmacy, doctor portal | | **gawad-bis** | .NET 8, MongoDB | Residents, permits, medicine inventory, BHC integration APIs | --- ## Documentation | Document | Description | |----------|-------------| | **README.pdf** | **Start here (PDF)** — repository overview for reviewers and thesis panel | | bhc-system/docs/README.md | Full documentation index (Markdown guides) | | bhc-system/docs/USER_GUIDE.md | BHC operations (queues, clinical workflow, doctor portal) | | bhc-system/docs/INTEGRATED_USER_GUIDE.md | Gawad ↔ BHC integration (SSO, resident handoff, medicine sync) | | bhc-system/docs/SOURCE_CODE_AND_DOCUMENTATION.md | Architecture, APIs, setup (technical) | --- ## Prerequisites | Tool | Used by | |------|---------| | XAMPP (Apache + MySQL + PHP 8.1+) …