aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuidomain
Commit message (Collapse)AuthorAgeFilesLines
* update ApiPartialEligibilityArmMarvin Bertin2017-10-021-1/+1
|
* update ApiPartialEligibilityArmMarvin Bertin2017-10-021-3/+11
|
* update ApiCreateEligibilityArmMarvin Bertin2017-10-021-8/+16
|
* add with disease for EligibilityArmServiceMarvin Bertin2017-10-021-9/+9
|
* update ApiEligibilityArm with diseasesMarvin Bertin2017-10-021-17/+30
|
* fix case class formattingMarvin Bertin2017-10-021-4/+6
|
* add EligibilityArmWithDiseasesMarvin Bertin2017-10-021-0/+9
|
* fix id type for eligibilityArmDiseaseMarvin Bertin2017-10-021-1/+1
|
* add EligibilityArmDisease entityMarvin Bertin2017-09-281-0/+11
|
* Removed condition from trialtimgushue2017-09-275-13/+1
|
* Merge branch 'master' into add-slot-eligibility-armstimgushue2017-09-2710-27/+266
|\
| * PDSUI-2275 Added map with all intervention typesv0.3.25Kseniya Tomskikh2017-09-271-1/+23
| |
| * Merge pull request #31 from drivergroup/PDSUI-2275v0.3.23Kseniya Tomskikh2017-09-274-10/+204
| |\ | | | | | | PDSUI-2275 Added delivery methods to intervention type entrypoint
| | * PDSUI-2275 Review fixesKseniya Tomskikh2017-09-274-27/+38
| | |
| | * PDSUI-2275 Review fixesKseniya Tomskikh2017-09-274-76/+82
| | |
| | * PDSUI-2275 Added delivery methods to intervention type entrypointKseniya Tomskikh2017-09-273-7/+184
| | |
| * | Scalafmtv0.3.22vlad2017-09-271-5/+2
| | |
| * | Fixing url in RestTrialServicev0.3.21vlad2017-09-261-3/+3
| | |
| * | Make number filter parsing attempt first, because number parsers are more ↵vlad2017-09-261-0/+4
| |/ | | | | | | | | | | | | | | | | | | | | | | specific. Otherwise fails for: https://records-processing.stable.sand.driver.network/rep-api/v1/document?filters=recordId+EQ+1&pageNumber=1&pageSize=9999 with: ERROR: operator does not exist: bigint = character varying Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts. Position: 782
| * PDSUI-2275 Added delivery_method field to intervention tableKseniya Tomskikh2017-09-265-8/+30
| |
| * Merge pull request #27 from drivergroup/PDSUI-ApiUpdateRecord-fixVlad Uspensky2017-09-251-1/+1
| |\ | | | | | | Fixed ApiUpdateRecord 'meta' attribute
| | * Fixed ApiUpdateRecord 'meta' attributeAleksandr2017-09-251-1/+1
| | |
* | | fixing test in CriterionFormatSuitetimgushue2017-09-268-12/+15
| | |
* | | Fixed richcriterion to use eligibility armstimgushue2017-09-266-10/+10
| | |
* | | Fixing some intervention slotarm type issues and eligibility issuestimgushue2017-09-264-5/+5
| | |
* | | fixing imports for slot and eligibility armstimgushue2017-09-253-0/+5
| | |
* | | Added slot and eligibility arms to entities, json and servicestimgushue2017-09-2510-0/+424
|/ /
* | Fixed ACL for interventionv0.3.19kseniya2017-09-252-0/+6
| |
* | Merge pull request #28 from drivergroup/PDSUI-2259v0.3.17ktomskikh2017-09-254-9/+154
|\ \ | |/ |/| PDSUI-2259 Added create and delete endpoint for intervention service
| * Created json format for create interventionkseniya2017-09-252-5/+53
| |
| * Added create and delete endpoint to intervention servicekseniya2017-09-223-6/+103
| |
* | Fixed formatting code issuesAleksandr2017-09-211-2/+2
| |
* | Fixed meta attribute filling of MedicalRecord when one transforms it from ↵Aleksandr2017-09-211-43/+51
|/ | | | ApiRecord; Fixed FuzzyValue fromString method: on proviedstring it transformes the string to lower case and capitalize it
* Fix date generationv0.3.14Jakob Odersky2017-09-191-4/+6
|
* PDSUI-2273 Renamed intervention.originalDescription to originalDosagetomskikh_ka2017-09-154-16/+16
|
* Fix random date generationv0.3.11v0.3.10Jakob Odersky2017-09-141-1/+1
|
* PDSUI-2273 Renamed intervention.description to dosagetomskikh_ka2017-09-145-14/+14
|
* Add missing formatsJakob Odersky2017-09-063-24/+14
|
* Add spray-json formats for document typesJakob Odersky2017-09-061-0/+13
|
* Created custom formats of TriC for swaggerKseniya Tomskikh2017-08-292-0/+171
|
* App toDomain converion to ApiTrialIssueJakob Odersky2017-08-161-1/+19
|
* Exception-based error handlingJakob Odersky2017-08-161-1/+1
|
* Use akka streams in trial pdfsJakob Odersky2017-08-164-26/+20
|
* Merge pull request #18 from drivergroup/PDSUI-2188Jakob Odersky2017-08-1426-0/+1806
|\ | | | | PDSUI-2188 Create spray json formats for domain entities
| * PDSUI-2188 Created tests for export and dictionary APIKseniya Tomskikh2017-08-145-1/+175
| |
| * PDSUI-2188 Created and fixed test for json formats for ReP and TMKseniya Tomskikh2017-08-118-128/+210
| |
| * PDSUI-2188 Created and fixed test for json formats of TriCKseniya Tomskikh2017-08-113-16/+61
| |
| * PDSUI-2188 Created and fixed spray json formats for tric and repKseniya Tomskikh2017-08-1122-0/+1505
| |
* | Remove the data models of trial location (#19)v0.2.16ilovehao2017-08-101-25/+3
| | | | | | | | | | | | * Remove the data models of trial location * scalafmt
* | Using updated auth modelv0.2.15v0.2.14vlad2017-08-101-1/+1
|/