Coder Social home page Coder Social logo

furkancan2107 / labreportx Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 145 KB

Manage patient test results with features for recording 📝, updating 🔄, reporting 📊, and archiving 📂. Access levels 🔑 ensure secure data access.

Java 99.73% Dockerfile 0.27%
java java-17-maven-spring-boot-hibernate-jpa spring-boot spring-security docker

labreportx's Introduction

Laboratuvar Raporlama Backend

Açıklama

Bu sistem, laboratuvar çalışanlarının hastaların test sonuçlarını kaydetmelerine, güncellemelerine, raporlamalarına ve arşivlemelerine olanak tanır. Aynı zamanda sistem, yetkilendirilmiş kullanıcılara farklı erişim seviyeleri sunar, böylece her kullanıcı sadece yetkili olduğu alanlara erişebilir

Özellikler

  • Kullanıcı Yetkilendirmesi: Farklı yetkilendirme seviyelerine sahip kullanıcılar vardır. Yöneticiler, laboratuvar çalışanları ve hasta kullanıcıları arasında yetki farklılıkları bulunur.

  • Hasta Yönetimi: Sisteme kayıtlı hastaların bilgilerini saklama, güncelleme ve silme işlemleri yapılabilir. Ayrıca hastalara ait raporları listeleme ve silme yetkisi vardır.

  • Laboratuvar Çalışanı Yönetimi: Yöneticiler, laboratuvar çalışanlarının bilgilerini yönetebilir. Yeni çalışan ekleyebilir, var olanları güncelleyebilir ve silebilir.

  • Hastane Yönetimi: Sistem yöneticileri, hastanelerin bilgilerini yönetebilir. Yeni hastane ekleyebilir, var olanları güncelleyebilir ve silebilir.

  • Raporlama: Laboratuvar çalışanları, test sonuçlarını sisteme kaydedebilir, güncelleyebilir ve silebilir. Ayrıca hastaların test sonuçlarını listeleme ve belirli kriterlere göre sıralama yetkisi bulunur.

API Yetki Rotaları

HERKESE AÇIK

  • api/v1/auth/**
  • api/v1/patient/save

SADECE ADMİN

  • api/v1/hospital/**
  • api/v1/worker/**
  • api/v1/report/search/{value}

ADMİN VE LABORANT

  • api/v1/patient/list

ADMİN VE HASTA

  • api/v1/patient/delete/{id}

SADECE LABORANT

  • api/v1/report/save/**
  • api/v1/report/update/{id}
  • api/v1/report/delete/{id}
  • api/v1/report/list/worker/{workerId}

HASTA VE LABORANT

  • api/v1/report/list/patient/{patientId}

  • api/v1/report/{id}

  • api/v1/report/sort/patient/**

Bilgisayarınızda Çalıştırın

docker pull

  docker pull furkan07/labreport:latest

image id öğren

  docker images

*burada image id'sini al ilk 3 hanesini aşağıya yaz

Sunucuyu çalıştırın

  docker run -p8080:8080 {id}

SWAGGER

projeyi çalıştırdıktan sonra detaylı olarak apileri kullanmak isterseniz http://localhost:8080/swagger-ui/index.html#/ bu linke tıklayın

Kullanılan Teknolojiler

Java,SpringBoot,Spring Security,Docker,MySql,swagger

Admin şifre

"identificationNumber" : "89649430676",
"password" : "Ef123456789"

labreportx's People

Contributors

furkancan07 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.