Skip to content

Commit df68e05

Browse files
committed
removes patient counts from sites
The requirement for having patient counts in the returned sites was removed, and since the implementation was clunky, removing it for now seems optimal. BACK-3632
1 parent a92488f commit df68e05

File tree

4 files changed

+4
-24
lines changed

4 files changed

+4
-24
lines changed

reference/clinic.v1.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ paths:
934934
content:
935935
application/json:
936936
schema:
937-
$ref: ./clinic/models/clinicSite.v1.yaml
937+
$ref: ./clinic/models/site.v1.yaml
938938
description: Create a Site
939939
requestBody:
940940
content:
@@ -956,7 +956,7 @@ paths:
956956
content:
957957
application/json:
958958
schema:
959-
$ref: ./clinic/models/clinicSite.v1.yaml
959+
$ref: ./clinic/models/site.v1.yaml
960960
description: Update a Site
961961
requestBody:
962962
content:
@@ -2201,10 +2201,6 @@ components:
22012201
type: array
22022202
items:
22032203
$ref: ./clinic/models/dataSource.v1.yaml
2204-
clinicSites.v1:
2205-
type: array
2206-
items:
2207-
$ref: ./clinic/models/clinicSite.v1.yaml
22082204
site.v1:
22092205
$ref: ./clinic/models/site.v1.yaml
22102206
siteCreation.v1:
@@ -2464,7 +2460,7 @@ components:
24642460
x-omitempty: false
24652461
x-omitzero: true
24662462
items:
2467-
$ref: ./clinic/models/clinicSite.v1.yaml
2463+
$ref: ./clinic/models/site.v1.yaml
24682464
addServiceAccount.v1:
24692465
title: AddServiceAccount
24702466
x-stoplight:

reference/clinic/models/clinic.v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ properties:
2222
type: array
2323
x-go-type-skip-optional-pointer: true
2424
items:
25-
$ref: ./clinicSite.v1.yaml
25+
$ref: ./site.v1.yaml
2626
lastDeletedPatientTag:
2727
$ref: ./patientTag.v1.yaml
2828
phoneNumbers:

reference/clinic/models/clinicSite.v1.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

reference/clinic/models/sitePatients.v1.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)