aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/xyz/driver/pdsuidomain
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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
|/
* Merge pull request #16 from drivergroup/PDSUI-2187ktomskikh2017-08-039-82/+24
|\ | | | | PDSUI-2187 Dropped unnecessary fields from issue tables
| * PDSUI-2187 Dropped unnecessary fields from issue tablesKseniya Tomskikh2017-08-029-82/+24
| |
* | Merge pull request #15 from drivergroup/PDSUI-2181v0.2.13ktomskikh2017-08-033-0/+164
|\ \ | | | | | | PDSUI-2181 Created entities for patient history
| * | PDSUI-2181 Apply scalafmtKseniya Tomskikh2017-08-032-18/+14
| | |
| * | PDSUI-2181 Created entities for patient historyKseniya Tomskikh2017-08-023-0/+168
| |/
* / Fixing headers for request context converterv0.2.12vlad2017-08-031-5/+8
|/
* PDSUI-2157 Create own messages table for Documents, Medical Records and PatientsVyatcheslav Suharnikov2017-07-2812-0/+635
|
* Implement RestPatientServicev0.2.8Jakob Odersky2017-07-272-4/+102
|
* Merge pull request #10 from drivergroup/PDSUI-2145v0.2.7Vlad Uspensky2017-07-276-0/+325
|\ | | | | PDSUI-2145 Create own user history for Documents and Medical Records
| * PDSUI-2145 Create own user history for Documents and Medical RecordsVyatcheslav Suharnikov2017-07-256-0/+325
| |
* | Don't expect reply when deletingv0.2.6Jakob Odersky2017-07-252-2/+2
| |
* | Implement ReP rest servicesJakob Odersky2017-07-2520-67/+595
| |
* | Fix typo: otiginaltitlev0.2.5Jakob Odersky2017-07-241-1/+1
|/
* New types of Medical Records errorsvlad2017-07-211-0/+6
|
* Moving export method to ExtractedDataServicevlad2017-07-212-16/+16
|
* Implementing new method in FakeTrialServicevlad2017-07-211-1/+1
|
* Implementing new method in FakeTrialServicevlad2017-07-211-2/+31
|
* Merge remote-tracking branch 'origin/master'vlad2017-07-219-20/+95
|\
| * Implement fake trial servicev0.2.3Jakob Odersky2017-07-211-0/+77
| |
| * Abstract materializerJakob Odersky2017-07-218-20/+18
| |
* | Export service separationvlad2017-07-2112-141/+91
|/
* Updates for authenticationv0.2.2vlad2017-07-199-342/+19
|