{"id":25812259,"url":"https://github.com/emicy963/appointments-medical","last_synced_at":"2026-06-05T21:31:42.491Z","repository":{"id":277251959,"uuid":"906781701","full_name":"Emicy963/Appointments-Medical","owner":"Emicy963","description":"It's a little project building with Java for pratique OOP, Graphic Interface(swing), MVC and CRUD.","archived":false,"fork":false,"pushed_at":"2025-02-12T23:26:17.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T00:26:51.464Z","etag":null,"topics":["crud-application","graphic-interface","java","medical-appointments","mvc-architecture","net-beans-ide","oop-principles","oops-in-java","science-computer","sql","swing-gui"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Emicy963.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-21T22:12:45.000Z","updated_at":"2025-02-12T23:26:20.000Z","dependencies_parsed_at":"2025-02-13T00:27:12.708Z","dependency_job_id":"51337462-3e5d-40eb-9811-3a84685be436","html_url":"https://github.com/Emicy963/Appointments-Medical","commit_stats":null,"previous_names":["emicy963/appointments-medical"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emicy963%2FAppointments-Medical","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emicy963%2FAppointments-Medical/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emicy963%2FAppointments-Medical/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Emicy963%2FAppointments-Medical/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Emicy963","download_url":"https://codeload.github.com/Emicy963/Appointments-Medical/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241086936,"owners_count":19907362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crud-application","graphic-interface","java","medical-appointments","mvc-architecture","net-beans-ide","oop-principles","oops-in-java","science-computer","sql","swing-gui"],"created_at":"2025-02-28T01:53:20.687Z","updated_at":"2026-06-05T21:31:42.463Z","avatar_url":"https://github.com/Emicy963.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sistema de Agendamento de Consultas Médicas\n\nSistema desktop desenvolvido em Java para gerenciamento de consultas médicas, permitindo que usuários realizem agendamentos com diferentes profissionais da saúde.\n\n## Funcionalidades\n\n- Sistema de autenticação (Login/Registro)\n- Agendamento de consultas médicas\n- Visualização de consultas agendadas\n- Edição de consultas existentes\n- Cancelamento de consultas\n- Suporte a diferentes tipos de consultas e profissionais\n\n### Novas funcionalidades:\n\n- Armazenar as informações em um Banco de Dados\n- Suporta fotos de perfil para cada usuário\n- Sistema de pesquisa de consulta\n- Gerar relatórios de consulta\n\n## Estrutura do Projeto\n\n```\nsrc/\n├── view/\n│   ├── Login.java         # Tela de login\n│   ├── Registrar.java     # Tela de registro de usuários\n│   └── TelaUsuario.java   # Tela principal do sistema\n├── model/\n│   ├── Usuario.java       # Modelo de usuário\n│   └── Appointment.java   # Modelo de consulta\n└── controller/\n    ├── UsuarioController.java     # Controle de usuários\n    ├── Authentication.java        # Autenticação de usuários\n    ├── DataBaseConnection.java    # Controle de conexão com Base de Dados(criar caso de clonagem)\n    └── AppointmentController.java # Controle de consultas\n```\n\n## Tecnologias Utilizadas\n\n- Java\n- Swing (Interface gráfica)\n- NetBeans IDE\n- MySQL Workbeanch\n\n## Pré-requisitos\n\n- JDK 8 ou superior\n- NetBeans IDE (recomendado)\n- MySQL (ou qualquer outro banco de dados relacional)\n- itext (5.2.0 ou superior)\n\n## Como Executar\n\n1. Clone este repositório\n2. Abra o projeto no NetBeans IDE\n3. Configure a conexão com o banco de dados em `src/controller/DataBaseConnection.java` (se aplicável)\n4. Execute a classe `src/AgendamentoConsulta/AgendamentoConsulta.java`\n\n## Funcionalidades por Tela\n\n### Tela de Login\n\n- Autenticação de usuários\n- Redirecionamento para registro de novos usuários\n\n### Tela de Registro\n\n- Cadastro de novos usuários\n- Validação de dados\n- Redirecionamento para login\n\n### Tela Principal (TelaUsuario)\n\n- Agendamento de novas consultas\n- Visualização de consultas existentes\n- Edição de consultas\n- Cancelamento de consultas\n- Adicionar foto de perfil\n- Pesquisar consultas marcadas\n- Imprimir relatório para cada paciente\n- Logout do sistema\n\n## Tipos de Consultas Disponíveis\n\n- Geral\n- Dentista\n- Oftalmologia\n- Análise\n- Outras\n\n## Profissionais Disponíveis\n\n- Dr. Raúl\n- Dra. Carla\n- Dra. Paula\n- Dr. Antonio\n\n## Autor\n\nAnderson Cafurica\n\n## Licença\n\nEste projeto está sob a licença {License}[MIT License\n\nCopyright (c) 2024 Anderson Cafurica\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femicy963%2Fappointments-medical","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femicy963%2Fappointments-medical","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femicy963%2Fappointments-medical/lists"}