Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

[WIP] Include Controllers in pending in OHApiAbstractController's hierarchy #2

Open
wants to merge 44 commits into
base: develop
Choose a base branch
from

Commits on Feb 6, 2020

  1. Opd initial commit

    riccardo_costa committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    66ef33b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Opd: list of the patient's opds

    riccardo_costa committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    64feacc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Fix + disease controller

    riccardo_costa committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    5cea9bf View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Aggiornamento servizi rest "diseases"

    riccardo_costa committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    6560587 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    97e831e View commit details
    Browse the repository at this point in the history
  2. Update rest "diseases" services

    riccardo_costa authored and npasquetto committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    c865749 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17cfc9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0479371 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0755668 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    de8dfdb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8de993e View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. extracted controller superclass

    * removed DTO annotation and controlleradvice
    * created OHApiAbstractCotroller to centralize mapping
    * added modelmapper configuration bean
    * removed model mapper singleton
    * added modelmapper bean
    * added converters autowiring
    npasquetto committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    a2685fe View commit details
    Browse the repository at this point in the history
  2. Refactoring newOpd and getOpds, adding searchOpds (to check dateFrom …

    …and dateTo)
    riccardo_costa committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    86555cd View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Fix searchOpds defaultValue

    riccardo_costa committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    ebe9e88 View commit details
    Browse the repository at this point in the history
  2. Operation controller and OperationDTO

    riccardo_costa committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    7455b9d View commit details
    Browse the repository at this point in the history
  3. Fix unused import

    riccardo_costa committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    026555e View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    bab48f7 View commit details
    Browse the repository at this point in the history
  2. merged

    npasquetto committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    21efea6 View commit details
    Browse the repository at this point in the history
  3. refactoring

    npasquetto committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    de0fe31 View commit details
    Browse the repository at this point in the history
  4. Operation annotations

    riccardo_costa committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    a03fb09 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. Configuration menu
    Copy the full SHA
    129604d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    171cdc1 View commit details
    Browse the repository at this point in the history
  3. OP-118 pricelist module

    npasquetto committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    ea4ef0e View commit details
    Browse the repository at this point in the history
  4. OP-118 priceothers module

    npasquetto committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    a68a3cc View commit details
    Browse the repository at this point in the history
  5. Fix admission type

    riccardo_costa committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    be995b2 View commit details
    Browse the repository at this point in the history
  6. Fix "diseases" mapping path

    riccardo_costa committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    ac15111 View commit details
    Browse the repository at this point in the history
  7. Fix "operations" controller

    riccardo_costa committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    22b8bc2 View commit details
    Browse the repository at this point in the history
  8. Fix "opetypes" mapping path

    riccardo_costa committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    8eb29f9 View commit details
    Browse the repository at this point in the history
  9. Patient vaccine DTO, log

    riccardo_costa committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    c170513 View commit details
    Browse the repository at this point in the history
  10. Pregnant treatment type controller log

    riccardo_costa committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    df0252d View commit details
    Browse the repository at this point in the history
  11. Price list DTO, logger on controller

    riccardo_costa committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    f30c8f7 View commit details
    Browse the repository at this point in the history
  12. Price others DTO, controller logger

    riccardo_costa committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    ae03c46 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2020

  1. Configuration menu
    Copy the full SHA
    bdcf429 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0e1cef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afe97db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0558463 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dc3555c View commit details
    Browse the repository at this point in the history
  6. OP-118 Operation, OperationType, PatientVaccine, PregTreatType, Price…

    …List e PriceOthers controller: set response entity as a result value
    riccardo_costa committed Mar 29, 2020
    Configuration menu
    Copy the full SHA
    4bd243c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Merge branch 'OP-6-implement-the-new-rest-api' of github.com:informat…

    …ici/openhospital-api into develop
    
    # Conflicts:
    #	src/main/java/org/isf/config/SecurityConfig.java
    #	src/main/java/org/isf/config/SpringFoxConfig.java
    #	src/main/java/org/isf/patient/dto/PatientDTO.java
    #	src/main/java/org/isf/patient/rest/PatientController.java
    #	src/main/java/org/isf/shared/mapper/converter/BlobToByteArrayConverter.java
    #	src/main/java/org/isf/shared/mapper/converter/ByteArrayToBlobConverter.java
    #	src/main/java/org/isf/shared/responsebodyadvice/DTO.java
    #	src/main/java/org/isf/shared/responsebodyadvice/DtoMapperResponseBodyAdvice.java
    npasquetto committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    0fcbde8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Configuration menu
    Copy the full SHA
    0715ac3 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    b00b218 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Merge pull request #1 from emecas/intesys-develop

    Fix Test Suite Proposal based on Abstract Controller
    npasquetto authored Apr 11, 2020
    Configuration menu
    Copy the full SHA
    0d7af32 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'OP-6-implement-the-new-rest-api' of github.com:informat…

    …ici/openhospital-api into develop
    npasquetto committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    9cc0903 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Configuration menu
    Copy the full SHA
    54093f7 View commit details
    Browse the repository at this point in the history