aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into synch-refactorKseniya Tomskikh2017-10-0263-614/+1376
|\
| * Merge pull request #33 from drivergroup/TRIAL-17v0.5.4Kseniya Tomskikh2017-10-026-13/+39
| |\ | | | | | | TRIAL-17 Added 'inclusion' field to Criterion
| | * TRIAL-17 Added 'inclusion' field to CriterionKseniya Tomskikh2017-10-026-13/+39
| | |
| * | DocumentType and ProviderType as enumsv0.5.3vlad2017-10-0211-155/+318
| |/
| * Slight changes in namingv0.5.2vlad2017-10-013-8/+8
| |
| * Slight changes in namingvlad2017-10-011-3/+3
| |
| * Fixing IN in filters, Model from EVLS added to common, Reusing domain model ↵v0.5.1vlad2017-10-0146-209/+468
| | | | | | | | labels
| * Fixed ExportPatientGen classAleksandr2017-09-291-3/+17
| |
| * Merge branch 'master' of ssh://github.com/drivergroup/pds-ui-common into ↵Aleksandr2017-09-2914-332/+74
| |\ | | | | | | | | | PDSUI-rep-fixtures
| | * Simplified Export entities for EVLSv0.4.1vlad2017-09-2814-332/+74
| | |
| * | Corrected scala style errorsAleksandr2017-09-291-1/+1
| | |
| * | Formatted code by scalafmtAleksandr2017-09-286-52/+25
| | |
| * | Fixed generators of entities for ReP; Implemented json examples for swagger ↵Aleksandr2017-09-286-66/+171
| | | | | | | | | | | | for ReP
| * | Implemented all generator for REP's entitiesAleksandr2017-09-288-196/+324
| | |
| * | Implemented some REP entities objects generatorsAleksandr2017-09-285-0/+352
| |/
* | Merge branch 'master' into synch-refactorKseniya Tomskikh2017-09-2822-99/+992
|\|
| * 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-272-8/+5
| | |
| * | Allow parser to parse long numbersvlad2017-09-271-5/+12
| | |
| * | Fixing url in RestTrialServicev0.3.21vlad2017-09-261-3/+3
| | |
| * | Make number filter parsing attempt first, because number parsers are more ↵vlad2017-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Make number filter parsing attempt first, because number parsers are more ↵vlad2017-09-263-3/+7
| |/ | | | | | | | | | | | | | | | | | | | | | | 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
| | |
| * | Fixed ACL for interventionv0.3.19kseniya2017-09-253-1/+9
| | |
| * | Merge pull request #28 from drivergroup/PDSUI-2259v0.3.17ktomskikh2017-09-255-10/+155
| |\ \ | | |/ | |/| PDSUI-2259 Added create and delete endpoint for intervention service
| | * Created json format for create interventionkseniya2017-09-253-6/+54
| | |
| | * Added create and delete endpoint to intervention servicekseniya2017-09-223-6/+103
| | |
| * | Merge pull request #26 from drivergroup/pds-MedicalRecord-FixVlad Uspensky2017-09-222-51/+69
| |\ \ | | |/ | |/| Fixed MedicalRecord and FuzzyValue classes
| | * Fixed formatting code issuesAleksandr2017-09-212-14/+11
| | |
| | * Fixed meta attribute filling of MedicalRecord when one transforms it from ↵Aleksandr2017-09-212-52/+73
| | | | | | | | | | | | ApiRecord; Fixed FuzzyValue fromString method: on proviedstring it transformes the string to lower case and capitalize it
| * | Fix slick query builder bugv0.3.16kseniya2017-09-211-4/+5
| |/
| * Merge branch 'master' into slick-query-builderkseniya2017-09-2026-82/+922
| |\
| | * Fix date generationv0.3.14Jakob Odersky2017-09-191-4/+6
| | |
| | * Add cause to postgres connection errorsv0.3.13Jakob Odersky2017-09-191-1/+1
| | |
| * | Fixed builder errorsKseniya Tomskikh2017-08-222-32/+48
| | |
| * | Fixed compile errorsKseniya Tomskikh2017-08-212-35/+48
| | |
| * | Created SlickQueryBuilderKseniya Tomskikh2017-08-172-0/+444
| | |
* | | Common code for synchronizerskseniya2017-09-207-0/+261
| |/ |/|
* | 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-293-0/+226
| |