Giter Site home page Giter Site logo

Comments (2)

ivanwilliammd avatar ivanwilliammd commented on May 20, 2024 3

Plannya nanti seperti ini : src/Exception/FHIRException.php ... dst src/Exception/KFA / Terminology Exception.php ... dst

Ada masukan pak?

Saya usul seperti ini @yudistirasd ... kira2 dari yg lain ada masukan @YogiPristiawan @SyaefulKai ?
Dan juga untuk naming convention sprtinya perlu kita rapikan jadi kesepakatan camel case, karena di laravel kalau pakai capslock secara modelling itu kurang sesuai PSR-4 (contoh : KYC.php --> refer ke tabel K_Y_C)

.
└── satusehat-integration/
└── src/
├── Exception/
│ ├── FHIR/
│ │ ├── FHIRException.php
│ │ ├── FHIRInvalidPropertyValue.php
│ │ └── ....
│ ├── Terminology/
│ │ ├── TerminologyException.php
│ │ └── .... (bila ada)
│ ├── Models/
│ │ ├── SatusehatLogException.php (bila ada)
│ │ └── SatusehatTokenException.php (bila ada)
│ └── Helper/
│ ├── KycException.php (bila ada)
│ └── OAuthClient.php (bila ada)
├── Models (untuk proses yang perlu CRUD)/
│ ├── SatusehatLog.php
│ └── SatusehatToken.php
├── FHIR/
│ ├── Patient.php
│ ├── Practitioner.php
│ └── ...... (FHIR Object lainnya)
├── Terminology/
│ ├── Icd10.php
│ ├── Icd9cm.php
│ ├── Kfa.php (need to refactor jadi camel case instead)
│ ├── KodeWilayahIndonesia.php
│ └── Loinc.php (future development)
├── Kyc.php (Helper function, need help untuk refactor ini jadi camel case)
├── OAuthClient.php (Helper function)
└── SatusehatIntegrationServiceProvider.php (provider php file)

from satusehat-integration.

yudistirasd avatar yudistirasd commented on May 20, 2024

Plannya nanti seperti ini :
src/Exception/FHIRException.php ... dst
src/Exception/KFA / Terminology Exception.php ... dst

Ada masukan pak?

from satusehat-integration.

Related Issues (16)

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.