aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Simplified Export entities for EVLSv0.4.1vlad2017-09-2815-345/+87
| | | | |
| | | * | 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-2824-108/+1019
| | | |\ | | | |/ | | |/|
| | | * Common code for synchronizerskseniya2017-09-207-0/+261
| | | |
| * | | Added SlotArmEligibilityArm entitytimgushue2017-09-291-0/+15
| | | |
* | | | 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-277-16/+2
| | |
* | | Merge branch 'master' into add-slot-eligibility-armstimgushue2017-09-2714-43/+297
|\| |
| * | 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-275-15/+208
| |\ \ | | | | | | | | PDSUI-2275 Added delivery methods to intervention type entrypoint
| | * | PDSUI-2275 Review fixesKseniya Tomskikh2017-09-274-27/+38
| | | |
| | * | PDSUI-2275 Review fixesKseniya Tomskikh2017-09-275-81/+84
| | | |
| | * | PDSUI-2275 Added delivery methods to intervention type entrypointKseniya Tomskikh2017-09-274-9/+188
| | | |
| * | | Scalafmtv0.3.22vlad2017-09-272-8/+5
| | | |
| * | | Allow parser to parse long numbersvlad2017-09-272-6/+21
| | | |
| * | | Fixing url in RestTrialServicev0.3.21vlad2017-09-261-3/+3
| | | |
| * | | Merge pull request #30 from drivergroup/eq-parserv0.3.20Vlad Uspensky2017-09-263-4/+8
| |\ \ \ | | | | | | | | | | Make number filter parsing attempt first, because number parsers are more specific
| | * | | 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
| * | | Merge pull request #29 from drivergroup/PDSUI-2275Vlad Uspensky2017-09-266-11/+34
| |\| | | | | | | | | | PDSUI-2275 Added delivery_method field to intervention table
| | * | PDSUI-2275 Added delivery_method field to intervention tableKseniya Tomskikh2017-09-266-11/+34
| |/ /
| * | 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-269-14/+17
| | | |
* | | | 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-253-1/+9
| | |
* | | Merge pull request #28 from drivergroup/PDSUI-2259v0.3.17ktomskikh2017-09-256-11/+166
|\ \ \ | |/ / |/| | PDSUI-2259 Added create and delete endpoint for intervention service
| * | Created json format for create interventionkseniya2017-09-254-7/+65
| | |
| * | 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 pull request #20 from drivergroup/slick-query-builderv0.3.15ktomskikh2017-09-212-0/+473
|\ \ | | | | | | Refactoting QueryBuilder for using with Slick
| * \ Merge branch 'master' into slick-query-builderkseniya2017-09-2036-98/+1383
| |\ \ | |/ / |/| |