@openhi/constructs 0.0.108 → 0.0.110
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/chunk-2TPJ6HOF.mjs +289 -0
- package/lib/chunk-2TPJ6HOF.mjs.map +1 -0
- package/lib/{chunk-EST32BJ2.mjs → chunk-7FUAMZOF.mjs} +2 -2
- package/lib/{chunk-L3QHWDHB.mjs → chunk-7Q2IJ2J5.mjs} +4 -4
- package/lib/{chunk-ZGOHB4RA.mjs → chunk-BB5MK4L3.mjs} +2 -2
- package/lib/{chunk-LKG3I536.mjs → chunk-IS4VQRI4.mjs} +8 -1
- package/lib/chunk-IS4VQRI4.mjs.map +1 -0
- package/lib/{chunk-WWGJZNXJ.mjs → chunk-MULKGFIJ.mjs} +2 -2
- package/lib/index.mjs +4 -4
- package/lib/pre-token-generation.handler.js +17 -14
- package/lib/pre-token-generation.handler.js.map +1 -1
- package/lib/pre-token-generation.handler.mjs +3 -4
- package/lib/pre-token-generation.handler.mjs.map +1 -1
- package/lib/provision-default-workspace.handler.js +17 -14
- package/lib/provision-default-workspace.handler.js.map +1 -1
- package/lib/provision-default-workspace.handler.mjs +3 -4
- package/lib/provision-default-workspace.handler.mjs.map +1 -1
- package/lib/rest-api-lambda.handler.js +1504 -1156
- package/lib/rest-api-lambda.handler.js.map +1 -1
- package/lib/rest-api-lambda.handler.mjs +1341 -1153
- package/lib/rest-api-lambda.handler.mjs.map +1 -1
- package/lib/seed-demo-data.handler.js.map +1 -1
- package/lib/seed-demo-data.handler.mjs +4 -4
- package/package.json +3 -3
- package/lib/chunk-6J7NQ6A4.mjs +0 -45
- package/lib/chunk-6J7NQ6A4.mjs.map +0 -1
- package/lib/chunk-GT7SFZLP.mjs +0 -126
- package/lib/chunk-GT7SFZLP.mjs.map +0 -1
- package/lib/chunk-LKG3I536.mjs.map +0 -1
- /package/lib/{chunk-EST32BJ2.mjs.map → chunk-7FUAMZOF.mjs.map} +0 -0
- /package/lib/{chunk-L3QHWDHB.mjs.map → chunk-7Q2IJ2J5.mjs.map} +0 -0
- /package/lib/{chunk-ZGOHB4RA.mjs.map → chunk-BB5MK4L3.mjs.map} +0 -0
- /package/lib/{chunk-WWGJZNXJ.mjs.map → chunk-MULKGFIJ.mjs.map} +0 -0
|
@@ -3,26 +3,29 @@ import {
|
|
|
3
3
|
} from "./chunk-AJ3G3THO.mjs";
|
|
4
4
|
import {
|
|
5
5
|
getRoleByIdOperation
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-7FUAMZOF.mjs";
|
|
7
7
|
import {
|
|
8
8
|
listMembershipsOperation,
|
|
9
9
|
listPractitionerRolesOperation,
|
|
10
10
|
listRoleAssignmentsOperation
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-BB5MK4L3.mjs";
|
|
12
12
|
import {
|
|
13
13
|
createMembershipOperation,
|
|
14
14
|
createRoleAssignmentOperation,
|
|
15
15
|
createTenantOperation,
|
|
16
16
|
createWorkspaceOperation
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-MULKGFIJ.mjs";
|
|
18
18
|
import {
|
|
19
19
|
createUserOperation,
|
|
20
20
|
deleteUserOperation,
|
|
21
|
+
findUserBySubOperation,
|
|
21
22
|
getUserByIdOperation,
|
|
22
23
|
listUsersOperation,
|
|
24
|
+
switchUserTenantWorkspaceOperation,
|
|
23
25
|
updateUserOperation
|
|
24
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-2TPJ6HOF.mjs";
|
|
25
27
|
import {
|
|
28
|
+
ForbiddenError,
|
|
26
29
|
NotFoundError,
|
|
27
30
|
ValidationError,
|
|
28
31
|
batchGetWithRetry,
|
|
@@ -38,7 +41,7 @@ import {
|
|
|
38
41
|
listDataEntitiesByWorkspace,
|
|
39
42
|
mergeAuditIntoMeta,
|
|
40
43
|
updateDataEntityById
|
|
41
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-IS4VQRI4.mjs";
|
|
42
45
|
import {
|
|
43
46
|
SHARD_COUNT,
|
|
44
47
|
getDynamoControlService
|
|
@@ -50,7 +53,7 @@ import serverlessExpress from "@codegenie/serverless-express";
|
|
|
50
53
|
|
|
51
54
|
// src/data/rest-api/rest-api.ts
|
|
52
55
|
import path from "path";
|
|
53
|
-
import
|
|
56
|
+
import express151 from "express";
|
|
54
57
|
|
|
55
58
|
// src/data/middleware/normalize-json-body.ts
|
|
56
59
|
function normalizeJsonBodyMiddleware(req, _res, next) {
|
|
@@ -2289,9 +2292,193 @@ router6.post("/", createUserRoute);
|
|
|
2289
2292
|
router6.put("/:id", updateUserRoute);
|
|
2290
2293
|
router6.delete("/:id", deleteUserRoute);
|
|
2291
2294
|
|
|
2292
|
-
// src/data/rest-api/routes/control/
|
|
2295
|
+
// src/data/rest-api/routes/control/user/user-operations.ts
|
|
2293
2296
|
import express7 from "express";
|
|
2294
2297
|
|
|
2298
|
+
// src/data/rest-api/routes/control/user/user-operation-helpers.ts
|
|
2299
|
+
import { getCurrentInvoke as getCurrentInvoke2 } from "@codegenie/serverless-express";
|
|
2300
|
+
function getCognitoSubFromRequest(req) {
|
|
2301
|
+
const invoke = getCurrentInvoke2();
|
|
2302
|
+
const event = invoke?.event ?? req.apiGateway?.event;
|
|
2303
|
+
const sub = event?.requestContext?.authorizer?.jwt?.claims?.sub;
|
|
2304
|
+
if (typeof sub !== "string") {
|
|
2305
|
+
return void 0;
|
|
2306
|
+
}
|
|
2307
|
+
const trimmed = sub.trim();
|
|
2308
|
+
return trimmed === "" ? void 0 : trimmed;
|
|
2309
|
+
}
|
|
2310
|
+
|
|
2311
|
+
// src/data/rest-api/routes/control/user/user-current-route.ts
|
|
2312
|
+
async function userCurrentRoute(req, res) {
|
|
2313
|
+
if (Object.keys(req.query ?? {}).length > 0) {
|
|
2314
|
+
return res.status(400).json({
|
|
2315
|
+
resourceType: "OperationOutcome",
|
|
2316
|
+
issue: [
|
|
2317
|
+
{
|
|
2318
|
+
severity: "error",
|
|
2319
|
+
code: "invalid",
|
|
2320
|
+
diagnostics: "GET /User/$current does not accept query parameters."
|
|
2321
|
+
}
|
|
2322
|
+
]
|
|
2323
|
+
});
|
|
2324
|
+
}
|
|
2325
|
+
if (hasNonEmptyBody(req.body)) {
|
|
2326
|
+
return res.status(400).json({
|
|
2327
|
+
resourceType: "OperationOutcome",
|
|
2328
|
+
issue: [
|
|
2329
|
+
{
|
|
2330
|
+
severity: "error",
|
|
2331
|
+
code: "invalid",
|
|
2332
|
+
diagnostics: "GET /User/$current does not accept a request body."
|
|
2333
|
+
}
|
|
2334
|
+
]
|
|
2335
|
+
});
|
|
2336
|
+
}
|
|
2337
|
+
const cognitoSub = getCognitoSubFromRequest(req);
|
|
2338
|
+
if (!cognitoSub) {
|
|
2339
|
+
return res.status(401).json({
|
|
2340
|
+
resourceType: "OperationOutcome",
|
|
2341
|
+
issue: [
|
|
2342
|
+
{
|
|
2343
|
+
severity: "error",
|
|
2344
|
+
code: "login",
|
|
2345
|
+
diagnostics: "Missing or invalid JWT."
|
|
2346
|
+
}
|
|
2347
|
+
]
|
|
2348
|
+
});
|
|
2349
|
+
}
|
|
2350
|
+
try {
|
|
2351
|
+
const found = await findUserBySubOperation({
|
|
2352
|
+
// findUserBySubOperation does not read context fields; pass a stub.
|
|
2353
|
+
context: {
|
|
2354
|
+
tenantId: "",
|
|
2355
|
+
workspaceId: "",
|
|
2356
|
+
date: "",
|
|
2357
|
+
actorId: "",
|
|
2358
|
+
actorName: "",
|
|
2359
|
+
actorType: "internal-system"
|
|
2360
|
+
},
|
|
2361
|
+
cognitoSub
|
|
2362
|
+
});
|
|
2363
|
+
if (!found) {
|
|
2364
|
+
return res.status(404).json({
|
|
2365
|
+
resourceType: "OperationOutcome",
|
|
2366
|
+
issue: [
|
|
2367
|
+
{
|
|
2368
|
+
severity: "error",
|
|
2369
|
+
code: "not-found",
|
|
2370
|
+
diagnostics: "User not yet provisioned for the authenticated Cognito subject."
|
|
2371
|
+
}
|
|
2372
|
+
]
|
|
2373
|
+
});
|
|
2374
|
+
}
|
|
2375
|
+
const parsedResource = JSON.parse(found.resource);
|
|
2376
|
+
res.setHeader("Cache-Control", "no-store");
|
|
2377
|
+
return res.json({
|
|
2378
|
+
resourceType: "User",
|
|
2379
|
+
id: found.id,
|
|
2380
|
+
...parsedResource
|
|
2381
|
+
});
|
|
2382
|
+
} catch (err) {
|
|
2383
|
+
return sendOperationOutcome500(res, err, "GET /User/$current error:");
|
|
2384
|
+
}
|
|
2385
|
+
}
|
|
2386
|
+
function hasNonEmptyBody(body) {
|
|
2387
|
+
if (body == null) {
|
|
2388
|
+
return false;
|
|
2389
|
+
}
|
|
2390
|
+
if (Array.isArray(body)) {
|
|
2391
|
+
return body.length > 0;
|
|
2392
|
+
}
|
|
2393
|
+
if (typeof body === "object") {
|
|
2394
|
+
return Object.keys(body).length > 0;
|
|
2395
|
+
}
|
|
2396
|
+
if (typeof body === "string") {
|
|
2397
|
+
return body.length > 0;
|
|
2398
|
+
}
|
|
2399
|
+
return true;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
// src/data/rest-api/routes/control/user/user-switch-route.ts
|
|
2403
|
+
async function userSwitchRoute(req, res) {
|
|
2404
|
+
const cognitoSub = getCognitoSubFromRequest(req);
|
|
2405
|
+
if (!cognitoSub) {
|
|
2406
|
+
return res.status(401).json({
|
|
2407
|
+
resourceType: "OperationOutcome",
|
|
2408
|
+
issue: [
|
|
2409
|
+
{
|
|
2410
|
+
severity: "error",
|
|
2411
|
+
code: "login",
|
|
2412
|
+
diagnostics: "Missing or invalid JWT."
|
|
2413
|
+
}
|
|
2414
|
+
]
|
|
2415
|
+
});
|
|
2416
|
+
}
|
|
2417
|
+
const bodyResult = requireJsonBody(req, res);
|
|
2418
|
+
if ("errorResponse" in bodyResult) {
|
|
2419
|
+
return bodyResult.errorResponse;
|
|
2420
|
+
}
|
|
2421
|
+
const body = bodyResult.body;
|
|
2422
|
+
const tenantReference = body.tenant?.reference;
|
|
2423
|
+
const workspaceReference = body.workspace?.reference;
|
|
2424
|
+
if (typeof tenantReference !== "string" || tenantReference === "") {
|
|
2425
|
+
return sendInvalid(
|
|
2426
|
+
res,
|
|
2427
|
+
"Body must include `tenant.reference` (e.g. 'Tenant/<id>')."
|
|
2428
|
+
);
|
|
2429
|
+
}
|
|
2430
|
+
if (typeof workspaceReference !== "string" || workspaceReference === "") {
|
|
2431
|
+
return sendInvalid(
|
|
2432
|
+
res,
|
|
2433
|
+
"Body must include `workspace.reference` (e.g. 'Workspace/<id>')."
|
|
2434
|
+
);
|
|
2435
|
+
}
|
|
2436
|
+
try {
|
|
2437
|
+
const result = await switchUserTenantWorkspaceOperation({
|
|
2438
|
+
cognitoSub,
|
|
2439
|
+
tenantReference,
|
|
2440
|
+
workspaceReference
|
|
2441
|
+
});
|
|
2442
|
+
res.setHeader("Cache-Control", "no-store");
|
|
2443
|
+
return res.status(200).json(result.resource);
|
|
2444
|
+
} catch (err) {
|
|
2445
|
+
if (err instanceof ValidationError) {
|
|
2446
|
+
return sendInvalid(res, err.message);
|
|
2447
|
+
}
|
|
2448
|
+
if (err instanceof ForbiddenError) {
|
|
2449
|
+
return res.status(403).json({
|
|
2450
|
+
resourceType: "OperationOutcome",
|
|
2451
|
+
issue: [
|
|
2452
|
+
{ severity: "error", code: "forbidden", diagnostics: err.message }
|
|
2453
|
+
]
|
|
2454
|
+
});
|
|
2455
|
+
}
|
|
2456
|
+
if (err instanceof NotFoundError) {
|
|
2457
|
+
return res.status(404).json({
|
|
2458
|
+
resourceType: "OperationOutcome",
|
|
2459
|
+
issue: [
|
|
2460
|
+
{ severity: "error", code: "not-found", diagnostics: err.message }
|
|
2461
|
+
]
|
|
2462
|
+
});
|
|
2463
|
+
}
|
|
2464
|
+
return sendOperationOutcome500(res, err, "POST /User/$switch error:");
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2467
|
+
function sendInvalid(res, diagnostics) {
|
|
2468
|
+
return res.status(400).json({
|
|
2469
|
+
resourceType: "OperationOutcome",
|
|
2470
|
+
issue: [{ severity: "error", code: "invalid", diagnostics }]
|
|
2471
|
+
});
|
|
2472
|
+
}
|
|
2473
|
+
|
|
2474
|
+
// src/data/rest-api/routes/control/user/user-operations.ts
|
|
2475
|
+
var router7 = express7.Router();
|
|
2476
|
+
router7.get("/$current", userCurrentRoute);
|
|
2477
|
+
router7.post("/$switch", userSwitchRoute);
|
|
2478
|
+
|
|
2479
|
+
// src/data/rest-api/routes/control/workspace/workspace.ts
|
|
2480
|
+
import express8 from "express";
|
|
2481
|
+
|
|
2295
2482
|
// src/data/rest-api/routes/control/workspace/workspace-create-route.ts
|
|
2296
2483
|
async function createWorkspaceRoute(req, res) {
|
|
2297
2484
|
const bodyResult = requireJsonBody(req, res);
|
|
@@ -2524,15 +2711,15 @@ async function updateWorkspaceRoute(req, res) {
|
|
|
2524
2711
|
}
|
|
2525
2712
|
|
|
2526
2713
|
// src/data/rest-api/routes/control/workspace/workspace.ts
|
|
2527
|
-
var
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2714
|
+
var router8 = express8.Router();
|
|
2715
|
+
router8.get("/", listWorkspacesRoute);
|
|
2716
|
+
router8.get("/:id", getWorkspaceByIdRoute);
|
|
2717
|
+
router8.post("/", createWorkspaceRoute);
|
|
2718
|
+
router8.put("/:id", updateWorkspaceRoute);
|
|
2719
|
+
router8.delete("/:id", deleteWorkspaceRoute);
|
|
2533
2720
|
|
|
2534
2721
|
// src/data/rest-api/routes/data/account/account.ts
|
|
2535
|
-
import
|
|
2722
|
+
import express9 from "express";
|
|
2536
2723
|
|
|
2537
2724
|
// src/data/operations/data/account/account-create-operation.ts
|
|
2538
2725
|
import { ulid as ulid2 } from "ulid";
|
|
@@ -2724,15 +2911,15 @@ async function updateAccountRoute(req, res) {
|
|
|
2724
2911
|
}
|
|
2725
2912
|
|
|
2726
2913
|
// src/data/rest-api/routes/data/account/account.ts
|
|
2727
|
-
var
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
|
|
2731
|
-
|
|
2732
|
-
|
|
2914
|
+
var router9 = express9.Router();
|
|
2915
|
+
router9.get("/", listAccountsRoute);
|
|
2916
|
+
router9.get("/:id", getAccountByIdRoute);
|
|
2917
|
+
router9.post("/", createAccountRoute);
|
|
2918
|
+
router9.put("/:id", updateAccountRoute);
|
|
2919
|
+
router9.delete("/:id", deleteAccountRoute);
|
|
2733
2920
|
|
|
2734
2921
|
// src/data/rest-api/routes/data/activitydefinition/activitydefinition.ts
|
|
2735
|
-
import
|
|
2922
|
+
import express10 from "express";
|
|
2736
2923
|
|
|
2737
2924
|
// src/data/operations/data/activitydefinition/activitydefinition-create-operation.ts
|
|
2738
2925
|
import { ulid as ulid3 } from "ulid";
|
|
@@ -2931,15 +3118,15 @@ async function updateActivityDefinitionRoute(req, res) {
|
|
|
2931
3118
|
}
|
|
2932
3119
|
|
|
2933
3120
|
// src/data/rest-api/routes/data/activitydefinition/activitydefinition.ts
|
|
2934
|
-
var
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
|
|
3121
|
+
var router10 = express10.Router();
|
|
3122
|
+
router10.get("/", listActivityDefinitionsRoute);
|
|
3123
|
+
router10.get("/:id", getActivityDefinitionByIdRoute);
|
|
3124
|
+
router10.post("/", createActivityDefinitionRoute);
|
|
3125
|
+
router10.put("/:id", updateActivityDefinitionRoute);
|
|
3126
|
+
router10.delete("/:id", deleteActivityDefinitionRoute);
|
|
2940
3127
|
|
|
2941
3128
|
// src/data/rest-api/routes/data/adverseevent/adverseevent.ts
|
|
2942
|
-
import
|
|
3129
|
+
import express11 from "express";
|
|
2943
3130
|
|
|
2944
3131
|
// src/data/operations/data/adverseevent/adverseevent-create-operation.ts
|
|
2945
3132
|
import { ulid as ulid4 } from "ulid";
|
|
@@ -3131,15 +3318,15 @@ async function updateAdverseEventRoute(req, res) {
|
|
|
3131
3318
|
}
|
|
3132
3319
|
|
|
3133
3320
|
// src/data/rest-api/routes/data/adverseevent/adverseevent.ts
|
|
3134
|
-
var
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3321
|
+
var router11 = express11.Router();
|
|
3322
|
+
router11.get("/", listAdverseEventsRoute);
|
|
3323
|
+
router11.get("/:id", getAdverseEventByIdRoute);
|
|
3324
|
+
router11.post("/", createAdverseEventRoute);
|
|
3325
|
+
router11.put("/:id", updateAdverseEventRoute);
|
|
3326
|
+
router11.delete("/:id", deleteAdverseEventRoute);
|
|
3140
3327
|
|
|
3141
3328
|
// src/data/rest-api/routes/data/allergyintolerance/allergyintolerance.ts
|
|
3142
|
-
import
|
|
3329
|
+
import express12 from "express";
|
|
3143
3330
|
|
|
3144
3331
|
// src/data/operations/data/allergyintolerance/allergyintolerance-create-operation.ts
|
|
3145
3332
|
import { ulid as ulid5 } from "ulid";
|
|
@@ -3338,15 +3525,15 @@ async function updateAllergyIntoleranceRoute(req, res) {
|
|
|
3338
3525
|
}
|
|
3339
3526
|
|
|
3340
3527
|
// src/data/rest-api/routes/data/allergyintolerance/allergyintolerance.ts
|
|
3341
|
-
var
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
|
|
3345
|
-
|
|
3346
|
-
|
|
3528
|
+
var router12 = express12.Router();
|
|
3529
|
+
router12.get("/", listAllergyIntolerancesRoute);
|
|
3530
|
+
router12.get("/:id", getAllergyIntoleranceByIdRoute);
|
|
3531
|
+
router12.post("/", createAllergyIntoleranceRoute);
|
|
3532
|
+
router12.put("/:id", updateAllergyIntoleranceRoute);
|
|
3533
|
+
router12.delete("/:id", deleteAllergyIntoleranceRoute);
|
|
3347
3534
|
|
|
3348
3535
|
// src/data/rest-api/routes/data/appointment/appointment.ts
|
|
3349
|
-
import
|
|
3536
|
+
import express13 from "express";
|
|
3350
3537
|
|
|
3351
3538
|
// src/data/operations/data/appointment/appointment-create-operation.ts
|
|
3352
3539
|
import { ulid as ulid6 } from "ulid";
|
|
@@ -4134,15 +4321,15 @@ async function updateAppointmentRoute(req, res) {
|
|
|
4134
4321
|
}
|
|
4135
4322
|
|
|
4136
4323
|
// src/data/rest-api/routes/data/appointment/appointment.ts
|
|
4137
|
-
var
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4142
|
-
|
|
4324
|
+
var router13 = express13.Router();
|
|
4325
|
+
router13.get("/", listAppointmentsRoute);
|
|
4326
|
+
router13.get("/:id", getAppointmentByIdRoute);
|
|
4327
|
+
router13.post("/", createAppointmentRoute);
|
|
4328
|
+
router13.put("/:id", updateAppointmentRoute);
|
|
4329
|
+
router13.delete("/:id", deleteAppointmentRoute);
|
|
4143
4330
|
|
|
4144
4331
|
// src/data/rest-api/routes/data/appointmentresponse/appointmentresponse.ts
|
|
4145
|
-
import
|
|
4332
|
+
import express14 from "express";
|
|
4146
4333
|
|
|
4147
4334
|
// src/data/operations/data/appointmentresponse/appointmentresponse-create-operation.ts
|
|
4148
4335
|
import { ulid as ulid7 } from "ulid";
|
|
@@ -4341,15 +4528,15 @@ async function updateAppointmentResponseRoute(req, res) {
|
|
|
4341
4528
|
}
|
|
4342
4529
|
|
|
4343
4530
|
// src/data/rest-api/routes/data/appointmentresponse/appointmentresponse.ts
|
|
4344
|
-
var
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4531
|
+
var router14 = express14.Router();
|
|
4532
|
+
router14.get("/", listAppointmentResponsesRoute);
|
|
4533
|
+
router14.get("/:id", getAppointmentResponseByIdRoute);
|
|
4534
|
+
router14.post("/", createAppointmentResponseRoute);
|
|
4535
|
+
router14.put("/:id", updateAppointmentResponseRoute);
|
|
4536
|
+
router14.delete("/:id", deleteAppointmentResponseRoute);
|
|
4350
4537
|
|
|
4351
4538
|
// src/data/rest-api/routes/data/auditevent/auditevent.ts
|
|
4352
|
-
import
|
|
4539
|
+
import express15 from "express";
|
|
4353
4540
|
|
|
4354
4541
|
// src/data/operations/data/auditevent/auditevent-create-operation.ts
|
|
4355
4542
|
import { ulid as ulid8 } from "ulid";
|
|
@@ -4541,15 +4728,15 @@ async function updateAuditEventRoute(req, res) {
|
|
|
4541
4728
|
}
|
|
4542
4729
|
|
|
4543
4730
|
// src/data/rest-api/routes/data/auditevent/auditevent.ts
|
|
4544
|
-
var
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4731
|
+
var router15 = express15.Router();
|
|
4732
|
+
router15.get("/", listAuditEventsRoute);
|
|
4733
|
+
router15.get("/:id", getAuditEventByIdRoute);
|
|
4734
|
+
router15.post("/", createAuditEventRoute);
|
|
4735
|
+
router15.put("/:id", updateAuditEventRoute);
|
|
4736
|
+
router15.delete("/:id", deleteAuditEventRoute);
|
|
4550
4737
|
|
|
4551
4738
|
// src/data/rest-api/routes/data/basic/basic.ts
|
|
4552
|
-
import
|
|
4739
|
+
import express16 from "express";
|
|
4553
4740
|
|
|
4554
4741
|
// src/data/operations/data/basic/basic-create-operation.ts
|
|
4555
4742
|
import { ulid as ulid9 } from "ulid";
|
|
@@ -4741,15 +4928,15 @@ async function updateBasicRoute(req, res) {
|
|
|
4741
4928
|
}
|
|
4742
4929
|
|
|
4743
4930
|
// src/data/rest-api/routes/data/basic/basic.ts
|
|
4744
|
-
var
|
|
4745
|
-
|
|
4746
|
-
|
|
4747
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4931
|
+
var router16 = express16.Router();
|
|
4932
|
+
router16.get("/", listBasicsRoute);
|
|
4933
|
+
router16.get("/:id", getBasicByIdRoute);
|
|
4934
|
+
router16.post("/", createBasicRoute);
|
|
4935
|
+
router16.put("/:id", updateBasicRoute);
|
|
4936
|
+
router16.delete("/:id", deleteBasicRoute);
|
|
4750
4937
|
|
|
4751
4938
|
// src/data/rest-api/routes/data/biologicallyderivedproduct/biologicallyderivedproduct.ts
|
|
4752
|
-
import
|
|
4939
|
+
import express17 from "express";
|
|
4753
4940
|
|
|
4754
4941
|
// src/data/operations/data/biologicallyderivedproduct/biologicallyderivedproduct-create-operation.ts
|
|
4755
4942
|
import { ulid as ulid10 } from "ulid";
|
|
@@ -4960,15 +5147,15 @@ async function updateBiologicallyDerivedProductRoute(req, res) {
|
|
|
4960
5147
|
}
|
|
4961
5148
|
|
|
4962
5149
|
// src/data/rest-api/routes/data/biologicallyderivedproduct/biologicallyderivedproduct.ts
|
|
4963
|
-
var
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
5150
|
+
var router17 = express17.Router();
|
|
5151
|
+
router17.get("/", listBiologicallyDerivedProductsRoute);
|
|
5152
|
+
router17.get("/:id", getBiologicallyDerivedProductByIdRoute);
|
|
5153
|
+
router17.post("/", createBiologicallyDerivedProductRoute);
|
|
5154
|
+
router17.put("/:id", updateBiologicallyDerivedProductRoute);
|
|
5155
|
+
router17.delete("/:id", deleteBiologicallyDerivedProductRoute);
|
|
4969
5156
|
|
|
4970
5157
|
// src/data/rest-api/routes/data/bodystructure/bodystructure.ts
|
|
4971
|
-
import
|
|
5158
|
+
import express18 from "express";
|
|
4972
5159
|
|
|
4973
5160
|
// src/data/operations/data/bodystructure/bodystructure-create-operation.ts
|
|
4974
5161
|
import { ulid as ulid11 } from "ulid";
|
|
@@ -5160,15 +5347,15 @@ async function updateBodyStructureRoute(req, res) {
|
|
|
5160
5347
|
}
|
|
5161
5348
|
|
|
5162
5349
|
// src/data/rest-api/routes/data/bodystructure/bodystructure.ts
|
|
5163
|
-
var
|
|
5164
|
-
|
|
5165
|
-
|
|
5166
|
-
|
|
5167
|
-
|
|
5168
|
-
|
|
5350
|
+
var router18 = express18.Router();
|
|
5351
|
+
router18.get("/", listBodyStructuresRoute);
|
|
5352
|
+
router18.get("/:id", getBodyStructureByIdRoute);
|
|
5353
|
+
router18.post("/", createBodyStructureRoute);
|
|
5354
|
+
router18.put("/:id", updateBodyStructureRoute);
|
|
5355
|
+
router18.delete("/:id", deleteBodyStructureRoute);
|
|
5169
5356
|
|
|
5170
5357
|
// src/data/rest-api/routes/data/capabilitystatement/capabilitystatement.ts
|
|
5171
|
-
import
|
|
5358
|
+
import express19 from "express";
|
|
5172
5359
|
|
|
5173
5360
|
// src/data/operations/data/capabilitystatement/capabilitystatement-create-operation.ts
|
|
5174
5361
|
import { ulid as ulid12 } from "ulid";
|
|
@@ -5367,15 +5554,15 @@ async function updateCapabilityStatementRoute(req, res) {
|
|
|
5367
5554
|
}
|
|
5368
5555
|
|
|
5369
5556
|
// src/data/rest-api/routes/data/capabilitystatement/capabilitystatement.ts
|
|
5370
|
-
var
|
|
5371
|
-
|
|
5372
|
-
|
|
5373
|
-
|
|
5374
|
-
|
|
5375
|
-
|
|
5557
|
+
var router19 = express19.Router();
|
|
5558
|
+
router19.get("/", listCapabilityStatementsRoute);
|
|
5559
|
+
router19.get("/:id", getCapabilityStatementByIdRoute);
|
|
5560
|
+
router19.post("/", createCapabilityStatementRoute);
|
|
5561
|
+
router19.put("/:id", updateCapabilityStatementRoute);
|
|
5562
|
+
router19.delete("/:id", deleteCapabilityStatementRoute);
|
|
5376
5563
|
|
|
5377
5564
|
// src/data/rest-api/routes/data/careplan/careplan.ts
|
|
5378
|
-
import
|
|
5565
|
+
import express20 from "express";
|
|
5379
5566
|
|
|
5380
5567
|
// src/data/operations/data/careplan/careplan-create-operation.ts
|
|
5381
5568
|
import { ulid as ulid13 } from "ulid";
|
|
@@ -5567,15 +5754,15 @@ async function updateCarePlanRoute(req, res) {
|
|
|
5567
5754
|
}
|
|
5568
5755
|
|
|
5569
5756
|
// src/data/rest-api/routes/data/careplan/careplan.ts
|
|
5570
|
-
var
|
|
5571
|
-
|
|
5572
|
-
|
|
5573
|
-
|
|
5574
|
-
|
|
5575
|
-
|
|
5757
|
+
var router20 = express20.Router();
|
|
5758
|
+
router20.get("/", listCarePlansRoute);
|
|
5759
|
+
router20.get("/:id", getCarePlanByIdRoute);
|
|
5760
|
+
router20.post("/", createCarePlanRoute);
|
|
5761
|
+
router20.put("/:id", updateCarePlanRoute);
|
|
5762
|
+
router20.delete("/:id", deleteCarePlanRoute);
|
|
5576
5763
|
|
|
5577
5764
|
// src/data/rest-api/routes/data/careteam/careteam.ts
|
|
5578
|
-
import
|
|
5765
|
+
import express21 from "express";
|
|
5579
5766
|
|
|
5580
5767
|
// src/data/operations/data/careteam/careteam-create-operation.ts
|
|
5581
5768
|
import { ulid as ulid14 } from "ulid";
|
|
@@ -5767,15 +5954,15 @@ async function updateCareTeamRoute(req, res) {
|
|
|
5767
5954
|
}
|
|
5768
5955
|
|
|
5769
5956
|
// src/data/rest-api/routes/data/careteam/careteam.ts
|
|
5770
|
-
var
|
|
5771
|
-
|
|
5772
|
-
|
|
5773
|
-
|
|
5774
|
-
|
|
5775
|
-
|
|
5957
|
+
var router21 = express21.Router();
|
|
5958
|
+
router21.get("/", listCareTeamsRoute);
|
|
5959
|
+
router21.get("/:id", getCareTeamByIdRoute);
|
|
5960
|
+
router21.post("/", createCareTeamRoute);
|
|
5961
|
+
router21.put("/:id", updateCareTeamRoute);
|
|
5962
|
+
router21.delete("/:id", deleteCareTeamRoute);
|
|
5776
5963
|
|
|
5777
5964
|
// src/data/rest-api/routes/data/catalogentry/catalogentry.ts
|
|
5778
|
-
import
|
|
5965
|
+
import express22 from "express";
|
|
5779
5966
|
|
|
5780
5967
|
// src/data/operations/data/catalogentry/catalogentry-create-operation.ts
|
|
5781
5968
|
import { ulid as ulid15 } from "ulid";
|
|
@@ -5967,15 +6154,15 @@ async function updateCatalogEntryRoute(req, res) {
|
|
|
5967
6154
|
}
|
|
5968
6155
|
|
|
5969
6156
|
// src/data/rest-api/routes/data/catalogentry/catalogentry.ts
|
|
5970
|
-
var
|
|
5971
|
-
|
|
5972
|
-
|
|
5973
|
-
|
|
5974
|
-
|
|
5975
|
-
|
|
6157
|
+
var router22 = express22.Router();
|
|
6158
|
+
router22.get("/", listCatalogEntrysRoute);
|
|
6159
|
+
router22.get("/:id", getCatalogEntryByIdRoute);
|
|
6160
|
+
router22.post("/", createCatalogEntryRoute);
|
|
6161
|
+
router22.put("/:id", updateCatalogEntryRoute);
|
|
6162
|
+
router22.delete("/:id", deleteCatalogEntryRoute);
|
|
5976
6163
|
|
|
5977
6164
|
// src/data/rest-api/routes/data/chargeitem/chargeitem.ts
|
|
5978
|
-
import
|
|
6165
|
+
import express23 from "express";
|
|
5979
6166
|
|
|
5980
6167
|
// src/data/operations/data/chargeitem/chargeitem-create-operation.ts
|
|
5981
6168
|
import { ulid as ulid16 } from "ulid";
|
|
@@ -6167,15 +6354,15 @@ async function updateChargeItemRoute(req, res) {
|
|
|
6167
6354
|
}
|
|
6168
6355
|
|
|
6169
6356
|
// src/data/rest-api/routes/data/chargeitem/chargeitem.ts
|
|
6170
|
-
var
|
|
6171
|
-
|
|
6172
|
-
|
|
6173
|
-
|
|
6174
|
-
|
|
6175
|
-
|
|
6357
|
+
var router23 = express23.Router();
|
|
6358
|
+
router23.get("/", listChargeItemsRoute);
|
|
6359
|
+
router23.get("/:id", getChargeItemByIdRoute);
|
|
6360
|
+
router23.post("/", createChargeItemRoute);
|
|
6361
|
+
router23.put("/:id", updateChargeItemRoute);
|
|
6362
|
+
router23.delete("/:id", deleteChargeItemRoute);
|
|
6176
6363
|
|
|
6177
6364
|
// src/data/rest-api/routes/data/chargeitemdefinition/chargeitemdefinition.ts
|
|
6178
|
-
import
|
|
6365
|
+
import express24 from "express";
|
|
6179
6366
|
|
|
6180
6367
|
// src/data/operations/data/chargeitemdefinition/chargeitemdefinition-create-operation.ts
|
|
6181
6368
|
import { ulid as ulid17 } from "ulid";
|
|
@@ -6378,15 +6565,15 @@ async function updateChargeItemDefinitionRoute(req, res) {
|
|
|
6378
6565
|
}
|
|
6379
6566
|
|
|
6380
6567
|
// src/data/rest-api/routes/data/chargeitemdefinition/chargeitemdefinition.ts
|
|
6381
|
-
var
|
|
6382
|
-
|
|
6383
|
-
|
|
6384
|
-
|
|
6385
|
-
|
|
6386
|
-
|
|
6568
|
+
var router24 = express24.Router();
|
|
6569
|
+
router24.get("/", listChargeItemDefinitionsRoute);
|
|
6570
|
+
router24.get("/:id", getChargeItemDefinitionByIdRoute);
|
|
6571
|
+
router24.post("/", createChargeItemDefinitionRoute);
|
|
6572
|
+
router24.put("/:id", updateChargeItemDefinitionRoute);
|
|
6573
|
+
router24.delete("/:id", deleteChargeItemDefinitionRoute);
|
|
6387
6574
|
|
|
6388
6575
|
// src/data/rest-api/routes/data/claim/claim.ts
|
|
6389
|
-
import
|
|
6576
|
+
import express25 from "express";
|
|
6390
6577
|
|
|
6391
6578
|
// src/data/operations/data/claim/claim-create-operation.ts
|
|
6392
6579
|
import { ulid as ulid18 } from "ulid";
|
|
@@ -6578,15 +6765,15 @@ async function updateClaimRoute(req, res) {
|
|
|
6578
6765
|
}
|
|
6579
6766
|
|
|
6580
6767
|
// src/data/rest-api/routes/data/claim/claim.ts
|
|
6581
|
-
var
|
|
6582
|
-
|
|
6583
|
-
|
|
6584
|
-
|
|
6585
|
-
|
|
6586
|
-
|
|
6768
|
+
var router25 = express25.Router();
|
|
6769
|
+
router25.get("/", listClaimsRoute);
|
|
6770
|
+
router25.get("/:id", getClaimByIdRoute);
|
|
6771
|
+
router25.post("/", createClaimRoute);
|
|
6772
|
+
router25.put("/:id", updateClaimRoute);
|
|
6773
|
+
router25.delete("/:id", deleteClaimRoute);
|
|
6587
6774
|
|
|
6588
6775
|
// src/data/rest-api/routes/data/claimresponse/claimresponse.ts
|
|
6589
|
-
import
|
|
6776
|
+
import express26 from "express";
|
|
6590
6777
|
|
|
6591
6778
|
// src/data/operations/data/claimresponse/claimresponse-create-operation.ts
|
|
6592
6779
|
import { ulid as ulid19 } from "ulid";
|
|
@@ -6778,15 +6965,15 @@ async function updateClaimResponseRoute(req, res) {
|
|
|
6778
6965
|
}
|
|
6779
6966
|
|
|
6780
6967
|
// src/data/rest-api/routes/data/claimresponse/claimresponse.ts
|
|
6781
|
-
var
|
|
6782
|
-
|
|
6783
|
-
|
|
6784
|
-
|
|
6785
|
-
|
|
6786
|
-
|
|
6968
|
+
var router26 = express26.Router();
|
|
6969
|
+
router26.get("/", listClaimResponsesRoute);
|
|
6970
|
+
router26.get("/:id", getClaimResponseByIdRoute);
|
|
6971
|
+
router26.post("/", createClaimResponseRoute);
|
|
6972
|
+
router26.put("/:id", updateClaimResponseRoute);
|
|
6973
|
+
router26.delete("/:id", deleteClaimResponseRoute);
|
|
6787
6974
|
|
|
6788
6975
|
// src/data/rest-api/routes/data/clinicalimpression/clinicalimpression.ts
|
|
6789
|
-
import
|
|
6976
|
+
import express27 from "express";
|
|
6790
6977
|
|
|
6791
6978
|
// src/data/operations/data/clinicalimpression/clinicalimpression-create-operation.ts
|
|
6792
6979
|
import { ulid as ulid20 } from "ulid";
|
|
@@ -6985,15 +7172,15 @@ async function updateClinicalImpressionRoute(req, res) {
|
|
|
6985
7172
|
}
|
|
6986
7173
|
|
|
6987
7174
|
// src/data/rest-api/routes/data/clinicalimpression/clinicalimpression.ts
|
|
6988
|
-
var
|
|
6989
|
-
|
|
6990
|
-
|
|
6991
|
-
|
|
6992
|
-
|
|
6993
|
-
|
|
7175
|
+
var router27 = express27.Router();
|
|
7176
|
+
router27.get("/", listClinicalImpressionsRoute);
|
|
7177
|
+
router27.get("/:id", getClinicalImpressionByIdRoute);
|
|
7178
|
+
router27.post("/", createClinicalImpressionRoute);
|
|
7179
|
+
router27.put("/:id", updateClinicalImpressionRoute);
|
|
7180
|
+
router27.delete("/:id", deleteClinicalImpressionRoute);
|
|
6994
7181
|
|
|
6995
7182
|
// src/data/rest-api/routes/data/codesystem/codesystem.ts
|
|
6996
|
-
import
|
|
7183
|
+
import express28 from "express";
|
|
6997
7184
|
|
|
6998
7185
|
// src/data/operations/data/codesystem/codesystem-create-operation.ts
|
|
6999
7186
|
import { ulid as ulid21 } from "ulid";
|
|
@@ -7185,15 +7372,15 @@ async function updateCodeSystemRoute(req, res) {
|
|
|
7185
7372
|
}
|
|
7186
7373
|
|
|
7187
7374
|
// src/data/rest-api/routes/data/codesystem/codesystem.ts
|
|
7188
|
-
var
|
|
7189
|
-
|
|
7190
|
-
|
|
7191
|
-
|
|
7192
|
-
|
|
7193
|
-
|
|
7375
|
+
var router28 = express28.Router();
|
|
7376
|
+
router28.get("/", listCodeSystemsRoute);
|
|
7377
|
+
router28.get("/:id", getCodeSystemByIdRoute);
|
|
7378
|
+
router28.post("/", createCodeSystemRoute);
|
|
7379
|
+
router28.put("/:id", updateCodeSystemRoute);
|
|
7380
|
+
router28.delete("/:id", deleteCodeSystemRoute);
|
|
7194
7381
|
|
|
7195
7382
|
// src/data/rest-api/routes/data/communication/communication.ts
|
|
7196
|
-
import
|
|
7383
|
+
import express29 from "express";
|
|
7197
7384
|
|
|
7198
7385
|
// src/data/operations/data/communication/communication-create-operation.ts
|
|
7199
7386
|
import { ulid as ulid22 } from "ulid";
|
|
@@ -7385,15 +7572,15 @@ async function updateCommunicationRoute(req, res) {
|
|
|
7385
7572
|
}
|
|
7386
7573
|
|
|
7387
7574
|
// src/data/rest-api/routes/data/communication/communication.ts
|
|
7388
|
-
var
|
|
7389
|
-
|
|
7390
|
-
|
|
7391
|
-
|
|
7392
|
-
|
|
7393
|
-
|
|
7575
|
+
var router29 = express29.Router();
|
|
7576
|
+
router29.get("/", listCommunicationsRoute);
|
|
7577
|
+
router29.get("/:id", getCommunicationByIdRoute);
|
|
7578
|
+
router29.post("/", createCommunicationRoute);
|
|
7579
|
+
router29.put("/:id", updateCommunicationRoute);
|
|
7580
|
+
router29.delete("/:id", deleteCommunicationRoute);
|
|
7394
7581
|
|
|
7395
7582
|
// src/data/rest-api/routes/data/communicationrequest/communicationrequest.ts
|
|
7396
|
-
import
|
|
7583
|
+
import express30 from "express";
|
|
7397
7584
|
|
|
7398
7585
|
// src/data/operations/data/communicationrequest/communicationrequest-create-operation.ts
|
|
7399
7586
|
import { ulid as ulid23 } from "ulid";
|
|
@@ -7596,15 +7783,15 @@ async function updateCommunicationRequestRoute(req, res) {
|
|
|
7596
7783
|
}
|
|
7597
7784
|
|
|
7598
7785
|
// src/data/rest-api/routes/data/communicationrequest/communicationrequest.ts
|
|
7599
|
-
var
|
|
7600
|
-
|
|
7601
|
-
|
|
7602
|
-
|
|
7603
|
-
|
|
7604
|
-
|
|
7786
|
+
var router30 = express30.Router();
|
|
7787
|
+
router30.get("/", listCommunicationRequestsRoute);
|
|
7788
|
+
router30.get("/:id", getCommunicationRequestByIdRoute);
|
|
7789
|
+
router30.post("/", createCommunicationRequestRoute);
|
|
7790
|
+
router30.put("/:id", updateCommunicationRequestRoute);
|
|
7791
|
+
router30.delete("/:id", deleteCommunicationRequestRoute);
|
|
7605
7792
|
|
|
7606
7793
|
// src/data/rest-api/routes/data/compartmentdefinition/compartmentdefinition.ts
|
|
7607
|
-
import
|
|
7794
|
+
import express31 from "express";
|
|
7608
7795
|
|
|
7609
7796
|
// src/data/operations/data/compartmentdefinition/compartmentdefinition-create-operation.ts
|
|
7610
7797
|
import { ulid as ulid24 } from "ulid";
|
|
@@ -7815,15 +8002,15 @@ async function updateCompartmentDefinitionRoute(req, res) {
|
|
|
7815
8002
|
}
|
|
7816
8003
|
|
|
7817
8004
|
// src/data/rest-api/routes/data/compartmentdefinition/compartmentdefinition.ts
|
|
7818
|
-
var
|
|
7819
|
-
|
|
7820
|
-
|
|
7821
|
-
|
|
7822
|
-
|
|
7823
|
-
|
|
8005
|
+
var router31 = express31.Router();
|
|
8006
|
+
router31.get("/", listCompartmentDefinitionsRoute);
|
|
8007
|
+
router31.get("/:id", getCompartmentDefinitionByIdRoute);
|
|
8008
|
+
router31.post("/", createCompartmentDefinitionRoute);
|
|
8009
|
+
router31.put("/:id", updateCompartmentDefinitionRoute);
|
|
8010
|
+
router31.delete("/:id", deleteCompartmentDefinitionRoute);
|
|
7824
8011
|
|
|
7825
8012
|
// src/data/rest-api/routes/data/composition/composition.ts
|
|
7826
|
-
import
|
|
8013
|
+
import express32 from "express";
|
|
7827
8014
|
|
|
7828
8015
|
// src/data/operations/data/composition/composition-create-operation.ts
|
|
7829
8016
|
import { ulid as ulid25 } from "ulid";
|
|
@@ -8015,15 +8202,15 @@ async function updateCompositionRoute(req, res) {
|
|
|
8015
8202
|
}
|
|
8016
8203
|
|
|
8017
8204
|
// src/data/rest-api/routes/data/composition/composition.ts
|
|
8018
|
-
var
|
|
8019
|
-
|
|
8020
|
-
|
|
8021
|
-
|
|
8022
|
-
|
|
8023
|
-
|
|
8205
|
+
var router32 = express32.Router();
|
|
8206
|
+
router32.get("/", listCompositionsRoute);
|
|
8207
|
+
router32.get("/:id", getCompositionByIdRoute);
|
|
8208
|
+
router32.post("/", createCompositionRoute);
|
|
8209
|
+
router32.put("/:id", updateCompositionRoute);
|
|
8210
|
+
router32.delete("/:id", deleteCompositionRoute);
|
|
8024
8211
|
|
|
8025
8212
|
// src/data/rest-api/routes/data/conceptmap/conceptmap.ts
|
|
8026
|
-
import
|
|
8213
|
+
import express33 from "express";
|
|
8027
8214
|
|
|
8028
8215
|
// src/data/operations/data/conceptmap/conceptmap-create-operation.ts
|
|
8029
8216
|
import { ulid as ulid26 } from "ulid";
|
|
@@ -8215,15 +8402,15 @@ async function updateConceptMapRoute(req, res) {
|
|
|
8215
8402
|
}
|
|
8216
8403
|
|
|
8217
8404
|
// src/data/rest-api/routes/data/conceptmap/conceptmap.ts
|
|
8218
|
-
var
|
|
8219
|
-
|
|
8220
|
-
|
|
8221
|
-
|
|
8222
|
-
|
|
8223
|
-
|
|
8405
|
+
var router33 = express33.Router();
|
|
8406
|
+
router33.get("/", listConceptMapsRoute);
|
|
8407
|
+
router33.get("/:id", getConceptMapByIdRoute);
|
|
8408
|
+
router33.post("/", createConceptMapRoute);
|
|
8409
|
+
router33.put("/:id", updateConceptMapRoute);
|
|
8410
|
+
router33.delete("/:id", deleteConceptMapRoute);
|
|
8224
8411
|
|
|
8225
8412
|
// src/data/rest-api/routes/data/condition/condition.ts
|
|
8226
|
-
import
|
|
8413
|
+
import express34 from "express";
|
|
8227
8414
|
|
|
8228
8415
|
// src/data/operations/data/condition/condition-create-operation.ts
|
|
8229
8416
|
import { ulid as ulid27 } from "ulid";
|
|
@@ -8415,15 +8602,15 @@ async function updateConditionRoute(req, res) {
|
|
|
8415
8602
|
}
|
|
8416
8603
|
|
|
8417
8604
|
// src/data/rest-api/routes/data/condition/condition.ts
|
|
8418
|
-
var
|
|
8419
|
-
|
|
8420
|
-
|
|
8421
|
-
|
|
8422
|
-
|
|
8423
|
-
|
|
8605
|
+
var router34 = express34.Router();
|
|
8606
|
+
router34.get("/", listConditionsRoute);
|
|
8607
|
+
router34.get("/:id", getConditionByIdRoute);
|
|
8608
|
+
router34.post("/", createConditionRoute);
|
|
8609
|
+
router34.put("/:id", updateConditionRoute);
|
|
8610
|
+
router34.delete("/:id", deleteConditionRoute);
|
|
8424
8611
|
|
|
8425
8612
|
// src/data/rest-api/routes/data/consent/consent.ts
|
|
8426
|
-
import
|
|
8613
|
+
import express35 from "express";
|
|
8427
8614
|
|
|
8428
8615
|
// src/data/operations/data/consent/consent-create-operation.ts
|
|
8429
8616
|
import { ulid as ulid28 } from "ulid";
|
|
@@ -8615,15 +8802,15 @@ async function updateConsentRoute(req, res) {
|
|
|
8615
8802
|
}
|
|
8616
8803
|
|
|
8617
8804
|
// src/data/rest-api/routes/data/consent/consent.ts
|
|
8618
|
-
var
|
|
8619
|
-
|
|
8620
|
-
|
|
8621
|
-
|
|
8622
|
-
|
|
8623
|
-
|
|
8805
|
+
var router35 = express35.Router();
|
|
8806
|
+
router35.get("/", listConsentsRoute);
|
|
8807
|
+
router35.get("/:id", getConsentByIdRoute);
|
|
8808
|
+
router35.post("/", createConsentRoute);
|
|
8809
|
+
router35.put("/:id", updateConsentRoute);
|
|
8810
|
+
router35.delete("/:id", deleteConsentRoute);
|
|
8624
8811
|
|
|
8625
8812
|
// src/data/rest-api/routes/data/contract/contract.ts
|
|
8626
|
-
import
|
|
8813
|
+
import express36 from "express";
|
|
8627
8814
|
|
|
8628
8815
|
// src/data/operations/data/contract/contract-create-operation.ts
|
|
8629
8816
|
import { ulid as ulid29 } from "ulid";
|
|
@@ -8815,15 +9002,15 @@ async function updateContractRoute(req, res) {
|
|
|
8815
9002
|
}
|
|
8816
9003
|
|
|
8817
9004
|
// src/data/rest-api/routes/data/contract/contract.ts
|
|
8818
|
-
var
|
|
8819
|
-
|
|
8820
|
-
|
|
8821
|
-
|
|
8822
|
-
|
|
8823
|
-
|
|
9005
|
+
var router36 = express36.Router();
|
|
9006
|
+
router36.get("/", listContractsRoute);
|
|
9007
|
+
router36.get("/:id", getContractByIdRoute);
|
|
9008
|
+
router36.post("/", createContractRoute);
|
|
9009
|
+
router36.put("/:id", updateContractRoute);
|
|
9010
|
+
router36.delete("/:id", deleteContractRoute);
|
|
8824
9011
|
|
|
8825
9012
|
// src/data/rest-api/routes/data/coverage/coverage.ts
|
|
8826
|
-
import
|
|
9013
|
+
import express37 from "express";
|
|
8827
9014
|
|
|
8828
9015
|
// src/data/operations/data/coverage/coverage-create-operation.ts
|
|
8829
9016
|
import { ulid as ulid30 } from "ulid";
|
|
@@ -9018,15 +9205,15 @@ async function updateCoverageRoute(req, res) {
|
|
|
9018
9205
|
}
|
|
9019
9206
|
|
|
9020
9207
|
// src/data/rest-api/routes/data/coverage/coverage.ts
|
|
9021
|
-
var
|
|
9022
|
-
|
|
9023
|
-
|
|
9024
|
-
|
|
9025
|
-
|
|
9026
|
-
|
|
9208
|
+
var router37 = express37.Router();
|
|
9209
|
+
router37.get("/", listCoveragesRoute);
|
|
9210
|
+
router37.get("/:id", getCoverageByIdRoute);
|
|
9211
|
+
router37.post("/", createCoverageRoute);
|
|
9212
|
+
router37.put("/:id", updateCoverageRoute);
|
|
9213
|
+
router37.delete("/:id", deleteCoverageRoute);
|
|
9027
9214
|
|
|
9028
9215
|
// src/data/rest-api/routes/data/coverageeligibilityrequest/coverageeligibilityrequest.ts
|
|
9029
|
-
import
|
|
9216
|
+
import express38 from "express";
|
|
9030
9217
|
|
|
9031
9218
|
// src/data/operations/data/coverageeligibilityrequest/coverageeligibilityrequest-create-operation.ts
|
|
9032
9219
|
import { ulid as ulid31 } from "ulid";
|
|
@@ -9237,15 +9424,15 @@ async function updateCoverageEligibilityRequestRoute(req, res) {
|
|
|
9237
9424
|
}
|
|
9238
9425
|
|
|
9239
9426
|
// src/data/rest-api/routes/data/coverageeligibilityrequest/coverageeligibilityrequest.ts
|
|
9240
|
-
var
|
|
9241
|
-
|
|
9242
|
-
|
|
9243
|
-
|
|
9244
|
-
|
|
9245
|
-
|
|
9427
|
+
var router38 = express38.Router();
|
|
9428
|
+
router38.get("/", listCoverageEligibilityRequestsRoute);
|
|
9429
|
+
router38.get("/:id", getCoverageEligibilityRequestByIdRoute);
|
|
9430
|
+
router38.post("/", createCoverageEligibilityRequestRoute);
|
|
9431
|
+
router38.put("/:id", updateCoverageEligibilityRequestRoute);
|
|
9432
|
+
router38.delete("/:id", deleteCoverageEligibilityRequestRoute);
|
|
9246
9433
|
|
|
9247
9434
|
// src/data/rest-api/routes/data/coverageeligibilityresponse/coverageeligibilityresponse.ts
|
|
9248
|
-
import
|
|
9435
|
+
import express39 from "express";
|
|
9249
9436
|
|
|
9250
9437
|
// src/data/operations/data/coverageeligibilityresponse/coverageeligibilityresponse-create-operation.ts
|
|
9251
9438
|
import { ulid as ulid32 } from "ulid";
|
|
@@ -9456,15 +9643,15 @@ async function updateCoverageEligibilityResponseRoute(req, res) {
|
|
|
9456
9643
|
}
|
|
9457
9644
|
|
|
9458
9645
|
// src/data/rest-api/routes/data/coverageeligibilityresponse/coverageeligibilityresponse.ts
|
|
9459
|
-
var
|
|
9460
|
-
|
|
9461
|
-
|
|
9462
|
-
|
|
9463
|
-
|
|
9464
|
-
|
|
9646
|
+
var router39 = express39.Router();
|
|
9647
|
+
router39.get("/", listCoverageEligibilityResponsesRoute);
|
|
9648
|
+
router39.get("/:id", getCoverageEligibilityResponseByIdRoute);
|
|
9649
|
+
router39.post("/", createCoverageEligibilityResponseRoute);
|
|
9650
|
+
router39.put("/:id", updateCoverageEligibilityResponseRoute);
|
|
9651
|
+
router39.delete("/:id", deleteCoverageEligibilityResponseRoute);
|
|
9465
9652
|
|
|
9466
9653
|
// src/data/rest-api/routes/data/detectedissue/detectedissue.ts
|
|
9467
|
-
import
|
|
9654
|
+
import express40 from "express";
|
|
9468
9655
|
|
|
9469
9656
|
// src/data/operations/data/detectedissue/detectedissue-create-operation.ts
|
|
9470
9657
|
import { ulid as ulid33 } from "ulid";
|
|
@@ -9656,15 +9843,15 @@ async function updateDetectedIssueRoute(req, res) {
|
|
|
9656
9843
|
}
|
|
9657
9844
|
|
|
9658
9845
|
// src/data/rest-api/routes/data/detectedissue/detectedissue.ts
|
|
9659
|
-
var
|
|
9660
|
-
|
|
9661
|
-
|
|
9662
|
-
|
|
9663
|
-
|
|
9664
|
-
|
|
9846
|
+
var router40 = express40.Router();
|
|
9847
|
+
router40.get("/", listDetectedIssuesRoute);
|
|
9848
|
+
router40.get("/:id", getDetectedIssueByIdRoute);
|
|
9849
|
+
router40.post("/", createDetectedIssueRoute);
|
|
9850
|
+
router40.put("/:id", updateDetectedIssueRoute);
|
|
9851
|
+
router40.delete("/:id", deleteDetectedIssueRoute);
|
|
9665
9852
|
|
|
9666
9853
|
// src/data/rest-api/routes/data/device/device.ts
|
|
9667
|
-
import
|
|
9854
|
+
import express41 from "express";
|
|
9668
9855
|
|
|
9669
9856
|
// src/data/operations/data/device/device-create-operation.ts
|
|
9670
9857
|
import { ulid as ulid34 } from "ulid";
|
|
@@ -9856,15 +10043,15 @@ async function updateDeviceRoute(req, res) {
|
|
|
9856
10043
|
}
|
|
9857
10044
|
|
|
9858
10045
|
// src/data/rest-api/routes/data/device/device.ts
|
|
9859
|
-
var
|
|
9860
|
-
|
|
9861
|
-
|
|
9862
|
-
|
|
9863
|
-
|
|
9864
|
-
|
|
10046
|
+
var router41 = express41.Router();
|
|
10047
|
+
router41.get("/", listDevicesRoute);
|
|
10048
|
+
router41.get("/:id", getDeviceByIdRoute);
|
|
10049
|
+
router41.post("/", createDeviceRoute);
|
|
10050
|
+
router41.put("/:id", updateDeviceRoute);
|
|
10051
|
+
router41.delete("/:id", deleteDeviceRoute);
|
|
9865
10052
|
|
|
9866
10053
|
// src/data/rest-api/routes/data/devicedefinition/devicedefinition.ts
|
|
9867
|
-
import
|
|
10054
|
+
import express42 from "express";
|
|
9868
10055
|
|
|
9869
10056
|
// src/data/operations/data/devicedefinition/devicedefinition-create-operation.ts
|
|
9870
10057
|
import { ulid as ulid35 } from "ulid";
|
|
@@ -10056,15 +10243,15 @@ async function updateDeviceDefinitionRoute(req, res) {
|
|
|
10056
10243
|
}
|
|
10057
10244
|
|
|
10058
10245
|
// src/data/rest-api/routes/data/devicedefinition/devicedefinition.ts
|
|
10059
|
-
var
|
|
10060
|
-
|
|
10061
|
-
|
|
10062
|
-
|
|
10063
|
-
|
|
10064
|
-
|
|
10246
|
+
var router42 = express42.Router();
|
|
10247
|
+
router42.get("/", listDeviceDefinitionsRoute);
|
|
10248
|
+
router42.get("/:id", getDeviceDefinitionByIdRoute);
|
|
10249
|
+
router42.post("/", createDeviceDefinitionRoute);
|
|
10250
|
+
router42.put("/:id", updateDeviceDefinitionRoute);
|
|
10251
|
+
router42.delete("/:id", deleteDeviceDefinitionRoute);
|
|
10065
10252
|
|
|
10066
10253
|
// src/data/rest-api/routes/data/devicemetric/devicemetric.ts
|
|
10067
|
-
import
|
|
10254
|
+
import express43 from "express";
|
|
10068
10255
|
|
|
10069
10256
|
// src/data/operations/data/devicemetric/devicemetric-create-operation.ts
|
|
10070
10257
|
import { ulid as ulid36 } from "ulid";
|
|
@@ -10256,15 +10443,15 @@ async function updateDeviceMetricRoute(req, res) {
|
|
|
10256
10443
|
}
|
|
10257
10444
|
|
|
10258
10445
|
// src/data/rest-api/routes/data/devicemetric/devicemetric.ts
|
|
10259
|
-
var
|
|
10260
|
-
|
|
10261
|
-
|
|
10262
|
-
|
|
10263
|
-
|
|
10264
|
-
|
|
10446
|
+
var router43 = express43.Router();
|
|
10447
|
+
router43.get("/", listDeviceMetricsRoute);
|
|
10448
|
+
router43.get("/:id", getDeviceMetricByIdRoute);
|
|
10449
|
+
router43.post("/", createDeviceMetricRoute);
|
|
10450
|
+
router43.put("/:id", updateDeviceMetricRoute);
|
|
10451
|
+
router43.delete("/:id", deleteDeviceMetricRoute);
|
|
10265
10452
|
|
|
10266
10453
|
// src/data/rest-api/routes/data/devicerequest/devicerequest.ts
|
|
10267
|
-
import
|
|
10454
|
+
import express44 from "express";
|
|
10268
10455
|
|
|
10269
10456
|
// src/data/operations/data/devicerequest/devicerequest-create-operation.ts
|
|
10270
10457
|
import { ulid as ulid37 } from "ulid";
|
|
@@ -10456,15 +10643,15 @@ async function updateDeviceRequestRoute(req, res) {
|
|
|
10456
10643
|
}
|
|
10457
10644
|
|
|
10458
10645
|
// src/data/rest-api/routes/data/devicerequest/devicerequest.ts
|
|
10459
|
-
var
|
|
10460
|
-
|
|
10461
|
-
|
|
10462
|
-
|
|
10463
|
-
|
|
10464
|
-
|
|
10646
|
+
var router44 = express44.Router();
|
|
10647
|
+
router44.get("/", listDeviceRequestsRoute);
|
|
10648
|
+
router44.get("/:id", getDeviceRequestByIdRoute);
|
|
10649
|
+
router44.post("/", createDeviceRequestRoute);
|
|
10650
|
+
router44.put("/:id", updateDeviceRequestRoute);
|
|
10651
|
+
router44.delete("/:id", deleteDeviceRequestRoute);
|
|
10465
10652
|
|
|
10466
10653
|
// src/data/rest-api/routes/data/deviceusestatement/deviceusestatement.ts
|
|
10467
|
-
import
|
|
10654
|
+
import express45 from "express";
|
|
10468
10655
|
|
|
10469
10656
|
// src/data/operations/data/deviceusestatement/deviceusestatement-create-operation.ts
|
|
10470
10657
|
import { ulid as ulid38 } from "ulid";
|
|
@@ -10663,15 +10850,15 @@ async function updateDeviceUseStatementRoute(req, res) {
|
|
|
10663
10850
|
}
|
|
10664
10851
|
|
|
10665
10852
|
// src/data/rest-api/routes/data/deviceusestatement/deviceusestatement.ts
|
|
10666
|
-
var
|
|
10667
|
-
|
|
10668
|
-
|
|
10669
|
-
|
|
10670
|
-
|
|
10671
|
-
|
|
10853
|
+
var router45 = express45.Router();
|
|
10854
|
+
router45.get("/", listDeviceUseStatementsRoute);
|
|
10855
|
+
router45.get("/:id", getDeviceUseStatementByIdRoute);
|
|
10856
|
+
router45.post("/", createDeviceUseStatementRoute);
|
|
10857
|
+
router45.put("/:id", updateDeviceUseStatementRoute);
|
|
10858
|
+
router45.delete("/:id", deleteDeviceUseStatementRoute);
|
|
10672
10859
|
|
|
10673
10860
|
// src/data/rest-api/routes/data/diagnosticreport/diagnosticreport.ts
|
|
10674
|
-
import
|
|
10861
|
+
import express46 from "express";
|
|
10675
10862
|
|
|
10676
10863
|
// src/data/operations/data/diagnosticreport/diagnosticreport-create-operation.ts
|
|
10677
10864
|
import { ulid as ulid39 } from "ulid";
|
|
@@ -10863,15 +11050,15 @@ async function updateDiagnosticReportRoute(req, res) {
|
|
|
10863
11050
|
}
|
|
10864
11051
|
|
|
10865
11052
|
// src/data/rest-api/routes/data/diagnosticreport/diagnosticreport.ts
|
|
10866
|
-
var
|
|
10867
|
-
|
|
10868
|
-
|
|
10869
|
-
|
|
10870
|
-
|
|
10871
|
-
|
|
11053
|
+
var router46 = express46.Router();
|
|
11054
|
+
router46.get("/", listDiagnosticReportsRoute);
|
|
11055
|
+
router46.get("/:id", getDiagnosticReportByIdRoute);
|
|
11056
|
+
router46.post("/", createDiagnosticReportRoute);
|
|
11057
|
+
router46.put("/:id", updateDiagnosticReportRoute);
|
|
11058
|
+
router46.delete("/:id", deleteDiagnosticReportRoute);
|
|
10872
11059
|
|
|
10873
11060
|
// src/data/rest-api/routes/data/documentmanifest/documentmanifest.ts
|
|
10874
|
-
import
|
|
11061
|
+
import express47 from "express";
|
|
10875
11062
|
|
|
10876
11063
|
// src/data/operations/data/documentmanifest/documentmanifest-create-operation.ts
|
|
10877
11064
|
import { ulid as ulid40 } from "ulid";
|
|
@@ -11063,15 +11250,15 @@ async function updateDocumentManifestRoute(req, res) {
|
|
|
11063
11250
|
}
|
|
11064
11251
|
|
|
11065
11252
|
// src/data/rest-api/routes/data/documentmanifest/documentmanifest.ts
|
|
11066
|
-
var
|
|
11067
|
-
|
|
11068
|
-
|
|
11069
|
-
|
|
11070
|
-
|
|
11071
|
-
|
|
11253
|
+
var router47 = express47.Router();
|
|
11254
|
+
router47.get("/", listDocumentManifestsRoute);
|
|
11255
|
+
router47.get("/:id", getDocumentManifestByIdRoute);
|
|
11256
|
+
router47.post("/", createDocumentManifestRoute);
|
|
11257
|
+
router47.put("/:id", updateDocumentManifestRoute);
|
|
11258
|
+
router47.delete("/:id", deleteDocumentManifestRoute);
|
|
11072
11259
|
|
|
11073
11260
|
// src/data/rest-api/routes/data/documentreference/documentreference.ts
|
|
11074
|
-
import
|
|
11261
|
+
import express48 from "express";
|
|
11075
11262
|
|
|
11076
11263
|
// src/data/operations/data/documentreference/documentreference-create-operation.ts
|
|
11077
11264
|
import { ulid as ulid41 } from "ulid";
|
|
@@ -11266,15 +11453,15 @@ async function updateDocumentReferenceRoute(req, res) {
|
|
|
11266
11453
|
}
|
|
11267
11454
|
|
|
11268
11455
|
// src/data/rest-api/routes/data/documentreference/documentreference.ts
|
|
11269
|
-
var
|
|
11270
|
-
|
|
11271
|
-
|
|
11272
|
-
|
|
11273
|
-
|
|
11274
|
-
|
|
11456
|
+
var router48 = express48.Router();
|
|
11457
|
+
router48.get("/", listDocumentReferencesRoute);
|
|
11458
|
+
router48.get("/:id", getDocumentReferenceByIdRoute);
|
|
11459
|
+
router48.post("/", createDocumentReferenceRoute);
|
|
11460
|
+
router48.put("/:id", updateDocumentReferenceRoute);
|
|
11461
|
+
router48.delete("/:id", deleteDocumentReferenceRoute);
|
|
11275
11462
|
|
|
11276
11463
|
// src/data/rest-api/routes/data/effectevidencesynthesis/effectevidencesynthesis.ts
|
|
11277
|
-
import
|
|
11464
|
+
import express49 from "express";
|
|
11278
11465
|
|
|
11279
11466
|
// src/data/operations/data/effectevidencesynthesis/effectevidencesynthesis-create-operation.ts
|
|
11280
11467
|
import { ulid as ulid42 } from "ulid";
|
|
@@ -11485,15 +11672,15 @@ async function updateEffectEvidenceSynthesisRoute(req, res) {
|
|
|
11485
11672
|
}
|
|
11486
11673
|
|
|
11487
11674
|
// src/data/rest-api/routes/data/effectevidencesynthesis/effectevidencesynthesis.ts
|
|
11488
|
-
var
|
|
11489
|
-
|
|
11490
|
-
|
|
11491
|
-
|
|
11492
|
-
|
|
11493
|
-
|
|
11675
|
+
var router49 = express49.Router();
|
|
11676
|
+
router49.get("/", listEffectEvidenceSynthesissRoute);
|
|
11677
|
+
router49.get("/:id", getEffectEvidenceSynthesisByIdRoute);
|
|
11678
|
+
router49.post("/", createEffectEvidenceSynthesisRoute);
|
|
11679
|
+
router49.put("/:id", updateEffectEvidenceSynthesisRoute);
|
|
11680
|
+
router49.delete("/:id", deleteEffectEvidenceSynthesisRoute);
|
|
11494
11681
|
|
|
11495
11682
|
// src/data/rest-api/routes/data/encounter/encounter.ts
|
|
11496
|
-
import
|
|
11683
|
+
import express50 from "express";
|
|
11497
11684
|
|
|
11498
11685
|
// src/data/operations/data/encounter/encounter-create-operation.ts
|
|
11499
11686
|
import { ulid as ulid43 } from "ulid";
|
|
@@ -11915,15 +12102,15 @@ async function updateEncounterRoute(req, res) {
|
|
|
11915
12102
|
}
|
|
11916
12103
|
|
|
11917
12104
|
// src/data/rest-api/routes/data/encounter/encounter.ts
|
|
11918
|
-
var
|
|
11919
|
-
|
|
11920
|
-
|
|
11921
|
-
|
|
11922
|
-
|
|
11923
|
-
|
|
12105
|
+
var router50 = express50.Router();
|
|
12106
|
+
router50.get("/", listEncountersRoute);
|
|
12107
|
+
router50.get("/:id", getEncounterByIdRoute);
|
|
12108
|
+
router50.post("/", createEncounterRoute);
|
|
12109
|
+
router50.put("/:id", updateEncounterRoute);
|
|
12110
|
+
router50.delete("/:id", deleteEncounterRoute);
|
|
11924
12111
|
|
|
11925
12112
|
// src/data/rest-api/routes/data/endpoint/endpoint.ts
|
|
11926
|
-
import
|
|
12113
|
+
import express51 from "express";
|
|
11927
12114
|
|
|
11928
12115
|
// src/data/operations/data/endpoint/endpoint-create-operation.ts
|
|
11929
12116
|
import { ulid as ulid44 } from "ulid";
|
|
@@ -12115,15 +12302,15 @@ async function updateEndpointRoute(req, res) {
|
|
|
12115
12302
|
}
|
|
12116
12303
|
|
|
12117
12304
|
// src/data/rest-api/routes/data/endpoint/endpoint.ts
|
|
12118
|
-
var
|
|
12119
|
-
|
|
12120
|
-
|
|
12121
|
-
|
|
12122
|
-
|
|
12123
|
-
|
|
12305
|
+
var router51 = express51.Router();
|
|
12306
|
+
router51.get("/", listEndpointsRoute);
|
|
12307
|
+
router51.get("/:id", getEndpointByIdRoute);
|
|
12308
|
+
router51.post("/", createEndpointRoute);
|
|
12309
|
+
router51.put("/:id", updateEndpointRoute);
|
|
12310
|
+
router51.delete("/:id", deleteEndpointRoute);
|
|
12124
12311
|
|
|
12125
12312
|
// src/data/rest-api/routes/data/enrollmentrequest/enrollmentrequest.ts
|
|
12126
|
-
import
|
|
12313
|
+
import express52 from "express";
|
|
12127
12314
|
|
|
12128
12315
|
// src/data/operations/data/enrollmentrequest/enrollmentrequest-create-operation.ts
|
|
12129
12316
|
import { ulid as ulid45 } from "ulid";
|
|
@@ -12318,15 +12505,15 @@ async function updateEnrollmentRequestRoute(req, res) {
|
|
|
12318
12505
|
}
|
|
12319
12506
|
|
|
12320
12507
|
// src/data/rest-api/routes/data/enrollmentrequest/enrollmentrequest.ts
|
|
12321
|
-
var
|
|
12322
|
-
|
|
12323
|
-
|
|
12324
|
-
|
|
12325
|
-
|
|
12326
|
-
|
|
12508
|
+
var router52 = express52.Router();
|
|
12509
|
+
router52.get("/", listEnrollmentRequestsRoute);
|
|
12510
|
+
router52.get("/:id", getEnrollmentRequestByIdRoute);
|
|
12511
|
+
router52.post("/", createEnrollmentRequestRoute);
|
|
12512
|
+
router52.put("/:id", updateEnrollmentRequestRoute);
|
|
12513
|
+
router52.delete("/:id", deleteEnrollmentRequestRoute);
|
|
12327
12514
|
|
|
12328
12515
|
// src/data/rest-api/routes/data/enrollmentresponse/enrollmentresponse.ts
|
|
12329
|
-
import
|
|
12516
|
+
import express53 from "express";
|
|
12330
12517
|
|
|
12331
12518
|
// src/data/operations/data/enrollmentresponse/enrollmentresponse-create-operation.ts
|
|
12332
12519
|
import { ulid as ulid46 } from "ulid";
|
|
@@ -12525,15 +12712,15 @@ async function updateEnrollmentResponseRoute(req, res) {
|
|
|
12525
12712
|
}
|
|
12526
12713
|
|
|
12527
12714
|
// src/data/rest-api/routes/data/enrollmentresponse/enrollmentresponse.ts
|
|
12528
|
-
var
|
|
12529
|
-
|
|
12530
|
-
|
|
12531
|
-
|
|
12532
|
-
|
|
12533
|
-
|
|
12715
|
+
var router53 = express53.Router();
|
|
12716
|
+
router53.get("/", listEnrollmentResponsesRoute);
|
|
12717
|
+
router53.get("/:id", getEnrollmentResponseByIdRoute);
|
|
12718
|
+
router53.post("/", createEnrollmentResponseRoute);
|
|
12719
|
+
router53.put("/:id", updateEnrollmentResponseRoute);
|
|
12720
|
+
router53.delete("/:id", deleteEnrollmentResponseRoute);
|
|
12534
12721
|
|
|
12535
12722
|
// src/data/rest-api/routes/data/episodeofcare/episodeofcare.ts
|
|
12536
|
-
import
|
|
12723
|
+
import express54 from "express";
|
|
12537
12724
|
|
|
12538
12725
|
// src/data/operations/data/episodeofcare/episodeofcare-create-operation.ts
|
|
12539
12726
|
import { ulid as ulid47 } from "ulid";
|
|
@@ -12725,15 +12912,15 @@ async function updateEpisodeOfCareRoute(req, res) {
|
|
|
12725
12912
|
}
|
|
12726
12913
|
|
|
12727
12914
|
// src/data/rest-api/routes/data/episodeofcare/episodeofcare.ts
|
|
12728
|
-
var
|
|
12729
|
-
|
|
12730
|
-
|
|
12731
|
-
|
|
12732
|
-
|
|
12733
|
-
|
|
12915
|
+
var router54 = express54.Router();
|
|
12916
|
+
router54.get("/", listEpisodeOfCaresRoute);
|
|
12917
|
+
router54.get("/:id", getEpisodeOfCareByIdRoute);
|
|
12918
|
+
router54.post("/", createEpisodeOfCareRoute);
|
|
12919
|
+
router54.put("/:id", updateEpisodeOfCareRoute);
|
|
12920
|
+
router54.delete("/:id", deleteEpisodeOfCareRoute);
|
|
12734
12921
|
|
|
12735
12922
|
// src/data/rest-api/routes/data/eventdefinition/eventdefinition.ts
|
|
12736
|
-
import
|
|
12923
|
+
import express55 from "express";
|
|
12737
12924
|
|
|
12738
12925
|
// src/data/operations/data/eventdefinition/eventdefinition-create-operation.ts
|
|
12739
12926
|
import { ulid as ulid48 } from "ulid";
|
|
@@ -12925,15 +13112,15 @@ async function updateEventDefinitionRoute(req, res) {
|
|
|
12925
13112
|
}
|
|
12926
13113
|
|
|
12927
13114
|
// src/data/rest-api/routes/data/eventdefinition/eventdefinition.ts
|
|
12928
|
-
var
|
|
12929
|
-
|
|
12930
|
-
|
|
12931
|
-
|
|
12932
|
-
|
|
12933
|
-
|
|
13115
|
+
var router55 = express55.Router();
|
|
13116
|
+
router55.get("/", listEventDefinitionsRoute);
|
|
13117
|
+
router55.get("/:id", getEventDefinitionByIdRoute);
|
|
13118
|
+
router55.post("/", createEventDefinitionRoute);
|
|
13119
|
+
router55.put("/:id", updateEventDefinitionRoute);
|
|
13120
|
+
router55.delete("/:id", deleteEventDefinitionRoute);
|
|
12934
13121
|
|
|
12935
13122
|
// src/data/rest-api/routes/data/evidence/evidence.ts
|
|
12936
|
-
import
|
|
13123
|
+
import express56 from "express";
|
|
12937
13124
|
|
|
12938
13125
|
// src/data/operations/data/evidence/evidence-create-operation.ts
|
|
12939
13126
|
import { ulid as ulid49 } from "ulid";
|
|
@@ -13125,15 +13312,15 @@ async function updateEvidenceRoute(req, res) {
|
|
|
13125
13312
|
}
|
|
13126
13313
|
|
|
13127
13314
|
// src/data/rest-api/routes/data/evidence/evidence.ts
|
|
13128
|
-
var
|
|
13129
|
-
|
|
13130
|
-
|
|
13131
|
-
|
|
13132
|
-
|
|
13133
|
-
|
|
13315
|
+
var router56 = express56.Router();
|
|
13316
|
+
router56.get("/", listEvidencesRoute);
|
|
13317
|
+
router56.get("/:id", getEvidenceByIdRoute);
|
|
13318
|
+
router56.post("/", createEvidenceRoute);
|
|
13319
|
+
router56.put("/:id", updateEvidenceRoute);
|
|
13320
|
+
router56.delete("/:id", deleteEvidenceRoute);
|
|
13134
13321
|
|
|
13135
13322
|
// src/data/rest-api/routes/data/evidencevariable/evidencevariable.ts
|
|
13136
|
-
import
|
|
13323
|
+
import express57 from "express";
|
|
13137
13324
|
|
|
13138
13325
|
// src/data/operations/data/evidencevariable/evidencevariable-create-operation.ts
|
|
13139
13326
|
import { ulid as ulid50 } from "ulid";
|
|
@@ -13325,15 +13512,15 @@ async function updateEvidenceVariableRoute(req, res) {
|
|
|
13325
13512
|
}
|
|
13326
13513
|
|
|
13327
13514
|
// src/data/rest-api/routes/data/evidencevariable/evidencevariable.ts
|
|
13328
|
-
var
|
|
13329
|
-
|
|
13330
|
-
|
|
13331
|
-
|
|
13332
|
-
|
|
13333
|
-
|
|
13515
|
+
var router57 = express57.Router();
|
|
13516
|
+
router57.get("/", listEvidenceVariablesRoute);
|
|
13517
|
+
router57.get("/:id", getEvidenceVariableByIdRoute);
|
|
13518
|
+
router57.post("/", createEvidenceVariableRoute);
|
|
13519
|
+
router57.put("/:id", updateEvidenceVariableRoute);
|
|
13520
|
+
router57.delete("/:id", deleteEvidenceVariableRoute);
|
|
13334
13521
|
|
|
13335
13522
|
// src/data/rest-api/routes/data/examplescenario/examplescenario.ts
|
|
13336
|
-
import
|
|
13523
|
+
import express58 from "express";
|
|
13337
13524
|
|
|
13338
13525
|
// src/data/operations/data/examplescenario/examplescenario-create-operation.ts
|
|
13339
13526
|
import { ulid as ulid51 } from "ulid";
|
|
@@ -13525,15 +13712,15 @@ async function updateExampleScenarioRoute(req, res) {
|
|
|
13525
13712
|
}
|
|
13526
13713
|
|
|
13527
13714
|
// src/data/rest-api/routes/data/examplescenario/examplescenario.ts
|
|
13528
|
-
var
|
|
13529
|
-
|
|
13530
|
-
|
|
13531
|
-
|
|
13532
|
-
|
|
13533
|
-
|
|
13715
|
+
var router58 = express58.Router();
|
|
13716
|
+
router58.get("/", listExampleScenariosRoute);
|
|
13717
|
+
router58.get("/:id", getExampleScenarioByIdRoute);
|
|
13718
|
+
router58.post("/", createExampleScenarioRoute);
|
|
13719
|
+
router58.put("/:id", updateExampleScenarioRoute);
|
|
13720
|
+
router58.delete("/:id", deleteExampleScenarioRoute);
|
|
13534
13721
|
|
|
13535
13722
|
// src/data/rest-api/routes/data/explanationofbenefit/explanationofbenefit.ts
|
|
13536
|
-
import
|
|
13723
|
+
import express59 from "express";
|
|
13537
13724
|
|
|
13538
13725
|
// src/data/operations/data/explanationofbenefit/explanationofbenefit-create-operation.ts
|
|
13539
13726
|
import { ulid as ulid52 } from "ulid";
|
|
@@ -13736,15 +13923,15 @@ async function updateExplanationOfBenefitRoute(req, res) {
|
|
|
13736
13923
|
}
|
|
13737
13924
|
|
|
13738
13925
|
// src/data/rest-api/routes/data/explanationofbenefit/explanationofbenefit.ts
|
|
13739
|
-
var
|
|
13740
|
-
|
|
13741
|
-
|
|
13742
|
-
|
|
13743
|
-
|
|
13744
|
-
|
|
13926
|
+
var router59 = express59.Router();
|
|
13927
|
+
router59.get("/", listExplanationOfBenefitsRoute);
|
|
13928
|
+
router59.get("/:id", getExplanationOfBenefitByIdRoute);
|
|
13929
|
+
router59.post("/", createExplanationOfBenefitRoute);
|
|
13930
|
+
router59.put("/:id", updateExplanationOfBenefitRoute);
|
|
13931
|
+
router59.delete("/:id", deleteExplanationOfBenefitRoute);
|
|
13745
13932
|
|
|
13746
13933
|
// src/data/rest-api/routes/data/familymemberhistory/familymemberhistory.ts
|
|
13747
|
-
import
|
|
13934
|
+
import express60 from "express";
|
|
13748
13935
|
|
|
13749
13936
|
// src/data/operations/data/familymemberhistory/familymemberhistory-create-operation.ts
|
|
13750
13937
|
import { ulid as ulid53 } from "ulid";
|
|
@@ -13943,15 +14130,15 @@ async function updateFamilyMemberHistoryRoute(req, res) {
|
|
|
13943
14130
|
}
|
|
13944
14131
|
|
|
13945
14132
|
// src/data/rest-api/routes/data/familymemberhistory/familymemberhistory.ts
|
|
13946
|
-
var
|
|
13947
|
-
|
|
13948
|
-
|
|
13949
|
-
|
|
13950
|
-
|
|
13951
|
-
|
|
14133
|
+
var router60 = express60.Router();
|
|
14134
|
+
router60.get("/", listFamilyMemberHistorysRoute);
|
|
14135
|
+
router60.get("/:id", getFamilyMemberHistoryByIdRoute);
|
|
14136
|
+
router60.post("/", createFamilyMemberHistoryRoute);
|
|
14137
|
+
router60.put("/:id", updateFamilyMemberHistoryRoute);
|
|
14138
|
+
router60.delete("/:id", deleteFamilyMemberHistoryRoute);
|
|
13952
14139
|
|
|
13953
14140
|
// src/data/rest-api/routes/data/flag/flag.ts
|
|
13954
|
-
import
|
|
14141
|
+
import express61 from "express";
|
|
13955
14142
|
|
|
13956
14143
|
// src/data/operations/data/flag/flag-create-operation.ts
|
|
13957
14144
|
import { ulid as ulid54 } from "ulid";
|
|
@@ -14143,15 +14330,15 @@ async function updateFlagRoute(req, res) {
|
|
|
14143
14330
|
}
|
|
14144
14331
|
|
|
14145
14332
|
// src/data/rest-api/routes/data/flag/flag.ts
|
|
14146
|
-
var
|
|
14147
|
-
|
|
14148
|
-
|
|
14149
|
-
|
|
14150
|
-
|
|
14151
|
-
|
|
14333
|
+
var router61 = express61.Router();
|
|
14334
|
+
router61.get("/", listFlagsRoute);
|
|
14335
|
+
router61.get("/:id", getFlagByIdRoute);
|
|
14336
|
+
router61.post("/", createFlagRoute);
|
|
14337
|
+
router61.put("/:id", updateFlagRoute);
|
|
14338
|
+
router61.delete("/:id", deleteFlagRoute);
|
|
14152
14339
|
|
|
14153
14340
|
// src/data/rest-api/routes/data/goal/goal.ts
|
|
14154
|
-
import
|
|
14341
|
+
import express62 from "express";
|
|
14155
14342
|
|
|
14156
14343
|
// src/data/operations/data/goal/goal-create-operation.ts
|
|
14157
14344
|
import { ulid as ulid55 } from "ulid";
|
|
@@ -14343,15 +14530,15 @@ async function updateGoalRoute(req, res) {
|
|
|
14343
14530
|
}
|
|
14344
14531
|
|
|
14345
14532
|
// src/data/rest-api/routes/data/goal/goal.ts
|
|
14346
|
-
var
|
|
14347
|
-
|
|
14348
|
-
|
|
14349
|
-
|
|
14350
|
-
|
|
14351
|
-
|
|
14533
|
+
var router62 = express62.Router();
|
|
14534
|
+
router62.get("/", listGoalsRoute);
|
|
14535
|
+
router62.get("/:id", getGoalByIdRoute);
|
|
14536
|
+
router62.post("/", createGoalRoute);
|
|
14537
|
+
router62.put("/:id", updateGoalRoute);
|
|
14538
|
+
router62.delete("/:id", deleteGoalRoute);
|
|
14352
14539
|
|
|
14353
14540
|
// src/data/rest-api/routes/data/graphdefinition/graphdefinition.ts
|
|
14354
|
-
import
|
|
14541
|
+
import express63 from "express";
|
|
14355
14542
|
|
|
14356
14543
|
// src/data/operations/data/graphdefinition/graphdefinition-create-operation.ts
|
|
14357
14544
|
import { ulid as ulid56 } from "ulid";
|
|
@@ -14543,15 +14730,15 @@ async function updateGraphDefinitionRoute(req, res) {
|
|
|
14543
14730
|
}
|
|
14544
14731
|
|
|
14545
14732
|
// src/data/rest-api/routes/data/graphdefinition/graphdefinition.ts
|
|
14546
|
-
var
|
|
14547
|
-
|
|
14548
|
-
|
|
14549
|
-
|
|
14550
|
-
|
|
14551
|
-
|
|
14733
|
+
var router63 = express63.Router();
|
|
14734
|
+
router63.get("/", listGraphDefinitionsRoute);
|
|
14735
|
+
router63.get("/:id", getGraphDefinitionByIdRoute);
|
|
14736
|
+
router63.post("/", createGraphDefinitionRoute);
|
|
14737
|
+
router63.put("/:id", updateGraphDefinitionRoute);
|
|
14738
|
+
router63.delete("/:id", deleteGraphDefinitionRoute);
|
|
14552
14739
|
|
|
14553
14740
|
// src/data/rest-api/routes/data/group/group.ts
|
|
14554
|
-
import
|
|
14741
|
+
import express64 from "express";
|
|
14555
14742
|
|
|
14556
14743
|
// src/data/operations/data/group/group-create-operation.ts
|
|
14557
14744
|
import { ulid as ulid57 } from "ulid";
|
|
@@ -14743,15 +14930,15 @@ async function updateGroupRoute(req, res) {
|
|
|
14743
14930
|
}
|
|
14744
14931
|
|
|
14745
14932
|
// src/data/rest-api/routes/data/group/group.ts
|
|
14746
|
-
var
|
|
14747
|
-
|
|
14748
|
-
|
|
14749
|
-
|
|
14750
|
-
|
|
14751
|
-
|
|
14933
|
+
var router64 = express64.Router();
|
|
14934
|
+
router64.get("/", listGroupsRoute);
|
|
14935
|
+
router64.get("/:id", getGroupByIdRoute);
|
|
14936
|
+
router64.post("/", createGroupRoute);
|
|
14937
|
+
router64.put("/:id", updateGroupRoute);
|
|
14938
|
+
router64.delete("/:id", deleteGroupRoute);
|
|
14752
14939
|
|
|
14753
14940
|
// src/data/rest-api/routes/data/guidanceresponse/guidanceresponse.ts
|
|
14754
|
-
import
|
|
14941
|
+
import express65 from "express";
|
|
14755
14942
|
|
|
14756
14943
|
// src/data/operations/data/guidanceresponse/guidanceresponse-create-operation.ts
|
|
14757
14944
|
import { ulid as ulid58 } from "ulid";
|
|
@@ -14943,15 +15130,15 @@ async function updateGuidanceResponseRoute(req, res) {
|
|
|
14943
15130
|
}
|
|
14944
15131
|
|
|
14945
15132
|
// src/data/rest-api/routes/data/guidanceresponse/guidanceresponse.ts
|
|
14946
|
-
var
|
|
14947
|
-
|
|
14948
|
-
|
|
14949
|
-
|
|
14950
|
-
|
|
14951
|
-
|
|
15133
|
+
var router65 = express65.Router();
|
|
15134
|
+
router65.get("/", listGuidanceResponsesRoute);
|
|
15135
|
+
router65.get("/:id", getGuidanceResponseByIdRoute);
|
|
15136
|
+
router65.post("/", createGuidanceResponseRoute);
|
|
15137
|
+
router65.put("/:id", updateGuidanceResponseRoute);
|
|
15138
|
+
router65.delete("/:id", deleteGuidanceResponseRoute);
|
|
14952
15139
|
|
|
14953
15140
|
// src/data/rest-api/routes/data/healthcareservice/healthcareservice.ts
|
|
14954
|
-
import
|
|
15141
|
+
import express66 from "express";
|
|
14955
15142
|
|
|
14956
15143
|
// src/data/operations/data/healthcareservice/healthcareservice-create-operation.ts
|
|
14957
15144
|
import { ulid as ulid59 } from "ulid";
|
|
@@ -15146,15 +15333,15 @@ async function updateHealthcareServiceRoute(req, res) {
|
|
|
15146
15333
|
}
|
|
15147
15334
|
|
|
15148
15335
|
// src/data/rest-api/routes/data/healthcareservice/healthcareservice.ts
|
|
15149
|
-
var
|
|
15150
|
-
|
|
15151
|
-
|
|
15152
|
-
|
|
15153
|
-
|
|
15154
|
-
|
|
15336
|
+
var router66 = express66.Router();
|
|
15337
|
+
router66.get("/", listHealthcareServicesRoute);
|
|
15338
|
+
router66.get("/:id", getHealthcareServiceByIdRoute);
|
|
15339
|
+
router66.post("/", createHealthcareServiceRoute);
|
|
15340
|
+
router66.put("/:id", updateHealthcareServiceRoute);
|
|
15341
|
+
router66.delete("/:id", deleteHealthcareServiceRoute);
|
|
15155
15342
|
|
|
15156
15343
|
// src/data/rest-api/routes/data/imagingstudy/imagingstudy.ts
|
|
15157
|
-
import
|
|
15344
|
+
import express67 from "express";
|
|
15158
15345
|
|
|
15159
15346
|
// src/data/operations/data/imagingstudy/imagingstudy-create-operation.ts
|
|
15160
15347
|
import { ulid as ulid60 } from "ulid";
|
|
@@ -15346,15 +15533,15 @@ async function updateImagingStudyRoute(req, res) {
|
|
|
15346
15533
|
}
|
|
15347
15534
|
|
|
15348
15535
|
// src/data/rest-api/routes/data/imagingstudy/imagingstudy.ts
|
|
15349
|
-
var
|
|
15350
|
-
|
|
15351
|
-
|
|
15352
|
-
|
|
15353
|
-
|
|
15354
|
-
|
|
15536
|
+
var router67 = express67.Router();
|
|
15537
|
+
router67.get("/", listImagingStudysRoute);
|
|
15538
|
+
router67.get("/:id", getImagingStudyByIdRoute);
|
|
15539
|
+
router67.post("/", createImagingStudyRoute);
|
|
15540
|
+
router67.put("/:id", updateImagingStudyRoute);
|
|
15541
|
+
router67.delete("/:id", deleteImagingStudyRoute);
|
|
15355
15542
|
|
|
15356
15543
|
// src/data/rest-api/routes/data/immunization/immunization.ts
|
|
15357
|
-
import
|
|
15544
|
+
import express68 from "express";
|
|
15358
15545
|
|
|
15359
15546
|
// src/data/operations/data/immunization/immunization-create-operation.ts
|
|
15360
15547
|
import { ulid as ulid61 } from "ulid";
|
|
@@ -15546,15 +15733,15 @@ async function updateImmunizationRoute(req, res) {
|
|
|
15546
15733
|
}
|
|
15547
15734
|
|
|
15548
15735
|
// src/data/rest-api/routes/data/immunization/immunization.ts
|
|
15549
|
-
var
|
|
15550
|
-
|
|
15551
|
-
|
|
15552
|
-
|
|
15553
|
-
|
|
15554
|
-
|
|
15736
|
+
var router68 = express68.Router();
|
|
15737
|
+
router68.get("/", listImmunizationsRoute);
|
|
15738
|
+
router68.get("/:id", getImmunizationByIdRoute);
|
|
15739
|
+
router68.post("/", createImmunizationRoute);
|
|
15740
|
+
router68.put("/:id", updateImmunizationRoute);
|
|
15741
|
+
router68.delete("/:id", deleteImmunizationRoute);
|
|
15555
15742
|
|
|
15556
15743
|
// src/data/rest-api/routes/data/immunizationevaluation/immunizationevaluation.ts
|
|
15557
|
-
import
|
|
15744
|
+
import express69 from "express";
|
|
15558
15745
|
|
|
15559
15746
|
// src/data/operations/data/immunizationevaluation/immunizationevaluation-create-operation.ts
|
|
15560
15747
|
import { ulid as ulid62 } from "ulid";
|
|
@@ -15765,15 +15952,15 @@ async function updateImmunizationEvaluationRoute(req, res) {
|
|
|
15765
15952
|
}
|
|
15766
15953
|
|
|
15767
15954
|
// src/data/rest-api/routes/data/immunizationevaluation/immunizationevaluation.ts
|
|
15768
|
-
var
|
|
15769
|
-
|
|
15770
|
-
|
|
15771
|
-
|
|
15772
|
-
|
|
15773
|
-
|
|
15955
|
+
var router69 = express69.Router();
|
|
15956
|
+
router69.get("/", listImmunizationEvaluationsRoute);
|
|
15957
|
+
router69.get("/:id", getImmunizationEvaluationByIdRoute);
|
|
15958
|
+
router69.post("/", createImmunizationEvaluationRoute);
|
|
15959
|
+
router69.put("/:id", updateImmunizationEvaluationRoute);
|
|
15960
|
+
router69.delete("/:id", deleteImmunizationEvaluationRoute);
|
|
15774
15961
|
|
|
15775
15962
|
// src/data/rest-api/routes/data/immunizationrecommendation/immunizationrecommendation.ts
|
|
15776
|
-
import
|
|
15963
|
+
import express70 from "express";
|
|
15777
15964
|
|
|
15778
15965
|
// src/data/operations/data/immunizationrecommendation/immunizationrecommendation-create-operation.ts
|
|
15779
15966
|
import { ulid as ulid63 } from "ulid";
|
|
@@ -15984,15 +16171,15 @@ async function updateImmunizationRecommendationRoute(req, res) {
|
|
|
15984
16171
|
}
|
|
15985
16172
|
|
|
15986
16173
|
// src/data/rest-api/routes/data/immunizationrecommendation/immunizationrecommendation.ts
|
|
15987
|
-
var
|
|
15988
|
-
|
|
15989
|
-
|
|
15990
|
-
|
|
15991
|
-
|
|
15992
|
-
|
|
16174
|
+
var router70 = express70.Router();
|
|
16175
|
+
router70.get("/", listImmunizationRecommendationsRoute);
|
|
16176
|
+
router70.get("/:id", getImmunizationRecommendationByIdRoute);
|
|
16177
|
+
router70.post("/", createImmunizationRecommendationRoute);
|
|
16178
|
+
router70.put("/:id", updateImmunizationRecommendationRoute);
|
|
16179
|
+
router70.delete("/:id", deleteImmunizationRecommendationRoute);
|
|
15993
16180
|
|
|
15994
16181
|
// src/data/rest-api/routes/data/implementationguide/implementationguide.ts
|
|
15995
|
-
import
|
|
16182
|
+
import express71 from "express";
|
|
15996
16183
|
|
|
15997
16184
|
// src/data/operations/data/implementationguide/implementationguide-create-operation.ts
|
|
15998
16185
|
import { ulid as ulid64 } from "ulid";
|
|
@@ -16191,15 +16378,15 @@ async function updateImplementationGuideRoute(req, res) {
|
|
|
16191
16378
|
}
|
|
16192
16379
|
|
|
16193
16380
|
// src/data/rest-api/routes/data/implementationguide/implementationguide.ts
|
|
16194
|
-
var
|
|
16195
|
-
|
|
16196
|
-
|
|
16197
|
-
|
|
16198
|
-
|
|
16199
|
-
|
|
16381
|
+
var router71 = express71.Router();
|
|
16382
|
+
router71.get("/", listImplementationGuidesRoute);
|
|
16383
|
+
router71.get("/:id", getImplementationGuideByIdRoute);
|
|
16384
|
+
router71.post("/", createImplementationGuideRoute);
|
|
16385
|
+
router71.put("/:id", updateImplementationGuideRoute);
|
|
16386
|
+
router71.delete("/:id", deleteImplementationGuideRoute);
|
|
16200
16387
|
|
|
16201
16388
|
// src/data/rest-api/routes/data/insuranceplan/insuranceplan.ts
|
|
16202
|
-
import
|
|
16389
|
+
import express72 from "express";
|
|
16203
16390
|
|
|
16204
16391
|
// src/data/operations/data/insuranceplan/insuranceplan-create-operation.ts
|
|
16205
16392
|
import { ulid as ulid65 } from "ulid";
|
|
@@ -16391,15 +16578,15 @@ async function updateInsurancePlanRoute(req, res) {
|
|
|
16391
16578
|
}
|
|
16392
16579
|
|
|
16393
16580
|
// src/data/rest-api/routes/data/insuranceplan/insuranceplan.ts
|
|
16394
|
-
var
|
|
16395
|
-
|
|
16396
|
-
|
|
16397
|
-
|
|
16398
|
-
|
|
16399
|
-
|
|
16581
|
+
var router72 = express72.Router();
|
|
16582
|
+
router72.get("/", listInsurancePlansRoute);
|
|
16583
|
+
router72.get("/:id", getInsurancePlanByIdRoute);
|
|
16584
|
+
router72.post("/", createInsurancePlanRoute);
|
|
16585
|
+
router72.put("/:id", updateInsurancePlanRoute);
|
|
16586
|
+
router72.delete("/:id", deleteInsurancePlanRoute);
|
|
16400
16587
|
|
|
16401
16588
|
// src/data/rest-api/routes/data/invoice/invoice.ts
|
|
16402
|
-
import
|
|
16589
|
+
import express73 from "express";
|
|
16403
16590
|
|
|
16404
16591
|
// src/data/operations/data/invoice/invoice-create-operation.ts
|
|
16405
16592
|
import { ulid as ulid66 } from "ulid";
|
|
@@ -16591,15 +16778,15 @@ async function updateInvoiceRoute(req, res) {
|
|
|
16591
16778
|
}
|
|
16592
16779
|
|
|
16593
16780
|
// src/data/rest-api/routes/data/invoice/invoice.ts
|
|
16594
|
-
var
|
|
16595
|
-
|
|
16596
|
-
|
|
16597
|
-
|
|
16598
|
-
|
|
16599
|
-
|
|
16781
|
+
var router73 = express73.Router();
|
|
16782
|
+
router73.get("/", listInvoicesRoute);
|
|
16783
|
+
router73.get("/:id", getInvoiceByIdRoute);
|
|
16784
|
+
router73.post("/", createInvoiceRoute);
|
|
16785
|
+
router73.put("/:id", updateInvoiceRoute);
|
|
16786
|
+
router73.delete("/:id", deleteInvoiceRoute);
|
|
16600
16787
|
|
|
16601
16788
|
// src/data/rest-api/routes/data/library/library.ts
|
|
16602
|
-
import
|
|
16789
|
+
import express74 from "express";
|
|
16603
16790
|
|
|
16604
16791
|
// src/data/operations/data/library/library-create-operation.ts
|
|
16605
16792
|
import { ulid as ulid67 } from "ulid";
|
|
@@ -16791,15 +16978,15 @@ async function updateLibraryRoute(req, res) {
|
|
|
16791
16978
|
}
|
|
16792
16979
|
|
|
16793
16980
|
// src/data/rest-api/routes/data/library/library.ts
|
|
16794
|
-
var
|
|
16795
|
-
|
|
16796
|
-
|
|
16797
|
-
|
|
16798
|
-
|
|
16799
|
-
|
|
16981
|
+
var router74 = express74.Router();
|
|
16982
|
+
router74.get("/", listLibrarysRoute);
|
|
16983
|
+
router74.get("/:id", getLibraryByIdRoute);
|
|
16984
|
+
router74.post("/", createLibraryRoute);
|
|
16985
|
+
router74.put("/:id", updateLibraryRoute);
|
|
16986
|
+
router74.delete("/:id", deleteLibraryRoute);
|
|
16800
16987
|
|
|
16801
16988
|
// src/data/rest-api/routes/data/linkage/linkage.ts
|
|
16802
|
-
import
|
|
16989
|
+
import express75 from "express";
|
|
16803
16990
|
|
|
16804
16991
|
// src/data/operations/data/linkage/linkage-create-operation.ts
|
|
16805
16992
|
import { ulid as ulid68 } from "ulid";
|
|
@@ -16991,15 +17178,15 @@ async function updateLinkageRoute(req, res) {
|
|
|
16991
17178
|
}
|
|
16992
17179
|
|
|
16993
17180
|
// src/data/rest-api/routes/data/linkage/linkage.ts
|
|
16994
|
-
var
|
|
16995
|
-
|
|
16996
|
-
|
|
16997
|
-
|
|
16998
|
-
|
|
16999
|
-
|
|
17181
|
+
var router75 = express75.Router();
|
|
17182
|
+
router75.get("/", listLinkagesRoute);
|
|
17183
|
+
router75.get("/:id", getLinkageByIdRoute);
|
|
17184
|
+
router75.post("/", createLinkageRoute);
|
|
17185
|
+
router75.put("/:id", updateLinkageRoute);
|
|
17186
|
+
router75.delete("/:id", deleteLinkageRoute);
|
|
17000
17187
|
|
|
17001
17188
|
// src/data/rest-api/routes/data/list/list.ts
|
|
17002
|
-
import
|
|
17189
|
+
import express76 from "express";
|
|
17003
17190
|
|
|
17004
17191
|
// src/data/operations/data/list/list-create-operation.ts
|
|
17005
17192
|
import { ulid as ulid69 } from "ulid";
|
|
@@ -17191,15 +17378,15 @@ async function updateListRoute(req, res) {
|
|
|
17191
17378
|
}
|
|
17192
17379
|
|
|
17193
17380
|
// src/data/rest-api/routes/data/list/list.ts
|
|
17194
|
-
var
|
|
17195
|
-
|
|
17196
|
-
|
|
17197
|
-
|
|
17198
|
-
|
|
17199
|
-
|
|
17381
|
+
var router76 = express76.Router();
|
|
17382
|
+
router76.get("/", listListsRoute);
|
|
17383
|
+
router76.get("/:id", getListByIdRoute);
|
|
17384
|
+
router76.post("/", createListRoute);
|
|
17385
|
+
router76.put("/:id", updateListRoute);
|
|
17386
|
+
router76.delete("/:id", deleteListRoute);
|
|
17200
17387
|
|
|
17201
17388
|
// src/data/rest-api/routes/data/location/location.ts
|
|
17202
|
-
import
|
|
17389
|
+
import express77 from "express";
|
|
17203
17390
|
|
|
17204
17391
|
// src/data/operations/data/location/location-create-operation.ts
|
|
17205
17392
|
import { ulid as ulid70 } from "ulid";
|
|
@@ -17391,15 +17578,15 @@ async function updateLocationRoute(req, res) {
|
|
|
17391
17578
|
}
|
|
17392
17579
|
|
|
17393
17580
|
// src/data/rest-api/routes/data/location/location.ts
|
|
17394
|
-
var
|
|
17395
|
-
|
|
17396
|
-
|
|
17397
|
-
|
|
17398
|
-
|
|
17399
|
-
|
|
17581
|
+
var router77 = express77.Router();
|
|
17582
|
+
router77.get("/", listLocationsRoute);
|
|
17583
|
+
router77.get("/:id", getLocationByIdRoute);
|
|
17584
|
+
router77.post("/", createLocationRoute);
|
|
17585
|
+
router77.put("/:id", updateLocationRoute);
|
|
17586
|
+
router77.delete("/:id", deleteLocationRoute);
|
|
17400
17587
|
|
|
17401
17588
|
// src/data/rest-api/routes/data/measure/measure.ts
|
|
17402
|
-
import
|
|
17589
|
+
import express78 from "express";
|
|
17403
17590
|
|
|
17404
17591
|
// src/data/operations/data/measure/measure-create-operation.ts
|
|
17405
17592
|
import { ulid as ulid71 } from "ulid";
|
|
@@ -17591,15 +17778,15 @@ async function updateMeasureRoute(req, res) {
|
|
|
17591
17778
|
}
|
|
17592
17779
|
|
|
17593
17780
|
// src/data/rest-api/routes/data/measure/measure.ts
|
|
17594
|
-
var
|
|
17595
|
-
|
|
17596
|
-
|
|
17597
|
-
|
|
17598
|
-
|
|
17599
|
-
|
|
17781
|
+
var router78 = express78.Router();
|
|
17782
|
+
router78.get("/", listMeasuresRoute);
|
|
17783
|
+
router78.get("/:id", getMeasureByIdRoute);
|
|
17784
|
+
router78.post("/", createMeasureRoute);
|
|
17785
|
+
router78.put("/:id", updateMeasureRoute);
|
|
17786
|
+
router78.delete("/:id", deleteMeasureRoute);
|
|
17600
17787
|
|
|
17601
17788
|
// src/data/rest-api/routes/data/measurereport/measurereport.ts
|
|
17602
|
-
import
|
|
17789
|
+
import express79 from "express";
|
|
17603
17790
|
|
|
17604
17791
|
// src/data/operations/data/measurereport/measurereport-create-operation.ts
|
|
17605
17792
|
import { ulid as ulid72 } from "ulid";
|
|
@@ -17791,15 +17978,15 @@ async function updateMeasureReportRoute(req, res) {
|
|
|
17791
17978
|
}
|
|
17792
17979
|
|
|
17793
17980
|
// src/data/rest-api/routes/data/measurereport/measurereport.ts
|
|
17794
|
-
var
|
|
17795
|
-
|
|
17796
|
-
|
|
17797
|
-
|
|
17798
|
-
|
|
17799
|
-
|
|
17981
|
+
var router79 = express79.Router();
|
|
17982
|
+
router79.get("/", listMeasureReportsRoute);
|
|
17983
|
+
router79.get("/:id", getMeasureReportByIdRoute);
|
|
17984
|
+
router79.post("/", createMeasureReportRoute);
|
|
17985
|
+
router79.put("/:id", updateMeasureReportRoute);
|
|
17986
|
+
router79.delete("/:id", deleteMeasureReportRoute);
|
|
17800
17987
|
|
|
17801
17988
|
// src/data/rest-api/routes/data/media/media.ts
|
|
17802
|
-
import
|
|
17989
|
+
import express80 from "express";
|
|
17803
17990
|
|
|
17804
17991
|
// src/data/operations/data/media/media-create-operation.ts
|
|
17805
17992
|
import { ulid as ulid73 } from "ulid";
|
|
@@ -17991,15 +18178,15 @@ async function updateMediaRoute(req, res) {
|
|
|
17991
18178
|
}
|
|
17992
18179
|
|
|
17993
18180
|
// src/data/rest-api/routes/data/media/media.ts
|
|
17994
|
-
var
|
|
17995
|
-
|
|
17996
|
-
|
|
17997
|
-
|
|
17998
|
-
|
|
17999
|
-
|
|
18181
|
+
var router80 = express80.Router();
|
|
18182
|
+
router80.get("/", listMediasRoute);
|
|
18183
|
+
router80.get("/:id", getMediaByIdRoute);
|
|
18184
|
+
router80.post("/", createMediaRoute);
|
|
18185
|
+
router80.put("/:id", updateMediaRoute);
|
|
18186
|
+
router80.delete("/:id", deleteMediaRoute);
|
|
18000
18187
|
|
|
18001
18188
|
// src/data/rest-api/routes/data/medication/medication.ts
|
|
18002
|
-
import
|
|
18189
|
+
import express81 from "express";
|
|
18003
18190
|
|
|
18004
18191
|
// src/data/operations/data/medication/medication-create-operation.ts
|
|
18005
18192
|
import { ulid as ulid74 } from "ulid";
|
|
@@ -18191,15 +18378,15 @@ async function updateMedicationRoute(req, res) {
|
|
|
18191
18378
|
}
|
|
18192
18379
|
|
|
18193
18380
|
// src/data/rest-api/routes/data/medication/medication.ts
|
|
18194
|
-
var
|
|
18195
|
-
|
|
18196
|
-
|
|
18197
|
-
|
|
18198
|
-
|
|
18199
|
-
|
|
18381
|
+
var router81 = express81.Router();
|
|
18382
|
+
router81.get("/", listMedicationsRoute);
|
|
18383
|
+
router81.get("/:id", getMedicationByIdRoute);
|
|
18384
|
+
router81.post("/", createMedicationRoute);
|
|
18385
|
+
router81.put("/:id", updateMedicationRoute);
|
|
18386
|
+
router81.delete("/:id", deleteMedicationRoute);
|
|
18200
18387
|
|
|
18201
18388
|
// src/data/rest-api/routes/data/medicationadministration/medicationadministration.ts
|
|
18202
|
-
import
|
|
18389
|
+
import express82 from "express";
|
|
18203
18390
|
|
|
18204
18391
|
// src/data/operations/data/medicationadministration/medicationadministration-create-operation.ts
|
|
18205
18392
|
import { ulid as ulid75 } from "ulid";
|
|
@@ -18410,15 +18597,15 @@ async function updateMedicationAdministrationRoute(req, res) {
|
|
|
18410
18597
|
}
|
|
18411
18598
|
|
|
18412
18599
|
// src/data/rest-api/routes/data/medicationadministration/medicationadministration.ts
|
|
18413
|
-
var
|
|
18414
|
-
|
|
18415
|
-
|
|
18416
|
-
|
|
18417
|
-
|
|
18418
|
-
|
|
18600
|
+
var router82 = express82.Router();
|
|
18601
|
+
router82.get("/", listMedicationAdministrationsRoute);
|
|
18602
|
+
router82.get("/:id", getMedicationAdministrationByIdRoute);
|
|
18603
|
+
router82.post("/", createMedicationAdministrationRoute);
|
|
18604
|
+
router82.put("/:id", updateMedicationAdministrationRoute);
|
|
18605
|
+
router82.delete("/:id", deleteMedicationAdministrationRoute);
|
|
18419
18606
|
|
|
18420
18607
|
// src/data/rest-api/routes/data/medicationdispense/medicationdispense.ts
|
|
18421
|
-
import
|
|
18608
|
+
import express83 from "express";
|
|
18422
18609
|
|
|
18423
18610
|
// src/data/operations/data/medicationdispense/medicationdispense-create-operation.ts
|
|
18424
18611
|
import { ulid as ulid76 } from "ulid";
|
|
@@ -18617,15 +18804,15 @@ async function updateMedicationDispenseRoute(req, res) {
|
|
|
18617
18804
|
}
|
|
18618
18805
|
|
|
18619
18806
|
// src/data/rest-api/routes/data/medicationdispense/medicationdispense.ts
|
|
18620
|
-
var
|
|
18621
|
-
|
|
18622
|
-
|
|
18623
|
-
|
|
18624
|
-
|
|
18625
|
-
|
|
18807
|
+
var router83 = express83.Router();
|
|
18808
|
+
router83.get("/", listMedicationDispensesRoute);
|
|
18809
|
+
router83.get("/:id", getMedicationDispenseByIdRoute);
|
|
18810
|
+
router83.post("/", createMedicationDispenseRoute);
|
|
18811
|
+
router83.put("/:id", updateMedicationDispenseRoute);
|
|
18812
|
+
router83.delete("/:id", deleteMedicationDispenseRoute);
|
|
18626
18813
|
|
|
18627
18814
|
// src/data/rest-api/routes/data/medicationknowledge/medicationknowledge.ts
|
|
18628
|
-
import
|
|
18815
|
+
import express84 from "express";
|
|
18629
18816
|
|
|
18630
18817
|
// src/data/operations/data/medicationknowledge/medicationknowledge-create-operation.ts
|
|
18631
18818
|
import { ulid as ulid77 } from "ulid";
|
|
@@ -18824,15 +19011,15 @@ async function updateMedicationKnowledgeRoute(req, res) {
|
|
|
18824
19011
|
}
|
|
18825
19012
|
|
|
18826
19013
|
// src/data/rest-api/routes/data/medicationknowledge/medicationknowledge.ts
|
|
18827
|
-
var
|
|
18828
|
-
|
|
18829
|
-
|
|
18830
|
-
|
|
18831
|
-
|
|
18832
|
-
|
|
19014
|
+
var router84 = express84.Router();
|
|
19015
|
+
router84.get("/", listMedicationKnowledgesRoute);
|
|
19016
|
+
router84.get("/:id", getMedicationKnowledgeByIdRoute);
|
|
19017
|
+
router84.post("/", createMedicationKnowledgeRoute);
|
|
19018
|
+
router84.put("/:id", updateMedicationKnowledgeRoute);
|
|
19019
|
+
router84.delete("/:id", deleteMedicationKnowledgeRoute);
|
|
18833
19020
|
|
|
18834
19021
|
// src/data/rest-api/routes/data/medicationrequest/medicationrequest.ts
|
|
18835
|
-
import
|
|
19022
|
+
import express85 from "express";
|
|
18836
19023
|
|
|
18837
19024
|
// src/data/operations/data/medicationrequest/medicationrequest-create-operation.ts
|
|
18838
19025
|
import { ulid as ulid78 } from "ulid";
|
|
@@ -19027,15 +19214,15 @@ async function updateMedicationRequestRoute(req, res) {
|
|
|
19027
19214
|
}
|
|
19028
19215
|
|
|
19029
19216
|
// src/data/rest-api/routes/data/medicationrequest/medicationrequest.ts
|
|
19030
|
-
var
|
|
19031
|
-
|
|
19032
|
-
|
|
19033
|
-
|
|
19034
|
-
|
|
19035
|
-
|
|
19217
|
+
var router85 = express85.Router();
|
|
19218
|
+
router85.get("/", listMedicationRequestsRoute);
|
|
19219
|
+
router85.get("/:id", getMedicationRequestByIdRoute);
|
|
19220
|
+
router85.post("/", createMedicationRequestRoute);
|
|
19221
|
+
router85.put("/:id", updateMedicationRequestRoute);
|
|
19222
|
+
router85.delete("/:id", deleteMedicationRequestRoute);
|
|
19036
19223
|
|
|
19037
19224
|
// src/data/rest-api/routes/data/medicationstatement/medicationstatement.ts
|
|
19038
|
-
import
|
|
19225
|
+
import express86 from "express";
|
|
19039
19226
|
|
|
19040
19227
|
// src/data/operations/data/medicationstatement/medicationstatement-create-operation.ts
|
|
19041
19228
|
import { ulid as ulid79 } from "ulid";
|
|
@@ -19234,15 +19421,15 @@ async function updateMedicationStatementRoute(req, res) {
|
|
|
19234
19421
|
}
|
|
19235
19422
|
|
|
19236
19423
|
// src/data/rest-api/routes/data/medicationstatement/medicationstatement.ts
|
|
19237
|
-
var
|
|
19238
|
-
|
|
19239
|
-
|
|
19240
|
-
|
|
19241
|
-
|
|
19242
|
-
|
|
19424
|
+
var router86 = express86.Router();
|
|
19425
|
+
router86.get("/", listMedicationStatementsRoute);
|
|
19426
|
+
router86.get("/:id", getMedicationStatementByIdRoute);
|
|
19427
|
+
router86.post("/", createMedicationStatementRoute);
|
|
19428
|
+
router86.put("/:id", updateMedicationStatementRoute);
|
|
19429
|
+
router86.delete("/:id", deleteMedicationStatementRoute);
|
|
19243
19430
|
|
|
19244
19431
|
// src/data/rest-api/routes/data/medicinalproduct/medicinalproduct.ts
|
|
19245
|
-
import
|
|
19432
|
+
import express87 from "express";
|
|
19246
19433
|
|
|
19247
19434
|
// src/data/operations/data/medicinalproduct/medicinalproduct-create-operation.ts
|
|
19248
19435
|
import { ulid as ulid80 } from "ulid";
|
|
@@ -19434,15 +19621,15 @@ async function updateMedicinalProductRoute(req, res) {
|
|
|
19434
19621
|
}
|
|
19435
19622
|
|
|
19436
19623
|
// src/data/rest-api/routes/data/medicinalproduct/medicinalproduct.ts
|
|
19437
|
-
var
|
|
19438
|
-
|
|
19439
|
-
|
|
19440
|
-
|
|
19441
|
-
|
|
19442
|
-
|
|
19624
|
+
var router87 = express87.Router();
|
|
19625
|
+
router87.get("/", listMedicinalProductsRoute);
|
|
19626
|
+
router87.get("/:id", getMedicinalProductByIdRoute);
|
|
19627
|
+
router87.post("/", createMedicinalProductRoute);
|
|
19628
|
+
router87.put("/:id", updateMedicinalProductRoute);
|
|
19629
|
+
router87.delete("/:id", deleteMedicinalProductRoute);
|
|
19443
19630
|
|
|
19444
19631
|
// src/data/rest-api/routes/data/medicinalproductauthorization/medicinalproductauthorization.ts
|
|
19445
|
-
import
|
|
19632
|
+
import express88 from "express";
|
|
19446
19633
|
|
|
19447
19634
|
// src/data/operations/data/medicinalproductauthorization/medicinalproductauthorization-create-operation.ts
|
|
19448
19635
|
import { ulid as ulid81 } from "ulid";
|
|
@@ -19653,15 +19840,15 @@ async function updateMedicinalProductAuthorizationRoute(req, res) {
|
|
|
19653
19840
|
}
|
|
19654
19841
|
|
|
19655
19842
|
// src/data/rest-api/routes/data/medicinalproductauthorization/medicinalproductauthorization.ts
|
|
19656
|
-
var
|
|
19657
|
-
|
|
19658
|
-
|
|
19659
|
-
|
|
19660
|
-
|
|
19661
|
-
|
|
19843
|
+
var router88 = express88.Router();
|
|
19844
|
+
router88.get("/", listMedicinalProductAuthorizationsRoute);
|
|
19845
|
+
router88.get("/:id", getMedicinalProductAuthorizationByIdRoute);
|
|
19846
|
+
router88.post("/", createMedicinalProductAuthorizationRoute);
|
|
19847
|
+
router88.put("/:id", updateMedicinalProductAuthorizationRoute);
|
|
19848
|
+
router88.delete("/:id", deleteMedicinalProductAuthorizationRoute);
|
|
19662
19849
|
|
|
19663
19850
|
// src/data/rest-api/routes/data/medicinalproductcontraindication/medicinalproductcontraindication.ts
|
|
19664
|
-
import
|
|
19851
|
+
import express89 from "express";
|
|
19665
19852
|
|
|
19666
19853
|
// src/data/operations/data/medicinalproductcontraindication/medicinalproductcontraindication-create-operation.ts
|
|
19667
19854
|
import { ulid as ulid82 } from "ulid";
|
|
@@ -19878,15 +20065,15 @@ async function updateMedicinalProductContraindicationRoute(req, res) {
|
|
|
19878
20065
|
}
|
|
19879
20066
|
|
|
19880
20067
|
// src/data/rest-api/routes/data/medicinalproductcontraindication/medicinalproductcontraindication.ts
|
|
19881
|
-
var
|
|
19882
|
-
|
|
19883
|
-
|
|
19884
|
-
|
|
19885
|
-
|
|
19886
|
-
|
|
20068
|
+
var router89 = express89.Router();
|
|
20069
|
+
router89.get("/", listMedicinalProductContraindicationsRoute);
|
|
20070
|
+
router89.get("/:id", getMedicinalProductContraindicationByIdRoute);
|
|
20071
|
+
router89.post("/", createMedicinalProductContraindicationRoute);
|
|
20072
|
+
router89.put("/:id", updateMedicinalProductContraindicationRoute);
|
|
20073
|
+
router89.delete("/:id", deleteMedicinalProductContraindicationRoute);
|
|
19887
20074
|
|
|
19888
20075
|
// src/data/rest-api/routes/data/medicinalproductindication/medicinalproductindication.ts
|
|
19889
|
-
import
|
|
20076
|
+
import express90 from "express";
|
|
19890
20077
|
|
|
19891
20078
|
// src/data/operations/data/medicinalproductindication/medicinalproductindication-create-operation.ts
|
|
19892
20079
|
import { ulid as ulid83 } from "ulid";
|
|
@@ -20097,15 +20284,15 @@ async function updateMedicinalProductIndicationRoute(req, res) {
|
|
|
20097
20284
|
}
|
|
20098
20285
|
|
|
20099
20286
|
// src/data/rest-api/routes/data/medicinalproductindication/medicinalproductindication.ts
|
|
20100
|
-
var
|
|
20101
|
-
|
|
20102
|
-
|
|
20103
|
-
|
|
20104
|
-
|
|
20105
|
-
|
|
20287
|
+
var router90 = express90.Router();
|
|
20288
|
+
router90.get("/", listMedicinalProductIndicationsRoute);
|
|
20289
|
+
router90.get("/:id", getMedicinalProductIndicationByIdRoute);
|
|
20290
|
+
router90.post("/", createMedicinalProductIndicationRoute);
|
|
20291
|
+
router90.put("/:id", updateMedicinalProductIndicationRoute);
|
|
20292
|
+
router90.delete("/:id", deleteMedicinalProductIndicationRoute);
|
|
20106
20293
|
|
|
20107
20294
|
// src/data/rest-api/routes/data/medicinalproductingredient/medicinalproductingredient.ts
|
|
20108
|
-
import
|
|
20295
|
+
import express91 from "express";
|
|
20109
20296
|
|
|
20110
20297
|
// src/data/operations/data/medicinalproductingredient/medicinalproductingredient-create-operation.ts
|
|
20111
20298
|
import { ulid as ulid84 } from "ulid";
|
|
@@ -20316,15 +20503,15 @@ async function updateMedicinalProductIngredientRoute(req, res) {
|
|
|
20316
20503
|
}
|
|
20317
20504
|
|
|
20318
20505
|
// src/data/rest-api/routes/data/medicinalproductingredient/medicinalproductingredient.ts
|
|
20319
|
-
var
|
|
20320
|
-
|
|
20321
|
-
|
|
20322
|
-
|
|
20323
|
-
|
|
20324
|
-
|
|
20506
|
+
var router91 = express91.Router();
|
|
20507
|
+
router91.get("/", listMedicinalProductIngredientsRoute);
|
|
20508
|
+
router91.get("/:id", getMedicinalProductIngredientByIdRoute);
|
|
20509
|
+
router91.post("/", createMedicinalProductIngredientRoute);
|
|
20510
|
+
router91.put("/:id", updateMedicinalProductIngredientRoute);
|
|
20511
|
+
router91.delete("/:id", deleteMedicinalProductIngredientRoute);
|
|
20325
20512
|
|
|
20326
20513
|
// src/data/rest-api/routes/data/medicinalproductinteraction/medicinalproductinteraction.ts
|
|
20327
|
-
import
|
|
20514
|
+
import express92 from "express";
|
|
20328
20515
|
|
|
20329
20516
|
// src/data/operations/data/medicinalproductinteraction/medicinalproductinteraction-create-operation.ts
|
|
20330
20517
|
import { ulid as ulid85 } from "ulid";
|
|
@@ -20535,15 +20722,15 @@ async function updateMedicinalProductInteractionRoute(req, res) {
|
|
|
20535
20722
|
}
|
|
20536
20723
|
|
|
20537
20724
|
// src/data/rest-api/routes/data/medicinalproductinteraction/medicinalproductinteraction.ts
|
|
20538
|
-
var
|
|
20539
|
-
|
|
20540
|
-
|
|
20541
|
-
|
|
20542
|
-
|
|
20543
|
-
|
|
20725
|
+
var router92 = express92.Router();
|
|
20726
|
+
router92.get("/", listMedicinalProductInteractionsRoute);
|
|
20727
|
+
router92.get("/:id", getMedicinalProductInteractionByIdRoute);
|
|
20728
|
+
router92.post("/", createMedicinalProductInteractionRoute);
|
|
20729
|
+
router92.put("/:id", updateMedicinalProductInteractionRoute);
|
|
20730
|
+
router92.delete("/:id", deleteMedicinalProductInteractionRoute);
|
|
20544
20731
|
|
|
20545
20732
|
// src/data/rest-api/routes/data/medicinalproductmanufactured/medicinalproductmanufactured.ts
|
|
20546
|
-
import
|
|
20733
|
+
import express93 from "express";
|
|
20547
20734
|
|
|
20548
20735
|
// src/data/operations/data/medicinalproductmanufactured/medicinalproductmanufactured-create-operation.ts
|
|
20549
20736
|
import { ulid as ulid86 } from "ulid";
|
|
@@ -20754,15 +20941,15 @@ async function updateMedicinalProductManufacturedRoute(req, res) {
|
|
|
20754
20941
|
}
|
|
20755
20942
|
|
|
20756
20943
|
// src/data/rest-api/routes/data/medicinalproductmanufactured/medicinalproductmanufactured.ts
|
|
20757
|
-
var
|
|
20758
|
-
|
|
20759
|
-
|
|
20760
|
-
|
|
20761
|
-
|
|
20762
|
-
|
|
20944
|
+
var router93 = express93.Router();
|
|
20945
|
+
router93.get("/", listMedicinalProductManufacturedsRoute);
|
|
20946
|
+
router93.get("/:id", getMedicinalProductManufacturedByIdRoute);
|
|
20947
|
+
router93.post("/", createMedicinalProductManufacturedRoute);
|
|
20948
|
+
router93.put("/:id", updateMedicinalProductManufacturedRoute);
|
|
20949
|
+
router93.delete("/:id", deleteMedicinalProductManufacturedRoute);
|
|
20763
20950
|
|
|
20764
20951
|
// src/data/rest-api/routes/data/medicinalproductpackaged/medicinalproductpackaged.ts
|
|
20765
|
-
import
|
|
20952
|
+
import express94 from "express";
|
|
20766
20953
|
|
|
20767
20954
|
// src/data/operations/data/medicinalproductpackaged/medicinalproductpackaged-create-operation.ts
|
|
20768
20955
|
import { ulid as ulid87 } from "ulid";
|
|
@@ -20973,15 +21160,15 @@ async function updateMedicinalProductPackagedRoute(req, res) {
|
|
|
20973
21160
|
}
|
|
20974
21161
|
|
|
20975
21162
|
// src/data/rest-api/routes/data/medicinalproductpackaged/medicinalproductpackaged.ts
|
|
20976
|
-
var
|
|
20977
|
-
|
|
20978
|
-
|
|
20979
|
-
|
|
20980
|
-
|
|
20981
|
-
|
|
21163
|
+
var router94 = express94.Router();
|
|
21164
|
+
router94.get("/", listMedicinalProductPackagedsRoute);
|
|
21165
|
+
router94.get("/:id", getMedicinalProductPackagedByIdRoute);
|
|
21166
|
+
router94.post("/", createMedicinalProductPackagedRoute);
|
|
21167
|
+
router94.put("/:id", updateMedicinalProductPackagedRoute);
|
|
21168
|
+
router94.delete("/:id", deleteMedicinalProductPackagedRoute);
|
|
20982
21169
|
|
|
20983
21170
|
// src/data/rest-api/routes/data/medicinalproductpharmaceutical/medicinalproductpharmaceutical.ts
|
|
20984
|
-
import
|
|
21171
|
+
import express95 from "express";
|
|
20985
21172
|
|
|
20986
21173
|
// src/data/operations/data/medicinalproductpharmaceutical/medicinalproductpharmaceutical-create-operation.ts
|
|
20987
21174
|
import { ulid as ulid88 } from "ulid";
|
|
@@ -21198,15 +21385,15 @@ async function updateMedicinalProductPharmaceuticalRoute(req, res) {
|
|
|
21198
21385
|
}
|
|
21199
21386
|
|
|
21200
21387
|
// src/data/rest-api/routes/data/medicinalproductpharmaceutical/medicinalproductpharmaceutical.ts
|
|
21201
|
-
var
|
|
21202
|
-
|
|
21203
|
-
|
|
21204
|
-
|
|
21205
|
-
|
|
21206
|
-
|
|
21388
|
+
var router95 = express95.Router();
|
|
21389
|
+
router95.get("/", listMedicinalProductPharmaceuticalsRoute);
|
|
21390
|
+
router95.get("/:id", getMedicinalProductPharmaceuticalByIdRoute);
|
|
21391
|
+
router95.post("/", createMedicinalProductPharmaceuticalRoute);
|
|
21392
|
+
router95.put("/:id", updateMedicinalProductPharmaceuticalRoute);
|
|
21393
|
+
router95.delete("/:id", deleteMedicinalProductPharmaceuticalRoute);
|
|
21207
21394
|
|
|
21208
21395
|
// src/data/rest-api/routes/data/medicinalproductundesirableeffect/medicinalproductundesirableeffect.ts
|
|
21209
|
-
import
|
|
21396
|
+
import express96 from "express";
|
|
21210
21397
|
|
|
21211
21398
|
// src/data/operations/data/medicinalproductundesirableeffect/medicinalproductundesirableeffect-create-operation.ts
|
|
21212
21399
|
import { ulid as ulid89 } from "ulid";
|
|
@@ -21426,15 +21613,15 @@ async function updateMedicinalProductUndesirableEffectRoute(req, res) {
|
|
|
21426
21613
|
}
|
|
21427
21614
|
|
|
21428
21615
|
// src/data/rest-api/routes/data/medicinalproductundesirableeffect/medicinalproductundesirableeffect.ts
|
|
21429
|
-
var
|
|
21430
|
-
|
|
21431
|
-
|
|
21432
|
-
|
|
21433
|
-
|
|
21434
|
-
|
|
21616
|
+
var router96 = express96.Router();
|
|
21617
|
+
router96.get("/", listMedicinalProductUndesirableEffectsRoute);
|
|
21618
|
+
router96.get("/:id", getMedicinalProductUndesirableEffectByIdRoute);
|
|
21619
|
+
router96.post("/", createMedicinalProductUndesirableEffectRoute);
|
|
21620
|
+
router96.put("/:id", updateMedicinalProductUndesirableEffectRoute);
|
|
21621
|
+
router96.delete("/:id", deleteMedicinalProductUndesirableEffectRoute);
|
|
21435
21622
|
|
|
21436
21623
|
// src/data/rest-api/routes/data/messagedefinition/messagedefinition.ts
|
|
21437
|
-
import
|
|
21624
|
+
import express97 from "express";
|
|
21438
21625
|
|
|
21439
21626
|
// src/data/operations/data/messagedefinition/messagedefinition-create-operation.ts
|
|
21440
21627
|
import { ulid as ulid90 } from "ulid";
|
|
@@ -21629,15 +21816,15 @@ async function updateMessageDefinitionRoute(req, res) {
|
|
|
21629
21816
|
}
|
|
21630
21817
|
|
|
21631
21818
|
// src/data/rest-api/routes/data/messagedefinition/messagedefinition.ts
|
|
21632
|
-
var
|
|
21633
|
-
|
|
21634
|
-
|
|
21635
|
-
|
|
21636
|
-
|
|
21637
|
-
|
|
21819
|
+
var router97 = express97.Router();
|
|
21820
|
+
router97.get("/", listMessageDefinitionsRoute);
|
|
21821
|
+
router97.get("/:id", getMessageDefinitionByIdRoute);
|
|
21822
|
+
router97.post("/", createMessageDefinitionRoute);
|
|
21823
|
+
router97.put("/:id", updateMessageDefinitionRoute);
|
|
21824
|
+
router97.delete("/:id", deleteMessageDefinitionRoute);
|
|
21638
21825
|
|
|
21639
21826
|
// src/data/rest-api/routes/data/messageheader/messageheader.ts
|
|
21640
|
-
import
|
|
21827
|
+
import express98 from "express";
|
|
21641
21828
|
|
|
21642
21829
|
// src/data/operations/data/messageheader/messageheader-create-operation.ts
|
|
21643
21830
|
import { ulid as ulid91 } from "ulid";
|
|
@@ -21829,15 +22016,15 @@ async function updateMessageHeaderRoute(req, res) {
|
|
|
21829
22016
|
}
|
|
21830
22017
|
|
|
21831
22018
|
// src/data/rest-api/routes/data/messageheader/messageheader.ts
|
|
21832
|
-
var
|
|
21833
|
-
|
|
21834
|
-
|
|
21835
|
-
|
|
21836
|
-
|
|
21837
|
-
|
|
22019
|
+
var router98 = express98.Router();
|
|
22020
|
+
router98.get("/", listMessageHeadersRoute);
|
|
22021
|
+
router98.get("/:id", getMessageHeaderByIdRoute);
|
|
22022
|
+
router98.post("/", createMessageHeaderRoute);
|
|
22023
|
+
router98.put("/:id", updateMessageHeaderRoute);
|
|
22024
|
+
router98.delete("/:id", deleteMessageHeaderRoute);
|
|
21838
22025
|
|
|
21839
22026
|
// src/data/rest-api/routes/data/molecularsequence/molecularsequence.ts
|
|
21840
|
-
import
|
|
22027
|
+
import express99 from "express";
|
|
21841
22028
|
|
|
21842
22029
|
// src/data/operations/data/molecularsequence/molecularsequence-create-operation.ts
|
|
21843
22030
|
import { ulid as ulid92 } from "ulid";
|
|
@@ -22032,15 +22219,15 @@ async function updateMolecularSequenceRoute(req, res) {
|
|
|
22032
22219
|
}
|
|
22033
22220
|
|
|
22034
22221
|
// src/data/rest-api/routes/data/molecularsequence/molecularsequence.ts
|
|
22035
|
-
var
|
|
22036
|
-
|
|
22037
|
-
|
|
22038
|
-
|
|
22039
|
-
|
|
22040
|
-
|
|
22222
|
+
var router99 = express99.Router();
|
|
22223
|
+
router99.get("/", listMolecularSequencesRoute);
|
|
22224
|
+
router99.get("/:id", getMolecularSequenceByIdRoute);
|
|
22225
|
+
router99.post("/", createMolecularSequenceRoute);
|
|
22226
|
+
router99.put("/:id", updateMolecularSequenceRoute);
|
|
22227
|
+
router99.delete("/:id", deleteMolecularSequenceRoute);
|
|
22041
22228
|
|
|
22042
22229
|
// src/data/rest-api/routes/data/namingsystem/namingsystem.ts
|
|
22043
|
-
import
|
|
22230
|
+
import express100 from "express";
|
|
22044
22231
|
|
|
22045
22232
|
// src/data/operations/data/namingsystem/namingsystem-create-operation.ts
|
|
22046
22233
|
import { ulid as ulid93 } from "ulid";
|
|
@@ -22232,15 +22419,15 @@ async function updateNamingSystemRoute(req, res) {
|
|
|
22232
22419
|
}
|
|
22233
22420
|
|
|
22234
22421
|
// src/data/rest-api/routes/data/namingsystem/namingsystem.ts
|
|
22235
|
-
var
|
|
22236
|
-
|
|
22237
|
-
|
|
22238
|
-
|
|
22239
|
-
|
|
22240
|
-
|
|
22422
|
+
var router100 = express100.Router();
|
|
22423
|
+
router100.get("/", listNamingSystemsRoute);
|
|
22424
|
+
router100.get("/:id", getNamingSystemByIdRoute);
|
|
22425
|
+
router100.post("/", createNamingSystemRoute);
|
|
22426
|
+
router100.put("/:id", updateNamingSystemRoute);
|
|
22427
|
+
router100.delete("/:id", deleteNamingSystemRoute);
|
|
22241
22428
|
|
|
22242
22429
|
// src/data/rest-api/routes/data/nutritionorder/nutritionorder.ts
|
|
22243
|
-
import
|
|
22430
|
+
import express101 from "express";
|
|
22244
22431
|
|
|
22245
22432
|
// src/data/operations/data/nutritionorder/nutritionorder-create-operation.ts
|
|
22246
22433
|
import { ulid as ulid94 } from "ulid";
|
|
@@ -22432,15 +22619,15 @@ async function updateNutritionOrderRoute(req, res) {
|
|
|
22432
22619
|
}
|
|
22433
22620
|
|
|
22434
22621
|
// src/data/rest-api/routes/data/nutritionorder/nutritionorder.ts
|
|
22435
|
-
var
|
|
22436
|
-
|
|
22437
|
-
|
|
22438
|
-
|
|
22439
|
-
|
|
22440
|
-
|
|
22622
|
+
var router101 = express101.Router();
|
|
22623
|
+
router101.get("/", listNutritionOrdersRoute);
|
|
22624
|
+
router101.get("/:id", getNutritionOrderByIdRoute);
|
|
22625
|
+
router101.post("/", createNutritionOrderRoute);
|
|
22626
|
+
router101.put("/:id", updateNutritionOrderRoute);
|
|
22627
|
+
router101.delete("/:id", deleteNutritionOrderRoute);
|
|
22441
22628
|
|
|
22442
22629
|
// src/data/rest-api/routes/data/observation/observation.ts
|
|
22443
|
-
import
|
|
22630
|
+
import express102 from "express";
|
|
22444
22631
|
|
|
22445
22632
|
// src/data/operations/data/observation/observation-create-operation.ts
|
|
22446
22633
|
import { ulid as ulid95 } from "ulid";
|
|
@@ -22632,15 +22819,15 @@ async function updateObservationRoute(req, res) {
|
|
|
22632
22819
|
}
|
|
22633
22820
|
|
|
22634
22821
|
// src/data/rest-api/routes/data/observation/observation.ts
|
|
22635
|
-
var
|
|
22636
|
-
|
|
22637
|
-
|
|
22638
|
-
|
|
22639
|
-
|
|
22640
|
-
|
|
22822
|
+
var router102 = express102.Router();
|
|
22823
|
+
router102.get("/", listObservationsRoute);
|
|
22824
|
+
router102.get("/:id", getObservationByIdRoute);
|
|
22825
|
+
router102.post("/", createObservationRoute);
|
|
22826
|
+
router102.put("/:id", updateObservationRoute);
|
|
22827
|
+
router102.delete("/:id", deleteObservationRoute);
|
|
22641
22828
|
|
|
22642
22829
|
// src/data/rest-api/routes/data/observationdefinition/observationdefinition.ts
|
|
22643
|
-
import
|
|
22830
|
+
import express103 from "express";
|
|
22644
22831
|
|
|
22645
22832
|
// src/data/operations/data/observationdefinition/observationdefinition-create-operation.ts
|
|
22646
22833
|
import { ulid as ulid96 } from "ulid";
|
|
@@ -22851,15 +23038,15 @@ async function updateObservationDefinitionRoute(req, res) {
|
|
|
22851
23038
|
}
|
|
22852
23039
|
|
|
22853
23040
|
// src/data/rest-api/routes/data/observationdefinition/observationdefinition.ts
|
|
22854
|
-
var
|
|
22855
|
-
|
|
22856
|
-
|
|
22857
|
-
|
|
22858
|
-
|
|
22859
|
-
|
|
23041
|
+
var router103 = express103.Router();
|
|
23042
|
+
router103.get("/", listObservationDefinitionsRoute);
|
|
23043
|
+
router103.get("/:id", getObservationDefinitionByIdRoute);
|
|
23044
|
+
router103.post("/", createObservationDefinitionRoute);
|
|
23045
|
+
router103.put("/:id", updateObservationDefinitionRoute);
|
|
23046
|
+
router103.delete("/:id", deleteObservationDefinitionRoute);
|
|
22860
23047
|
|
|
22861
23048
|
// src/data/rest-api/routes/data/operationdefinition/operationdefinition.ts
|
|
22862
|
-
import
|
|
23049
|
+
import express104 from "express";
|
|
22863
23050
|
|
|
22864
23051
|
// src/data/operations/data/operationdefinition/operationdefinition-create-operation.ts
|
|
22865
23052
|
import { ulid as ulid97 } from "ulid";
|
|
@@ -23058,15 +23245,15 @@ async function updateOperationDefinitionRoute(req, res) {
|
|
|
23058
23245
|
}
|
|
23059
23246
|
|
|
23060
23247
|
// src/data/rest-api/routes/data/operationdefinition/operationdefinition.ts
|
|
23061
|
-
var
|
|
23062
|
-
|
|
23063
|
-
|
|
23064
|
-
|
|
23065
|
-
|
|
23066
|
-
|
|
23248
|
+
var router104 = express104.Router();
|
|
23249
|
+
router104.get("/", listOperationDefinitionsRoute);
|
|
23250
|
+
router104.get("/:id", getOperationDefinitionByIdRoute);
|
|
23251
|
+
router104.post("/", createOperationDefinitionRoute);
|
|
23252
|
+
router104.put("/:id", updateOperationDefinitionRoute);
|
|
23253
|
+
router104.delete("/:id", deleteOperationDefinitionRoute);
|
|
23067
23254
|
|
|
23068
23255
|
// src/data/rest-api/routes/data/organization/organization.ts
|
|
23069
|
-
import
|
|
23256
|
+
import express105 from "express";
|
|
23070
23257
|
|
|
23071
23258
|
// src/data/operations/data/organization/organization-create-operation.ts
|
|
23072
23259
|
import { ulid as ulid98 } from "ulid";
|
|
@@ -23231,15 +23418,15 @@ async function updateOrganizationRoute(req, res) {
|
|
|
23231
23418
|
}
|
|
23232
23419
|
|
|
23233
23420
|
// src/data/rest-api/routes/data/organization/organization.ts
|
|
23234
|
-
var
|
|
23235
|
-
|
|
23236
|
-
|
|
23237
|
-
|
|
23238
|
-
|
|
23239
|
-
|
|
23421
|
+
var router105 = express105.Router();
|
|
23422
|
+
router105.get("/", listOrganizationsRoute);
|
|
23423
|
+
router105.get("/:id", getOrganizationByIdRoute);
|
|
23424
|
+
router105.post("/", createOrganizationRoute);
|
|
23425
|
+
router105.put("/:id", updateOrganizationRoute);
|
|
23426
|
+
router105.delete("/:id", deleteOrganizationRoute);
|
|
23240
23427
|
|
|
23241
23428
|
// src/data/rest-api/routes/data/organizationaffiliation/organizationaffiliation.ts
|
|
23242
|
-
import
|
|
23429
|
+
import express106 from "express";
|
|
23243
23430
|
|
|
23244
23431
|
// src/data/operations/data/organizationaffiliation/organizationaffiliation-create-operation.ts
|
|
23245
23432
|
import { ulid as ulid99 } from "ulid";
|
|
@@ -23450,15 +23637,15 @@ async function updateOrganizationAffiliationRoute(req, res) {
|
|
|
23450
23637
|
}
|
|
23451
23638
|
|
|
23452
23639
|
// src/data/rest-api/routes/data/organizationaffiliation/organizationaffiliation.ts
|
|
23453
|
-
var
|
|
23454
|
-
|
|
23455
|
-
|
|
23456
|
-
|
|
23457
|
-
|
|
23458
|
-
|
|
23640
|
+
var router106 = express106.Router();
|
|
23641
|
+
router106.get("/", listOrganizationAffiliationsRoute);
|
|
23642
|
+
router106.get("/:id", getOrganizationAffiliationByIdRoute);
|
|
23643
|
+
router106.post("/", createOrganizationAffiliationRoute);
|
|
23644
|
+
router106.put("/:id", updateOrganizationAffiliationRoute);
|
|
23645
|
+
router106.delete("/:id", deleteOrganizationAffiliationRoute);
|
|
23459
23646
|
|
|
23460
23647
|
// src/data/rest-api/routes/data/patient/patient.ts
|
|
23461
|
-
import
|
|
23648
|
+
import express107 from "express";
|
|
23462
23649
|
|
|
23463
23650
|
// src/data/operations/data/patient/patient-create-operation.ts
|
|
23464
23651
|
import { ulid as ulid100 } from "ulid";
|
|
@@ -23733,15 +23920,15 @@ async function updatePatientRoute(req, res) {
|
|
|
23733
23920
|
}
|
|
23734
23921
|
|
|
23735
23922
|
// src/data/rest-api/routes/data/patient/patient.ts
|
|
23736
|
-
var
|
|
23737
|
-
|
|
23738
|
-
|
|
23739
|
-
|
|
23740
|
-
|
|
23741
|
-
|
|
23923
|
+
var router107 = express107.Router();
|
|
23924
|
+
router107.get("/", listPatientsRoute);
|
|
23925
|
+
router107.get("/:id", getPatientByIdRoute);
|
|
23926
|
+
router107.post("/", createPatientRoute);
|
|
23927
|
+
router107.put("/:id", updatePatientRoute);
|
|
23928
|
+
router107.delete("/:id", deletePatientRoute);
|
|
23742
23929
|
|
|
23743
23930
|
// src/data/rest-api/routes/data/paymentnotice/paymentnotice.ts
|
|
23744
|
-
import
|
|
23931
|
+
import express108 from "express";
|
|
23745
23932
|
|
|
23746
23933
|
// src/data/operations/data/paymentnotice/paymentnotice-create-operation.ts
|
|
23747
23934
|
import { ulid as ulid101 } from "ulid";
|
|
@@ -23933,15 +24120,15 @@ async function updatePaymentNoticeRoute(req, res) {
|
|
|
23933
24120
|
}
|
|
23934
24121
|
|
|
23935
24122
|
// src/data/rest-api/routes/data/paymentnotice/paymentnotice.ts
|
|
23936
|
-
var
|
|
23937
|
-
|
|
23938
|
-
|
|
23939
|
-
|
|
23940
|
-
|
|
23941
|
-
|
|
24123
|
+
var router108 = express108.Router();
|
|
24124
|
+
router108.get("/", listPaymentNoticesRoute);
|
|
24125
|
+
router108.get("/:id", getPaymentNoticeByIdRoute);
|
|
24126
|
+
router108.post("/", createPaymentNoticeRoute);
|
|
24127
|
+
router108.put("/:id", updatePaymentNoticeRoute);
|
|
24128
|
+
router108.delete("/:id", deletePaymentNoticeRoute);
|
|
23942
24129
|
|
|
23943
24130
|
// src/data/rest-api/routes/data/paymentreconciliation/paymentreconciliation.ts
|
|
23944
|
-
import
|
|
24131
|
+
import express109 from "express";
|
|
23945
24132
|
|
|
23946
24133
|
// src/data/operations/data/paymentreconciliation/paymentreconciliation-create-operation.ts
|
|
23947
24134
|
import { ulid as ulid102 } from "ulid";
|
|
@@ -24152,15 +24339,15 @@ async function updatePaymentReconciliationRoute(req, res) {
|
|
|
24152
24339
|
}
|
|
24153
24340
|
|
|
24154
24341
|
// src/data/rest-api/routes/data/paymentreconciliation/paymentreconciliation.ts
|
|
24155
|
-
var
|
|
24156
|
-
|
|
24157
|
-
|
|
24158
|
-
|
|
24159
|
-
|
|
24160
|
-
|
|
24342
|
+
var router109 = express109.Router();
|
|
24343
|
+
router109.get("/", listPaymentReconciliationsRoute);
|
|
24344
|
+
router109.get("/:id", getPaymentReconciliationByIdRoute);
|
|
24345
|
+
router109.post("/", createPaymentReconciliationRoute);
|
|
24346
|
+
router109.put("/:id", updatePaymentReconciliationRoute);
|
|
24347
|
+
router109.delete("/:id", deletePaymentReconciliationRoute);
|
|
24161
24348
|
|
|
24162
24349
|
// src/data/rest-api/routes/data/person/person.ts
|
|
24163
|
-
import
|
|
24350
|
+
import express110 from "express";
|
|
24164
24351
|
|
|
24165
24352
|
// src/data/operations/data/person/person-create-operation.ts
|
|
24166
24353
|
import { ulid as ulid103 } from "ulid";
|
|
@@ -24352,15 +24539,15 @@ async function updatePersonRoute(req, res) {
|
|
|
24352
24539
|
}
|
|
24353
24540
|
|
|
24354
24541
|
// src/data/rest-api/routes/data/person/person.ts
|
|
24355
|
-
var
|
|
24356
|
-
|
|
24357
|
-
|
|
24358
|
-
|
|
24359
|
-
|
|
24360
|
-
|
|
24542
|
+
var router110 = express110.Router();
|
|
24543
|
+
router110.get("/", listPersonsRoute);
|
|
24544
|
+
router110.get("/:id", getPersonByIdRoute);
|
|
24545
|
+
router110.post("/", createPersonRoute);
|
|
24546
|
+
router110.put("/:id", updatePersonRoute);
|
|
24547
|
+
router110.delete("/:id", deletePersonRoute);
|
|
24361
24548
|
|
|
24362
24549
|
// src/data/rest-api/routes/data/plandefinition/plandefinition.ts
|
|
24363
|
-
import
|
|
24550
|
+
import express111 from "express";
|
|
24364
24551
|
|
|
24365
24552
|
// src/data/operations/data/plandefinition/plandefinition-create-operation.ts
|
|
24366
24553
|
import { ulid as ulid104 } from "ulid";
|
|
@@ -24552,15 +24739,15 @@ async function updatePlanDefinitionRoute(req, res) {
|
|
|
24552
24739
|
}
|
|
24553
24740
|
|
|
24554
24741
|
// src/data/rest-api/routes/data/plandefinition/plandefinition.ts
|
|
24555
|
-
var
|
|
24556
|
-
|
|
24557
|
-
|
|
24558
|
-
|
|
24559
|
-
|
|
24560
|
-
|
|
24742
|
+
var router111 = express111.Router();
|
|
24743
|
+
router111.get("/", listPlanDefinitionsRoute);
|
|
24744
|
+
router111.get("/:id", getPlanDefinitionByIdRoute);
|
|
24745
|
+
router111.post("/", createPlanDefinitionRoute);
|
|
24746
|
+
router111.put("/:id", updatePlanDefinitionRoute);
|
|
24747
|
+
router111.delete("/:id", deletePlanDefinitionRoute);
|
|
24561
24748
|
|
|
24562
24749
|
// src/data/rest-api/routes/data/practitioner/practitioner.ts
|
|
24563
|
-
import
|
|
24750
|
+
import express112 from "express";
|
|
24564
24751
|
|
|
24565
24752
|
// src/data/operations/data/practitioner/practitioner-create-operation.ts
|
|
24566
24753
|
import { ulid as ulid105 } from "ulid";
|
|
@@ -24757,15 +24944,15 @@ async function updatePractitionerRoute(req, res) {
|
|
|
24757
24944
|
}
|
|
24758
24945
|
|
|
24759
24946
|
// src/data/rest-api/routes/data/practitioner/practitioner.ts
|
|
24760
|
-
var
|
|
24761
|
-
|
|
24762
|
-
|
|
24763
|
-
|
|
24764
|
-
|
|
24765
|
-
|
|
24947
|
+
var router112 = express112.Router();
|
|
24948
|
+
router112.get("/", listPractitionersRoute);
|
|
24949
|
+
router112.get("/:id", getPractitionerByIdRoute);
|
|
24950
|
+
router112.post("/", createPractitionerRoute);
|
|
24951
|
+
router112.put("/:id", updatePractitionerRoute);
|
|
24952
|
+
router112.delete("/:id", deletePractitionerRoute);
|
|
24766
24953
|
|
|
24767
24954
|
// src/data/rest-api/routes/data/practitionerrole/practitionerrole.ts
|
|
24768
|
-
import
|
|
24955
|
+
import express113 from "express";
|
|
24769
24956
|
|
|
24770
24957
|
// src/data/rest-api/routes/data/practitionerrole/practitionerrole-create-route.ts
|
|
24771
24958
|
async function createPractitionerRoleRoute(req, res) {
|
|
@@ -24896,15 +25083,15 @@ async function updatePractitionerRoleRoute(req, res) {
|
|
|
24896
25083
|
}
|
|
24897
25084
|
|
|
24898
25085
|
// src/data/rest-api/routes/data/practitionerrole/practitionerrole.ts
|
|
24899
|
-
var
|
|
24900
|
-
|
|
24901
|
-
|
|
24902
|
-
|
|
24903
|
-
|
|
24904
|
-
|
|
25086
|
+
var router113 = express113.Router();
|
|
25087
|
+
router113.get("/", listPractitionerRolesRoute);
|
|
25088
|
+
router113.get("/:id", getPractitionerRoleByIdRoute);
|
|
25089
|
+
router113.post("/", createPractitionerRoleRoute);
|
|
25090
|
+
router113.put("/:id", updatePractitionerRoleRoute);
|
|
25091
|
+
router113.delete("/:id", deletePractitionerRoleRoute);
|
|
24905
25092
|
|
|
24906
25093
|
// src/data/rest-api/routes/data/procedure/procedure.ts
|
|
24907
|
-
import
|
|
25094
|
+
import express114 from "express";
|
|
24908
25095
|
|
|
24909
25096
|
// src/data/operations/data/procedure/procedure-create-operation.ts
|
|
24910
25097
|
import { ulid as ulid106 } from "ulid";
|
|
@@ -25096,15 +25283,15 @@ async function updateProcedureRoute(req, res) {
|
|
|
25096
25283
|
}
|
|
25097
25284
|
|
|
25098
25285
|
// src/data/rest-api/routes/data/procedure/procedure.ts
|
|
25099
|
-
var
|
|
25100
|
-
|
|
25101
|
-
|
|
25102
|
-
|
|
25103
|
-
|
|
25104
|
-
|
|
25286
|
+
var router114 = express114.Router();
|
|
25287
|
+
router114.get("/", listProceduresRoute);
|
|
25288
|
+
router114.get("/:id", getProcedureByIdRoute);
|
|
25289
|
+
router114.post("/", createProcedureRoute);
|
|
25290
|
+
router114.put("/:id", updateProcedureRoute);
|
|
25291
|
+
router114.delete("/:id", deleteProcedureRoute);
|
|
25105
25292
|
|
|
25106
25293
|
// src/data/rest-api/routes/data/provenance/provenance.ts
|
|
25107
|
-
import
|
|
25294
|
+
import express115 from "express";
|
|
25108
25295
|
|
|
25109
25296
|
// src/data/operations/data/provenance/provenance-create-operation.ts
|
|
25110
25297
|
import { ulid as ulid107 } from "ulid";
|
|
@@ -25296,15 +25483,15 @@ async function updateProvenanceRoute(req, res) {
|
|
|
25296
25483
|
}
|
|
25297
25484
|
|
|
25298
25485
|
// src/data/rest-api/routes/data/provenance/provenance.ts
|
|
25299
|
-
var
|
|
25300
|
-
|
|
25301
|
-
|
|
25302
|
-
|
|
25303
|
-
|
|
25304
|
-
|
|
25486
|
+
var router115 = express115.Router();
|
|
25487
|
+
router115.get("/", listProvenancesRoute);
|
|
25488
|
+
router115.get("/:id", getProvenanceByIdRoute);
|
|
25489
|
+
router115.post("/", createProvenanceRoute);
|
|
25490
|
+
router115.put("/:id", updateProvenanceRoute);
|
|
25491
|
+
router115.delete("/:id", deleteProvenanceRoute);
|
|
25305
25492
|
|
|
25306
25493
|
// src/data/rest-api/routes/data/questionnaire/questionnaire.ts
|
|
25307
|
-
import
|
|
25494
|
+
import express116 from "express";
|
|
25308
25495
|
|
|
25309
25496
|
// src/data/operations/data/questionnaire/questionnaire-create-operation.ts
|
|
25310
25497
|
import { ulid as ulid108 } from "ulid";
|
|
@@ -25496,15 +25683,15 @@ async function updateQuestionnaireRoute(req, res) {
|
|
|
25496
25683
|
}
|
|
25497
25684
|
|
|
25498
25685
|
// src/data/rest-api/routes/data/questionnaire/questionnaire.ts
|
|
25499
|
-
var
|
|
25500
|
-
|
|
25501
|
-
|
|
25502
|
-
|
|
25503
|
-
|
|
25504
|
-
|
|
25686
|
+
var router116 = express116.Router();
|
|
25687
|
+
router116.get("/", listQuestionnairesRoute);
|
|
25688
|
+
router116.get("/:id", getQuestionnaireByIdRoute);
|
|
25689
|
+
router116.post("/", createQuestionnaireRoute);
|
|
25690
|
+
router116.put("/:id", updateQuestionnaireRoute);
|
|
25691
|
+
router116.delete("/:id", deleteQuestionnaireRoute);
|
|
25505
25692
|
|
|
25506
25693
|
// src/data/rest-api/routes/data/questionnaireresponse/questionnaireresponse.ts
|
|
25507
|
-
import
|
|
25694
|
+
import express117 from "express";
|
|
25508
25695
|
|
|
25509
25696
|
// src/data/operations/data/questionnaireresponse/questionnaireresponse-create-operation.ts
|
|
25510
25697
|
import { ulid as ulid109 } from "ulid";
|
|
@@ -25715,15 +25902,15 @@ async function updateQuestionnaireResponseRoute(req, res) {
|
|
|
25715
25902
|
}
|
|
25716
25903
|
|
|
25717
25904
|
// src/data/rest-api/routes/data/questionnaireresponse/questionnaireresponse.ts
|
|
25718
|
-
var
|
|
25719
|
-
|
|
25720
|
-
|
|
25721
|
-
|
|
25722
|
-
|
|
25723
|
-
|
|
25905
|
+
var router117 = express117.Router();
|
|
25906
|
+
router117.get("/", listQuestionnaireResponsesRoute);
|
|
25907
|
+
router117.get("/:id", getQuestionnaireResponseByIdRoute);
|
|
25908
|
+
router117.post("/", createQuestionnaireResponseRoute);
|
|
25909
|
+
router117.put("/:id", updateQuestionnaireResponseRoute);
|
|
25910
|
+
router117.delete("/:id", deleteQuestionnaireResponseRoute);
|
|
25724
25911
|
|
|
25725
25912
|
// src/data/rest-api/routes/data/relatedperson/relatedperson.ts
|
|
25726
|
-
import
|
|
25913
|
+
import express118 from "express";
|
|
25727
25914
|
|
|
25728
25915
|
// src/data/operations/data/relatedperson/relatedperson-create-operation.ts
|
|
25729
25916
|
import { ulid as ulid110 } from "ulid";
|
|
@@ -25915,15 +26102,15 @@ async function updateRelatedPersonRoute(req, res) {
|
|
|
25915
26102
|
}
|
|
25916
26103
|
|
|
25917
26104
|
// src/data/rest-api/routes/data/relatedperson/relatedperson.ts
|
|
25918
|
-
var
|
|
25919
|
-
|
|
25920
|
-
|
|
25921
|
-
|
|
25922
|
-
|
|
25923
|
-
|
|
26105
|
+
var router118 = express118.Router();
|
|
26106
|
+
router118.get("/", listRelatedPersonsRoute);
|
|
26107
|
+
router118.get("/:id", getRelatedPersonByIdRoute);
|
|
26108
|
+
router118.post("/", createRelatedPersonRoute);
|
|
26109
|
+
router118.put("/:id", updateRelatedPersonRoute);
|
|
26110
|
+
router118.delete("/:id", deleteRelatedPersonRoute);
|
|
25924
26111
|
|
|
25925
26112
|
// src/data/rest-api/routes/data/requestgroup/requestgroup.ts
|
|
25926
|
-
import
|
|
26113
|
+
import express119 from "express";
|
|
25927
26114
|
|
|
25928
26115
|
// src/data/operations/data/requestgroup/requestgroup-create-operation.ts
|
|
25929
26116
|
import { ulid as ulid111 } from "ulid";
|
|
@@ -26115,15 +26302,15 @@ async function updateRequestGroupRoute(req, res) {
|
|
|
26115
26302
|
}
|
|
26116
26303
|
|
|
26117
26304
|
// src/data/rest-api/routes/data/requestgroup/requestgroup.ts
|
|
26118
|
-
var
|
|
26119
|
-
|
|
26120
|
-
|
|
26121
|
-
|
|
26122
|
-
|
|
26123
|
-
|
|
26305
|
+
var router119 = express119.Router();
|
|
26306
|
+
router119.get("/", listRequestGroupsRoute);
|
|
26307
|
+
router119.get("/:id", getRequestGroupByIdRoute);
|
|
26308
|
+
router119.post("/", createRequestGroupRoute);
|
|
26309
|
+
router119.put("/:id", updateRequestGroupRoute);
|
|
26310
|
+
router119.delete("/:id", deleteRequestGroupRoute);
|
|
26124
26311
|
|
|
26125
26312
|
// src/data/rest-api/routes/data/researchdefinition/researchdefinition.ts
|
|
26126
|
-
import
|
|
26313
|
+
import express120 from "express";
|
|
26127
26314
|
|
|
26128
26315
|
// src/data/operations/data/researchdefinition/researchdefinition-create-operation.ts
|
|
26129
26316
|
import { ulid as ulid112 } from "ulid";
|
|
@@ -26322,15 +26509,15 @@ async function updateResearchDefinitionRoute(req, res) {
|
|
|
26322
26509
|
}
|
|
26323
26510
|
|
|
26324
26511
|
// src/data/rest-api/routes/data/researchdefinition/researchdefinition.ts
|
|
26325
|
-
var
|
|
26326
|
-
|
|
26327
|
-
|
|
26328
|
-
|
|
26329
|
-
|
|
26330
|
-
|
|
26512
|
+
var router120 = express120.Router();
|
|
26513
|
+
router120.get("/", listResearchDefinitionsRoute);
|
|
26514
|
+
router120.get("/:id", getResearchDefinitionByIdRoute);
|
|
26515
|
+
router120.post("/", createResearchDefinitionRoute);
|
|
26516
|
+
router120.put("/:id", updateResearchDefinitionRoute);
|
|
26517
|
+
router120.delete("/:id", deleteResearchDefinitionRoute);
|
|
26331
26518
|
|
|
26332
26519
|
// src/data/rest-api/routes/data/researchelementdefinition/researchelementdefinition.ts
|
|
26333
|
-
import
|
|
26520
|
+
import express121 from "express";
|
|
26334
26521
|
|
|
26335
26522
|
// src/data/operations/data/researchelementdefinition/researchelementdefinition-create-operation.ts
|
|
26336
26523
|
import { ulid as ulid113 } from "ulid";
|
|
@@ -26541,15 +26728,15 @@ async function updateResearchElementDefinitionRoute(req, res) {
|
|
|
26541
26728
|
}
|
|
26542
26729
|
|
|
26543
26730
|
// src/data/rest-api/routes/data/researchelementdefinition/researchelementdefinition.ts
|
|
26544
|
-
var
|
|
26545
|
-
|
|
26546
|
-
|
|
26547
|
-
|
|
26548
|
-
|
|
26549
|
-
|
|
26731
|
+
var router121 = express121.Router();
|
|
26732
|
+
router121.get("/", listResearchElementDefinitionsRoute);
|
|
26733
|
+
router121.get("/:id", getResearchElementDefinitionByIdRoute);
|
|
26734
|
+
router121.post("/", createResearchElementDefinitionRoute);
|
|
26735
|
+
router121.put("/:id", updateResearchElementDefinitionRoute);
|
|
26736
|
+
router121.delete("/:id", deleteResearchElementDefinitionRoute);
|
|
26550
26737
|
|
|
26551
26738
|
// src/data/rest-api/routes/data/researchstudy/researchstudy.ts
|
|
26552
|
-
import
|
|
26739
|
+
import express122 from "express";
|
|
26553
26740
|
|
|
26554
26741
|
// src/data/operations/data/researchstudy/researchstudy-create-operation.ts
|
|
26555
26742
|
import { ulid as ulid114 } from "ulid";
|
|
@@ -26741,15 +26928,15 @@ async function updateResearchStudyRoute(req, res) {
|
|
|
26741
26928
|
}
|
|
26742
26929
|
|
|
26743
26930
|
// src/data/rest-api/routes/data/researchstudy/researchstudy.ts
|
|
26744
|
-
var
|
|
26745
|
-
|
|
26746
|
-
|
|
26747
|
-
|
|
26748
|
-
|
|
26749
|
-
|
|
26931
|
+
var router122 = express122.Router();
|
|
26932
|
+
router122.get("/", listResearchStudysRoute);
|
|
26933
|
+
router122.get("/:id", getResearchStudyByIdRoute);
|
|
26934
|
+
router122.post("/", createResearchStudyRoute);
|
|
26935
|
+
router122.put("/:id", updateResearchStudyRoute);
|
|
26936
|
+
router122.delete("/:id", deleteResearchStudyRoute);
|
|
26750
26937
|
|
|
26751
26938
|
// src/data/rest-api/routes/data/researchsubject/researchsubject.ts
|
|
26752
|
-
import
|
|
26939
|
+
import express123 from "express";
|
|
26753
26940
|
|
|
26754
26941
|
// src/data/operations/data/researchsubject/researchsubject-create-operation.ts
|
|
26755
26942
|
import { ulid as ulid115 } from "ulid";
|
|
@@ -26941,15 +27128,15 @@ async function updateResearchSubjectRoute(req, res) {
|
|
|
26941
27128
|
}
|
|
26942
27129
|
|
|
26943
27130
|
// src/data/rest-api/routes/data/researchsubject/researchsubject.ts
|
|
26944
|
-
var
|
|
26945
|
-
|
|
26946
|
-
|
|
26947
|
-
|
|
26948
|
-
|
|
26949
|
-
|
|
27131
|
+
var router123 = express123.Router();
|
|
27132
|
+
router123.get("/", listResearchSubjectsRoute);
|
|
27133
|
+
router123.get("/:id", getResearchSubjectByIdRoute);
|
|
27134
|
+
router123.post("/", createResearchSubjectRoute);
|
|
27135
|
+
router123.put("/:id", updateResearchSubjectRoute);
|
|
27136
|
+
router123.delete("/:id", deleteResearchSubjectRoute);
|
|
26950
27137
|
|
|
26951
27138
|
// src/data/rest-api/routes/data/riskassessment/riskassessment.ts
|
|
26952
|
-
import
|
|
27139
|
+
import express124 from "express";
|
|
26953
27140
|
|
|
26954
27141
|
// src/data/operations/data/riskassessment/riskassessment-create-operation.ts
|
|
26955
27142
|
import { ulid as ulid116 } from "ulid";
|
|
@@ -27141,15 +27328,15 @@ async function updateRiskAssessmentRoute(req, res) {
|
|
|
27141
27328
|
}
|
|
27142
27329
|
|
|
27143
27330
|
// src/data/rest-api/routes/data/riskassessment/riskassessment.ts
|
|
27144
|
-
var
|
|
27145
|
-
|
|
27146
|
-
|
|
27147
|
-
|
|
27148
|
-
|
|
27149
|
-
|
|
27331
|
+
var router124 = express124.Router();
|
|
27332
|
+
router124.get("/", listRiskAssessmentsRoute);
|
|
27333
|
+
router124.get("/:id", getRiskAssessmentByIdRoute);
|
|
27334
|
+
router124.post("/", createRiskAssessmentRoute);
|
|
27335
|
+
router124.put("/:id", updateRiskAssessmentRoute);
|
|
27336
|
+
router124.delete("/:id", deleteRiskAssessmentRoute);
|
|
27150
27337
|
|
|
27151
27338
|
// src/data/rest-api/routes/data/riskevidencesynthesis/riskevidencesynthesis.ts
|
|
27152
|
-
import
|
|
27339
|
+
import express125 from "express";
|
|
27153
27340
|
|
|
27154
27341
|
// src/data/operations/data/riskevidencesynthesis/riskevidencesynthesis-create-operation.ts
|
|
27155
27342
|
import { ulid as ulid117 } from "ulid";
|
|
@@ -27360,15 +27547,15 @@ async function updateRiskEvidenceSynthesisRoute(req, res) {
|
|
|
27360
27547
|
}
|
|
27361
27548
|
|
|
27362
27549
|
// src/data/rest-api/routes/data/riskevidencesynthesis/riskevidencesynthesis.ts
|
|
27363
|
-
var
|
|
27364
|
-
|
|
27365
|
-
|
|
27366
|
-
|
|
27367
|
-
|
|
27368
|
-
|
|
27550
|
+
var router125 = express125.Router();
|
|
27551
|
+
router125.get("/", listRiskEvidenceSynthesissRoute);
|
|
27552
|
+
router125.get("/:id", getRiskEvidenceSynthesisByIdRoute);
|
|
27553
|
+
router125.post("/", createRiskEvidenceSynthesisRoute);
|
|
27554
|
+
router125.put("/:id", updateRiskEvidenceSynthesisRoute);
|
|
27555
|
+
router125.delete("/:id", deleteRiskEvidenceSynthesisRoute);
|
|
27369
27556
|
|
|
27370
27557
|
// src/data/rest-api/routes/data/schedule/schedule.ts
|
|
27371
|
-
import
|
|
27558
|
+
import express126 from "express";
|
|
27372
27559
|
|
|
27373
27560
|
// src/data/operations/data/schedule/schedule-create-operation.ts
|
|
27374
27561
|
import { ulid as ulid118 } from "ulid";
|
|
@@ -27642,15 +27829,15 @@ async function updateScheduleRoute(req, res) {
|
|
|
27642
27829
|
}
|
|
27643
27830
|
|
|
27644
27831
|
// src/data/rest-api/routes/data/schedule/schedule.ts
|
|
27645
|
-
var
|
|
27646
|
-
|
|
27647
|
-
|
|
27648
|
-
|
|
27649
|
-
|
|
27650
|
-
|
|
27832
|
+
var router126 = express126.Router();
|
|
27833
|
+
router126.get("/", listSchedulesRoute);
|
|
27834
|
+
router126.get("/:id", getScheduleByIdRoute);
|
|
27835
|
+
router126.post("/", createScheduleRoute);
|
|
27836
|
+
router126.put("/:id", updateScheduleRoute);
|
|
27837
|
+
router126.delete("/:id", deleteScheduleRoute);
|
|
27651
27838
|
|
|
27652
27839
|
// src/data/rest-api/routes/data/searchparameter/searchparameter.ts
|
|
27653
|
-
import
|
|
27840
|
+
import express127 from "express";
|
|
27654
27841
|
|
|
27655
27842
|
// src/data/operations/data/searchparameter/searchparameter-create-operation.ts
|
|
27656
27843
|
import { ulid as ulid119 } from "ulid";
|
|
@@ -27842,15 +28029,15 @@ async function updateSearchParameterRoute(req, res) {
|
|
|
27842
28029
|
}
|
|
27843
28030
|
|
|
27844
28031
|
// src/data/rest-api/routes/data/searchparameter/searchparameter.ts
|
|
27845
|
-
var
|
|
27846
|
-
|
|
27847
|
-
|
|
27848
|
-
|
|
27849
|
-
|
|
27850
|
-
|
|
28032
|
+
var router127 = express127.Router();
|
|
28033
|
+
router127.get("/", listSearchParametersRoute);
|
|
28034
|
+
router127.get("/:id", getSearchParameterByIdRoute);
|
|
28035
|
+
router127.post("/", createSearchParameterRoute);
|
|
28036
|
+
router127.put("/:id", updateSearchParameterRoute);
|
|
28037
|
+
router127.delete("/:id", deleteSearchParameterRoute);
|
|
27851
28038
|
|
|
27852
28039
|
// src/data/rest-api/routes/data/servicerequest/servicerequest.ts
|
|
27853
|
-
import
|
|
28040
|
+
import express128 from "express";
|
|
27854
28041
|
|
|
27855
28042
|
// src/data/operations/data/servicerequest/servicerequest-create-operation.ts
|
|
27856
28043
|
import { ulid as ulid120 } from "ulid";
|
|
@@ -28042,15 +28229,15 @@ async function updateServiceRequestRoute(req, res) {
|
|
|
28042
28229
|
}
|
|
28043
28230
|
|
|
28044
28231
|
// src/data/rest-api/routes/data/servicerequest/servicerequest.ts
|
|
28045
|
-
var
|
|
28046
|
-
|
|
28047
|
-
|
|
28048
|
-
|
|
28049
|
-
|
|
28050
|
-
|
|
28232
|
+
var router128 = express128.Router();
|
|
28233
|
+
router128.get("/", listServiceRequestsRoute);
|
|
28234
|
+
router128.get("/:id", getServiceRequestByIdRoute);
|
|
28235
|
+
router128.post("/", createServiceRequestRoute);
|
|
28236
|
+
router128.put("/:id", updateServiceRequestRoute);
|
|
28237
|
+
router128.delete("/:id", deleteServiceRequestRoute);
|
|
28051
28238
|
|
|
28052
28239
|
// src/data/rest-api/routes/data/slot/slot.ts
|
|
28053
|
-
import
|
|
28240
|
+
import express129 from "express";
|
|
28054
28241
|
|
|
28055
28242
|
// src/data/operations/data/slot/slot-create-operation.ts
|
|
28056
28243
|
import { ulid as ulid121 } from "ulid";
|
|
@@ -28242,15 +28429,15 @@ async function updateSlotRoute(req, res) {
|
|
|
28242
28429
|
}
|
|
28243
28430
|
|
|
28244
28431
|
// src/data/rest-api/routes/data/slot/slot.ts
|
|
28245
|
-
var
|
|
28246
|
-
|
|
28247
|
-
|
|
28248
|
-
|
|
28249
|
-
|
|
28250
|
-
|
|
28432
|
+
var router129 = express129.Router();
|
|
28433
|
+
router129.get("/", listSlotsRoute);
|
|
28434
|
+
router129.get("/:id", getSlotByIdRoute);
|
|
28435
|
+
router129.post("/", createSlotRoute);
|
|
28436
|
+
router129.put("/:id", updateSlotRoute);
|
|
28437
|
+
router129.delete("/:id", deleteSlotRoute);
|
|
28251
28438
|
|
|
28252
28439
|
// src/data/rest-api/routes/data/specimen/specimen.ts
|
|
28253
|
-
import
|
|
28440
|
+
import express130 from "express";
|
|
28254
28441
|
|
|
28255
28442
|
// src/data/operations/data/specimen/specimen-create-operation.ts
|
|
28256
28443
|
import { ulid as ulid122 } from "ulid";
|
|
@@ -28442,15 +28629,15 @@ async function updateSpecimenRoute(req, res) {
|
|
|
28442
28629
|
}
|
|
28443
28630
|
|
|
28444
28631
|
// src/data/rest-api/routes/data/specimen/specimen.ts
|
|
28445
|
-
var
|
|
28446
|
-
|
|
28447
|
-
|
|
28448
|
-
|
|
28449
|
-
|
|
28450
|
-
|
|
28632
|
+
var router130 = express130.Router();
|
|
28633
|
+
router130.get("/", listSpecimensRoute);
|
|
28634
|
+
router130.get("/:id", getSpecimenByIdRoute);
|
|
28635
|
+
router130.post("/", createSpecimenRoute);
|
|
28636
|
+
router130.put("/:id", updateSpecimenRoute);
|
|
28637
|
+
router130.delete("/:id", deleteSpecimenRoute);
|
|
28451
28638
|
|
|
28452
28639
|
// src/data/rest-api/routes/data/specimendefinition/specimendefinition.ts
|
|
28453
|
-
import
|
|
28640
|
+
import express131 from "express";
|
|
28454
28641
|
|
|
28455
28642
|
// src/data/operations/data/specimendefinition/specimendefinition-create-operation.ts
|
|
28456
28643
|
import { ulid as ulid123 } from "ulid";
|
|
@@ -28649,15 +28836,15 @@ async function updateSpecimenDefinitionRoute(req, res) {
|
|
|
28649
28836
|
}
|
|
28650
28837
|
|
|
28651
28838
|
// src/data/rest-api/routes/data/specimendefinition/specimendefinition.ts
|
|
28652
|
-
var
|
|
28653
|
-
|
|
28654
|
-
|
|
28655
|
-
|
|
28656
|
-
|
|
28657
|
-
|
|
28839
|
+
var router131 = express131.Router();
|
|
28840
|
+
router131.get("/", listSpecimenDefinitionsRoute);
|
|
28841
|
+
router131.get("/:id", getSpecimenDefinitionByIdRoute);
|
|
28842
|
+
router131.post("/", createSpecimenDefinitionRoute);
|
|
28843
|
+
router131.put("/:id", updateSpecimenDefinitionRoute);
|
|
28844
|
+
router131.delete("/:id", deleteSpecimenDefinitionRoute);
|
|
28658
28845
|
|
|
28659
28846
|
// src/data/rest-api/routes/data/structuredefinition/structuredefinition.ts
|
|
28660
|
-
import
|
|
28847
|
+
import express132 from "express";
|
|
28661
28848
|
|
|
28662
28849
|
// src/data/operations/data/structuredefinition/structuredefinition-create-operation.ts
|
|
28663
28850
|
import { ulid as ulid124 } from "ulid";
|
|
@@ -28856,15 +29043,15 @@ async function updateStructureDefinitionRoute(req, res) {
|
|
|
28856
29043
|
}
|
|
28857
29044
|
|
|
28858
29045
|
// src/data/rest-api/routes/data/structuredefinition/structuredefinition.ts
|
|
28859
|
-
var
|
|
28860
|
-
|
|
28861
|
-
|
|
28862
|
-
|
|
28863
|
-
|
|
28864
|
-
|
|
29046
|
+
var router132 = express132.Router();
|
|
29047
|
+
router132.get("/", listStructureDefinitionsRoute);
|
|
29048
|
+
router132.get("/:id", getStructureDefinitionByIdRoute);
|
|
29049
|
+
router132.post("/", createStructureDefinitionRoute);
|
|
29050
|
+
router132.put("/:id", updateStructureDefinitionRoute);
|
|
29051
|
+
router132.delete("/:id", deleteStructureDefinitionRoute);
|
|
28865
29052
|
|
|
28866
29053
|
// src/data/rest-api/routes/data/structuremap/structuremap.ts
|
|
28867
|
-
import
|
|
29054
|
+
import express133 from "express";
|
|
28868
29055
|
|
|
28869
29056
|
// src/data/operations/data/structuremap/structuremap-create-operation.ts
|
|
28870
29057
|
import { ulid as ulid125 } from "ulid";
|
|
@@ -29056,15 +29243,15 @@ async function updateStructureMapRoute(req, res) {
|
|
|
29056
29243
|
}
|
|
29057
29244
|
|
|
29058
29245
|
// src/data/rest-api/routes/data/structuremap/structuremap.ts
|
|
29059
|
-
var
|
|
29060
|
-
|
|
29061
|
-
|
|
29062
|
-
|
|
29063
|
-
|
|
29064
|
-
|
|
29246
|
+
var router133 = express133.Router();
|
|
29247
|
+
router133.get("/", listStructureMapsRoute);
|
|
29248
|
+
router133.get("/:id", getStructureMapByIdRoute);
|
|
29249
|
+
router133.post("/", createStructureMapRoute);
|
|
29250
|
+
router133.put("/:id", updateStructureMapRoute);
|
|
29251
|
+
router133.delete("/:id", deleteStructureMapRoute);
|
|
29065
29252
|
|
|
29066
29253
|
// src/data/rest-api/routes/data/subscription/subscription.ts
|
|
29067
|
-
import
|
|
29254
|
+
import express134 from "express";
|
|
29068
29255
|
|
|
29069
29256
|
// src/data/operations/data/subscription/subscription-create-operation.ts
|
|
29070
29257
|
import { ulid as ulid126 } from "ulid";
|
|
@@ -29256,15 +29443,15 @@ async function updateSubscriptionRoute(req, res) {
|
|
|
29256
29443
|
}
|
|
29257
29444
|
|
|
29258
29445
|
// src/data/rest-api/routes/data/subscription/subscription.ts
|
|
29259
|
-
var
|
|
29260
|
-
|
|
29261
|
-
|
|
29262
|
-
|
|
29263
|
-
|
|
29264
|
-
|
|
29446
|
+
var router134 = express134.Router();
|
|
29447
|
+
router134.get("/", listSubscriptionsRoute);
|
|
29448
|
+
router134.get("/:id", getSubscriptionByIdRoute);
|
|
29449
|
+
router134.post("/", createSubscriptionRoute);
|
|
29450
|
+
router134.put("/:id", updateSubscriptionRoute);
|
|
29451
|
+
router134.delete("/:id", deleteSubscriptionRoute);
|
|
29265
29452
|
|
|
29266
29453
|
// src/data/rest-api/routes/data/substance/substance.ts
|
|
29267
|
-
import
|
|
29454
|
+
import express135 from "express";
|
|
29268
29455
|
|
|
29269
29456
|
// src/data/operations/data/substance/substance-create-operation.ts
|
|
29270
29457
|
import { ulid as ulid127 } from "ulid";
|
|
@@ -29456,15 +29643,15 @@ async function updateSubstanceRoute(req, res) {
|
|
|
29456
29643
|
}
|
|
29457
29644
|
|
|
29458
29645
|
// src/data/rest-api/routes/data/substance/substance.ts
|
|
29459
|
-
var
|
|
29460
|
-
|
|
29461
|
-
|
|
29462
|
-
|
|
29463
|
-
|
|
29464
|
-
|
|
29646
|
+
var router135 = express135.Router();
|
|
29647
|
+
router135.get("/", listSubstancesRoute);
|
|
29648
|
+
router135.get("/:id", getSubstanceByIdRoute);
|
|
29649
|
+
router135.post("/", createSubstanceRoute);
|
|
29650
|
+
router135.put("/:id", updateSubstanceRoute);
|
|
29651
|
+
router135.delete("/:id", deleteSubstanceRoute);
|
|
29465
29652
|
|
|
29466
29653
|
// src/data/rest-api/routes/data/substancenucleicacid/substancenucleicacid.ts
|
|
29467
|
-
import
|
|
29654
|
+
import express136 from "express";
|
|
29468
29655
|
|
|
29469
29656
|
// src/data/operations/data/substancenucleicacid/substancenucleicacid-create-operation.ts
|
|
29470
29657
|
import { ulid as ulid128 } from "ulid";
|
|
@@ -29667,15 +29854,15 @@ async function updateSubstanceNucleicAcidRoute(req, res) {
|
|
|
29667
29854
|
}
|
|
29668
29855
|
|
|
29669
29856
|
// src/data/rest-api/routes/data/substancenucleicacid/substancenucleicacid.ts
|
|
29670
|
-
var
|
|
29671
|
-
|
|
29672
|
-
|
|
29673
|
-
|
|
29674
|
-
|
|
29675
|
-
|
|
29857
|
+
var router136 = express136.Router();
|
|
29858
|
+
router136.get("/", listSubstanceNucleicAcidsRoute);
|
|
29859
|
+
router136.get("/:id", getSubstanceNucleicAcidByIdRoute);
|
|
29860
|
+
router136.post("/", createSubstanceNucleicAcidRoute);
|
|
29861
|
+
router136.put("/:id", updateSubstanceNucleicAcidRoute);
|
|
29862
|
+
router136.delete("/:id", deleteSubstanceNucleicAcidRoute);
|
|
29676
29863
|
|
|
29677
29864
|
// src/data/rest-api/routes/data/substancepolymer/substancepolymer.ts
|
|
29678
|
-
import
|
|
29865
|
+
import express137 from "express";
|
|
29679
29866
|
|
|
29680
29867
|
// src/data/operations/data/substancepolymer/substancepolymer-create-operation.ts
|
|
29681
29868
|
import { ulid as ulid129 } from "ulid";
|
|
@@ -29867,15 +30054,15 @@ async function updateSubstancePolymerRoute(req, res) {
|
|
|
29867
30054
|
}
|
|
29868
30055
|
|
|
29869
30056
|
// src/data/rest-api/routes/data/substancepolymer/substancepolymer.ts
|
|
29870
|
-
var
|
|
29871
|
-
|
|
29872
|
-
|
|
29873
|
-
|
|
29874
|
-
|
|
29875
|
-
|
|
30057
|
+
var router137 = express137.Router();
|
|
30058
|
+
router137.get("/", listSubstancePolymersRoute);
|
|
30059
|
+
router137.get("/:id", getSubstancePolymerByIdRoute);
|
|
30060
|
+
router137.post("/", createSubstancePolymerRoute);
|
|
30061
|
+
router137.put("/:id", updateSubstancePolymerRoute);
|
|
30062
|
+
router137.delete("/:id", deleteSubstancePolymerRoute);
|
|
29876
30063
|
|
|
29877
30064
|
// src/data/rest-api/routes/data/substanceprotein/substanceprotein.ts
|
|
29878
|
-
import
|
|
30065
|
+
import express138 from "express";
|
|
29879
30066
|
|
|
29880
30067
|
// src/data/operations/data/substanceprotein/substanceprotein-create-operation.ts
|
|
29881
30068
|
import { ulid as ulid130 } from "ulid";
|
|
@@ -30067,15 +30254,15 @@ async function updateSubstanceProteinRoute(req, res) {
|
|
|
30067
30254
|
}
|
|
30068
30255
|
|
|
30069
30256
|
// src/data/rest-api/routes/data/substanceprotein/substanceprotein.ts
|
|
30070
|
-
var
|
|
30071
|
-
|
|
30072
|
-
|
|
30073
|
-
|
|
30074
|
-
|
|
30075
|
-
|
|
30257
|
+
var router138 = express138.Router();
|
|
30258
|
+
router138.get("/", listSubstanceProteinsRoute);
|
|
30259
|
+
router138.get("/:id", getSubstanceProteinByIdRoute);
|
|
30260
|
+
router138.post("/", createSubstanceProteinRoute);
|
|
30261
|
+
router138.put("/:id", updateSubstanceProteinRoute);
|
|
30262
|
+
router138.delete("/:id", deleteSubstanceProteinRoute);
|
|
30076
30263
|
|
|
30077
30264
|
// src/data/rest-api/routes/data/substancereferenceinformation/substancereferenceinformation.ts
|
|
30078
|
-
import
|
|
30265
|
+
import express139 from "express";
|
|
30079
30266
|
|
|
30080
30267
|
// src/data/operations/data/substancereferenceinformation/substancereferenceinformation-create-operation.ts
|
|
30081
30268
|
import { ulid as ulid131 } from "ulid";
|
|
@@ -30286,15 +30473,15 @@ async function updateSubstanceReferenceInformationRoute(req, res) {
|
|
|
30286
30473
|
}
|
|
30287
30474
|
|
|
30288
30475
|
// src/data/rest-api/routes/data/substancereferenceinformation/substancereferenceinformation.ts
|
|
30289
|
-
var
|
|
30290
|
-
|
|
30291
|
-
|
|
30292
|
-
|
|
30293
|
-
|
|
30294
|
-
|
|
30476
|
+
var router139 = express139.Router();
|
|
30477
|
+
router139.get("/", listSubstanceReferenceInformationsRoute);
|
|
30478
|
+
router139.get("/:id", getSubstanceReferenceInformationByIdRoute);
|
|
30479
|
+
router139.post("/", createSubstanceReferenceInformationRoute);
|
|
30480
|
+
router139.put("/:id", updateSubstanceReferenceInformationRoute);
|
|
30481
|
+
router139.delete("/:id", deleteSubstanceReferenceInformationRoute);
|
|
30295
30482
|
|
|
30296
30483
|
// src/data/rest-api/routes/data/substancesourcematerial/substancesourcematerial.ts
|
|
30297
|
-
import
|
|
30484
|
+
import express140 from "express";
|
|
30298
30485
|
|
|
30299
30486
|
// src/data/operations/data/substancesourcematerial/substancesourcematerial-create-operation.ts
|
|
30300
30487
|
import { ulid as ulid132 } from "ulid";
|
|
@@ -30505,15 +30692,15 @@ async function updateSubstanceSourceMaterialRoute(req, res) {
|
|
|
30505
30692
|
}
|
|
30506
30693
|
|
|
30507
30694
|
// src/data/rest-api/routes/data/substancesourcematerial/substancesourcematerial.ts
|
|
30508
|
-
var
|
|
30509
|
-
|
|
30510
|
-
|
|
30511
|
-
|
|
30512
|
-
|
|
30513
|
-
|
|
30695
|
+
var router140 = express140.Router();
|
|
30696
|
+
router140.get("/", listSubstanceSourceMaterialsRoute);
|
|
30697
|
+
router140.get("/:id", getSubstanceSourceMaterialByIdRoute);
|
|
30698
|
+
router140.post("/", createSubstanceSourceMaterialRoute);
|
|
30699
|
+
router140.put("/:id", updateSubstanceSourceMaterialRoute);
|
|
30700
|
+
router140.delete("/:id", deleteSubstanceSourceMaterialRoute);
|
|
30514
30701
|
|
|
30515
30702
|
// src/data/rest-api/routes/data/substancespecification/substancespecification.ts
|
|
30516
|
-
import
|
|
30703
|
+
import express141 from "express";
|
|
30517
30704
|
|
|
30518
30705
|
// src/data/operations/data/substancespecification/substancespecification-create-operation.ts
|
|
30519
30706
|
import { ulid as ulid133 } from "ulid";
|
|
@@ -30724,15 +30911,15 @@ async function updateSubstanceSpecificationRoute(req, res) {
|
|
|
30724
30911
|
}
|
|
30725
30912
|
|
|
30726
30913
|
// src/data/rest-api/routes/data/substancespecification/substancespecification.ts
|
|
30727
|
-
var
|
|
30728
|
-
|
|
30729
|
-
|
|
30730
|
-
|
|
30731
|
-
|
|
30732
|
-
|
|
30914
|
+
var router141 = express141.Router();
|
|
30915
|
+
router141.get("/", listSubstanceSpecificationsRoute);
|
|
30916
|
+
router141.get("/:id", getSubstanceSpecificationByIdRoute);
|
|
30917
|
+
router141.post("/", createSubstanceSpecificationRoute);
|
|
30918
|
+
router141.put("/:id", updateSubstanceSpecificationRoute);
|
|
30919
|
+
router141.delete("/:id", deleteSubstanceSpecificationRoute);
|
|
30733
30920
|
|
|
30734
30921
|
// src/data/rest-api/routes/data/supplydelivery/supplydelivery.ts
|
|
30735
|
-
import
|
|
30922
|
+
import express142 from "express";
|
|
30736
30923
|
|
|
30737
30924
|
// src/data/operations/data/supplydelivery/supplydelivery-create-operation.ts
|
|
30738
30925
|
import { ulid as ulid134 } from "ulid";
|
|
@@ -30924,15 +31111,15 @@ async function updateSupplyDeliveryRoute(req, res) {
|
|
|
30924
31111
|
}
|
|
30925
31112
|
|
|
30926
31113
|
// src/data/rest-api/routes/data/supplydelivery/supplydelivery.ts
|
|
30927
|
-
var
|
|
30928
|
-
|
|
30929
|
-
|
|
30930
|
-
|
|
30931
|
-
|
|
30932
|
-
|
|
31114
|
+
var router142 = express142.Router();
|
|
31115
|
+
router142.get("/", listSupplyDeliverysRoute);
|
|
31116
|
+
router142.get("/:id", getSupplyDeliveryByIdRoute);
|
|
31117
|
+
router142.post("/", createSupplyDeliveryRoute);
|
|
31118
|
+
router142.put("/:id", updateSupplyDeliveryRoute);
|
|
31119
|
+
router142.delete("/:id", deleteSupplyDeliveryRoute);
|
|
30933
31120
|
|
|
30934
31121
|
// src/data/rest-api/routes/data/supplyrequest/supplyrequest.ts
|
|
30935
|
-
import
|
|
31122
|
+
import express143 from "express";
|
|
30936
31123
|
|
|
30937
31124
|
// src/data/operations/data/supplyrequest/supplyrequest-create-operation.ts
|
|
30938
31125
|
import { ulid as ulid135 } from "ulid";
|
|
@@ -31124,15 +31311,15 @@ async function updateSupplyRequestRoute(req, res) {
|
|
|
31124
31311
|
}
|
|
31125
31312
|
|
|
31126
31313
|
// src/data/rest-api/routes/data/supplyrequest/supplyrequest.ts
|
|
31127
|
-
var
|
|
31128
|
-
|
|
31129
|
-
|
|
31130
|
-
|
|
31131
|
-
|
|
31132
|
-
|
|
31314
|
+
var router143 = express143.Router();
|
|
31315
|
+
router143.get("/", listSupplyRequestsRoute);
|
|
31316
|
+
router143.get("/:id", getSupplyRequestByIdRoute);
|
|
31317
|
+
router143.post("/", createSupplyRequestRoute);
|
|
31318
|
+
router143.put("/:id", updateSupplyRequestRoute);
|
|
31319
|
+
router143.delete("/:id", deleteSupplyRequestRoute);
|
|
31133
31320
|
|
|
31134
31321
|
// src/data/rest-api/routes/data/task/task.ts
|
|
31135
|
-
import
|
|
31322
|
+
import express144 from "express";
|
|
31136
31323
|
|
|
31137
31324
|
// src/data/operations/data/task/task-create-operation.ts
|
|
31138
31325
|
import { ulid as ulid136 } from "ulid";
|
|
@@ -31480,15 +31667,15 @@ async function updateTaskRoute(req, res) {
|
|
|
31480
31667
|
}
|
|
31481
31668
|
|
|
31482
31669
|
// src/data/rest-api/routes/data/task/task.ts
|
|
31483
|
-
var
|
|
31484
|
-
|
|
31485
|
-
|
|
31486
|
-
|
|
31487
|
-
|
|
31488
|
-
|
|
31670
|
+
var router144 = express144.Router();
|
|
31671
|
+
router144.get("/", listTasksRoute);
|
|
31672
|
+
router144.get("/:id", getTaskByIdRoute);
|
|
31673
|
+
router144.post("/", createTaskRoute);
|
|
31674
|
+
router144.put("/:id", updateTaskRoute);
|
|
31675
|
+
router144.delete("/:id", deleteTaskRoute);
|
|
31489
31676
|
|
|
31490
31677
|
// src/data/rest-api/routes/data/terminologycapabilities/terminologycapabilities.ts
|
|
31491
|
-
import
|
|
31678
|
+
import express145 from "express";
|
|
31492
31679
|
|
|
31493
31680
|
// src/data/operations/data/terminologycapabilities/terminologycapabilities-create-operation.ts
|
|
31494
31681
|
import { ulid as ulid137 } from "ulid";
|
|
@@ -31699,15 +31886,15 @@ async function updateTerminologyCapabilitiesRoute(req, res) {
|
|
|
31699
31886
|
}
|
|
31700
31887
|
|
|
31701
31888
|
// src/data/rest-api/routes/data/terminologycapabilities/terminologycapabilities.ts
|
|
31702
|
-
var
|
|
31703
|
-
|
|
31704
|
-
|
|
31705
|
-
|
|
31706
|
-
|
|
31707
|
-
|
|
31889
|
+
var router145 = express145.Router();
|
|
31890
|
+
router145.get("/", listTerminologyCapabilitiessRoute);
|
|
31891
|
+
router145.get("/:id", getTerminologyCapabilitiesByIdRoute);
|
|
31892
|
+
router145.post("/", createTerminologyCapabilitiesRoute);
|
|
31893
|
+
router145.put("/:id", updateTerminologyCapabilitiesRoute);
|
|
31894
|
+
router145.delete("/:id", deleteTerminologyCapabilitiesRoute);
|
|
31708
31895
|
|
|
31709
31896
|
// src/data/rest-api/routes/data/testreport/testreport.ts
|
|
31710
|
-
import
|
|
31897
|
+
import express146 from "express";
|
|
31711
31898
|
|
|
31712
31899
|
// src/data/operations/data/testreport/testreport-create-operation.ts
|
|
31713
31900
|
import { ulid as ulid138 } from "ulid";
|
|
@@ -31899,15 +32086,15 @@ async function updateTestReportRoute(req, res) {
|
|
|
31899
32086
|
}
|
|
31900
32087
|
|
|
31901
32088
|
// src/data/rest-api/routes/data/testreport/testreport.ts
|
|
31902
|
-
var
|
|
31903
|
-
|
|
31904
|
-
|
|
31905
|
-
|
|
31906
|
-
|
|
31907
|
-
|
|
32089
|
+
var router146 = express146.Router();
|
|
32090
|
+
router146.get("/", listTestReportsRoute);
|
|
32091
|
+
router146.get("/:id", getTestReportByIdRoute);
|
|
32092
|
+
router146.post("/", createTestReportRoute);
|
|
32093
|
+
router146.put("/:id", updateTestReportRoute);
|
|
32094
|
+
router146.delete("/:id", deleteTestReportRoute);
|
|
31908
32095
|
|
|
31909
32096
|
// src/data/rest-api/routes/data/testscript/testscript.ts
|
|
31910
|
-
import
|
|
32097
|
+
import express147 from "express";
|
|
31911
32098
|
|
|
31912
32099
|
// src/data/operations/data/testscript/testscript-create-operation.ts
|
|
31913
32100
|
import { ulid as ulid139 } from "ulid";
|
|
@@ -32099,15 +32286,15 @@ async function updateTestScriptRoute(req, res) {
|
|
|
32099
32286
|
}
|
|
32100
32287
|
|
|
32101
32288
|
// src/data/rest-api/routes/data/testscript/testscript.ts
|
|
32102
|
-
var
|
|
32103
|
-
|
|
32104
|
-
|
|
32105
|
-
|
|
32106
|
-
|
|
32107
|
-
|
|
32289
|
+
var router147 = express147.Router();
|
|
32290
|
+
router147.get("/", listTestScriptsRoute);
|
|
32291
|
+
router147.get("/:id", getTestScriptByIdRoute);
|
|
32292
|
+
router147.post("/", createTestScriptRoute);
|
|
32293
|
+
router147.put("/:id", updateTestScriptRoute);
|
|
32294
|
+
router147.delete("/:id", deleteTestScriptRoute);
|
|
32108
32295
|
|
|
32109
32296
|
// src/data/rest-api/routes/data/valueset/valueset.ts
|
|
32110
|
-
import
|
|
32297
|
+
import express148 from "express";
|
|
32111
32298
|
|
|
32112
32299
|
// src/data/operations/data/valueset/valueset-create-operation.ts
|
|
32113
32300
|
import { ulid as ulid140 } from "ulid";
|
|
@@ -32299,15 +32486,15 @@ async function updateValueSetRoute(req, res) {
|
|
|
32299
32486
|
}
|
|
32300
32487
|
|
|
32301
32488
|
// src/data/rest-api/routes/data/valueset/valueset.ts
|
|
32302
|
-
var
|
|
32303
|
-
|
|
32304
|
-
|
|
32305
|
-
|
|
32306
|
-
|
|
32307
|
-
|
|
32489
|
+
var router148 = express148.Router();
|
|
32490
|
+
router148.get("/", listValueSetsRoute);
|
|
32491
|
+
router148.get("/:id", getValueSetByIdRoute);
|
|
32492
|
+
router148.post("/", createValueSetRoute);
|
|
32493
|
+
router148.put("/:id", updateValueSetRoute);
|
|
32494
|
+
router148.delete("/:id", deleteValueSetRoute);
|
|
32308
32495
|
|
|
32309
32496
|
// src/data/rest-api/routes/data/verificationresult/verificationresult.ts
|
|
32310
|
-
import
|
|
32497
|
+
import express149 from "express";
|
|
32311
32498
|
|
|
32312
32499
|
// src/data/operations/data/verificationresult/verificationresult-create-operation.ts
|
|
32313
32500
|
import { ulid as ulid141 } from "ulid";
|
|
@@ -32506,15 +32693,15 @@ async function updateVerificationResultRoute(req, res) {
|
|
|
32506
32693
|
}
|
|
32507
32694
|
|
|
32508
32695
|
// src/data/rest-api/routes/data/verificationresult/verificationresult.ts
|
|
32509
|
-
var
|
|
32510
|
-
|
|
32511
|
-
|
|
32512
|
-
|
|
32513
|
-
|
|
32514
|
-
|
|
32696
|
+
var router149 = express149.Router();
|
|
32697
|
+
router149.get("/", listVerificationResultsRoute);
|
|
32698
|
+
router149.get("/:id", getVerificationResultByIdRoute);
|
|
32699
|
+
router149.post("/", createVerificationResultRoute);
|
|
32700
|
+
router149.put("/:id", updateVerificationResultRoute);
|
|
32701
|
+
router149.delete("/:id", deleteVerificationResultRoute);
|
|
32515
32702
|
|
|
32516
32703
|
// src/data/rest-api/routes/data/visionprescription/visionprescription.ts
|
|
32517
|
-
import
|
|
32704
|
+
import express150 from "express";
|
|
32518
32705
|
|
|
32519
32706
|
// src/data/operations/data/visionprescription/visionprescription-create-operation.ts
|
|
32520
32707
|
import { ulid as ulid142 } from "ulid";
|
|
@@ -32713,23 +32900,24 @@ async function updateVisionPrescriptionRoute(req, res) {
|
|
|
32713
32900
|
}
|
|
32714
32901
|
|
|
32715
32902
|
// src/data/rest-api/routes/data/visionprescription/visionprescription.ts
|
|
32716
|
-
var
|
|
32717
|
-
|
|
32718
|
-
|
|
32719
|
-
|
|
32720
|
-
|
|
32721
|
-
|
|
32903
|
+
var router150 = express150.Router();
|
|
32904
|
+
router150.get("/", listVisionPrescriptionsRoute);
|
|
32905
|
+
router150.get("/:id", getVisionPrescriptionByIdRoute);
|
|
32906
|
+
router150.post("/", createVisionPrescriptionRoute);
|
|
32907
|
+
router150.put("/:id", updateVisionPrescriptionRoute);
|
|
32908
|
+
router150.delete("/:id", deleteVisionPrescriptionRoute);
|
|
32722
32909
|
|
|
32723
32910
|
// src/data/rest-api/rest-api.ts
|
|
32724
|
-
var app =
|
|
32911
|
+
var app = express151();
|
|
32725
32912
|
app.set("view engine", "ejs");
|
|
32726
32913
|
app.set("views", path.join(__dirname, "views"));
|
|
32727
|
-
app.use(
|
|
32728
|
-
app.use(
|
|
32914
|
+
app.use(express151.json());
|
|
32915
|
+
app.use(express151.urlencoded({ extended: true }));
|
|
32729
32916
|
app.use(normalizeJsonBodyMiddleware);
|
|
32730
32917
|
app.get("/", (_req, res) => {
|
|
32731
32918
|
return res.status(200).json({ message: "POC App is running" });
|
|
32732
32919
|
});
|
|
32920
|
+
app.use("/User", router7);
|
|
32733
32921
|
app.use(
|
|
32734
32922
|
[
|
|
32735
32923
|
"/Account",
|
|
@@ -32884,164 +33072,164 @@ app.use(
|
|
|
32884
33072
|
],
|
|
32885
33073
|
openHiContextMiddleware
|
|
32886
33074
|
);
|
|
32887
|
-
app.use("/Account",
|
|
32888
|
-
app.use("/ActivityDefinition",
|
|
32889
|
-
app.use("/AdverseEvent",
|
|
32890
|
-
app.use("/AllergyIntolerance",
|
|
32891
|
-
app.use("/Appointment",
|
|
32892
|
-
app.use("/AppointmentResponse",
|
|
32893
|
-
app.use("/AuditEvent",
|
|
32894
|
-
app.use("/Basic",
|
|
32895
|
-
app.use("/BiologicallyDerivedProduct",
|
|
32896
|
-
app.use("/BodyStructure",
|
|
32897
|
-
app.use("/CapabilityStatement",
|
|
32898
|
-
app.use("/CarePlan",
|
|
32899
|
-
app.use("/CareTeam",
|
|
32900
|
-
app.use("/CatalogEntry",
|
|
32901
|
-
app.use("/ChargeItem",
|
|
32902
|
-
app.use("/ChargeItemDefinition",
|
|
32903
|
-
app.use("/Claim",
|
|
32904
|
-
app.use("/ClaimResponse",
|
|
32905
|
-
app.use("/ClinicalImpression",
|
|
32906
|
-
app.use("/CodeSystem",
|
|
32907
|
-
app.use("/CompartmentDefinition",
|
|
32908
|
-
app.use("/Communication",
|
|
32909
|
-
app.use("/CommunicationRequest",
|
|
32910
|
-
app.use("/Composition",
|
|
32911
|
-
app.use("/ConceptMap",
|
|
32912
|
-
app.use("/Condition",
|
|
32913
|
-
app.use("/Consent",
|
|
32914
|
-
app.use("/Contract",
|
|
32915
|
-
app.use("/Coverage",
|
|
32916
|
-
app.use("/CoverageEligibilityRequest",
|
|
32917
|
-
app.use("/CoverageEligibilityResponse",
|
|
32918
|
-
app.use("/DetectedIssue",
|
|
32919
|
-
app.use("/Device",
|
|
32920
|
-
app.use("/DeviceDefinition",
|
|
32921
|
-
app.use("/DeviceMetric",
|
|
32922
|
-
app.use("/DeviceRequest",
|
|
32923
|
-
app.use("/DeviceUseStatement",
|
|
32924
|
-
app.use("/DiagnosticReport",
|
|
32925
|
-
app.use("/DocumentManifest",
|
|
32926
|
-
app.use("/DocumentReference",
|
|
32927
|
-
app.use("/EffectEvidenceSynthesis",
|
|
32928
|
-
app.use("/Encounter",
|
|
32929
|
-
app.use("/Endpoint",
|
|
32930
|
-
app.use("/EnrollmentRequest",
|
|
32931
|
-
app.use("/EnrollmentResponse",
|
|
32932
|
-
app.use("/EpisodeOfCare",
|
|
32933
|
-
app.use("/EventDefinition",
|
|
32934
|
-
app.use("/Evidence",
|
|
32935
|
-
app.use("/EvidenceVariable",
|
|
32936
|
-
app.use("/ExampleScenario",
|
|
32937
|
-
app.use("/ExplanationOfBenefit",
|
|
32938
|
-
app.use("/FamilyMemberHistory",
|
|
32939
|
-
app.use("/Flag",
|
|
32940
|
-
app.use("/Goal",
|
|
32941
|
-
app.use("/GraphDefinition",
|
|
32942
|
-
app.use("/Group",
|
|
32943
|
-
app.use("/GuidanceResponse",
|
|
32944
|
-
app.use("/HealthcareService",
|
|
32945
|
-
app.use("/ImplementationGuide",
|
|
32946
|
-
app.use("/ImagingStudy",
|
|
32947
|
-
app.use("/Immunization",
|
|
32948
|
-
app.use("/ImmunizationEvaluation",
|
|
32949
|
-
app.use("/ImmunizationRecommendation",
|
|
32950
|
-
app.use("/InsurancePlan",
|
|
32951
|
-
app.use("/Invoice",
|
|
32952
|
-
app.use("/Library",
|
|
32953
|
-
app.use("/Linkage",
|
|
32954
|
-
app.use("/List",
|
|
32955
|
-
app.use("/Location",
|
|
32956
|
-
app.use("/Measure",
|
|
32957
|
-
app.use("/MeasureReport",
|
|
32958
|
-
app.use("/Media",
|
|
32959
|
-
app.use("/Medication",
|
|
32960
|
-
app.use("/MedicationAdministration",
|
|
32961
|
-
app.use("/MedicationDispense",
|
|
32962
|
-
app.use("/MedicationKnowledge",
|
|
32963
|
-
app.use("/MedicationRequest",
|
|
32964
|
-
app.use("/MedicationStatement",
|
|
32965
|
-
app.use("/MedicinalProduct",
|
|
32966
|
-
app.use("/MedicinalProductAuthorization",
|
|
33075
|
+
app.use("/Account", router9);
|
|
33076
|
+
app.use("/ActivityDefinition", router10);
|
|
33077
|
+
app.use("/AdverseEvent", router11);
|
|
33078
|
+
app.use("/AllergyIntolerance", router12);
|
|
33079
|
+
app.use("/Appointment", router13);
|
|
33080
|
+
app.use("/AppointmentResponse", router14);
|
|
33081
|
+
app.use("/AuditEvent", router15);
|
|
33082
|
+
app.use("/Basic", router16);
|
|
33083
|
+
app.use("/BiologicallyDerivedProduct", router17);
|
|
33084
|
+
app.use("/BodyStructure", router18);
|
|
33085
|
+
app.use("/CapabilityStatement", router19);
|
|
33086
|
+
app.use("/CarePlan", router20);
|
|
33087
|
+
app.use("/CareTeam", router21);
|
|
33088
|
+
app.use("/CatalogEntry", router22);
|
|
33089
|
+
app.use("/ChargeItem", router23);
|
|
33090
|
+
app.use("/ChargeItemDefinition", router24);
|
|
33091
|
+
app.use("/Claim", router25);
|
|
33092
|
+
app.use("/ClaimResponse", router26);
|
|
33093
|
+
app.use("/ClinicalImpression", router27);
|
|
33094
|
+
app.use("/CodeSystem", router28);
|
|
33095
|
+
app.use("/CompartmentDefinition", router31);
|
|
33096
|
+
app.use("/Communication", router29);
|
|
33097
|
+
app.use("/CommunicationRequest", router30);
|
|
33098
|
+
app.use("/Composition", router32);
|
|
33099
|
+
app.use("/ConceptMap", router33);
|
|
33100
|
+
app.use("/Condition", router34);
|
|
33101
|
+
app.use("/Consent", router35);
|
|
33102
|
+
app.use("/Contract", router36);
|
|
33103
|
+
app.use("/Coverage", router37);
|
|
33104
|
+
app.use("/CoverageEligibilityRequest", router38);
|
|
33105
|
+
app.use("/CoverageEligibilityResponse", router39);
|
|
33106
|
+
app.use("/DetectedIssue", router40);
|
|
33107
|
+
app.use("/Device", router41);
|
|
33108
|
+
app.use("/DeviceDefinition", router42);
|
|
33109
|
+
app.use("/DeviceMetric", router43);
|
|
33110
|
+
app.use("/DeviceRequest", router44);
|
|
33111
|
+
app.use("/DeviceUseStatement", router45);
|
|
33112
|
+
app.use("/DiagnosticReport", router46);
|
|
33113
|
+
app.use("/DocumentManifest", router47);
|
|
33114
|
+
app.use("/DocumentReference", router48);
|
|
33115
|
+
app.use("/EffectEvidenceSynthesis", router49);
|
|
33116
|
+
app.use("/Encounter", router50);
|
|
33117
|
+
app.use("/Endpoint", router51);
|
|
33118
|
+
app.use("/EnrollmentRequest", router52);
|
|
33119
|
+
app.use("/EnrollmentResponse", router53);
|
|
33120
|
+
app.use("/EpisodeOfCare", router54);
|
|
33121
|
+
app.use("/EventDefinition", router55);
|
|
33122
|
+
app.use("/Evidence", router56);
|
|
33123
|
+
app.use("/EvidenceVariable", router57);
|
|
33124
|
+
app.use("/ExampleScenario", router58);
|
|
33125
|
+
app.use("/ExplanationOfBenefit", router59);
|
|
33126
|
+
app.use("/FamilyMemberHistory", router60);
|
|
33127
|
+
app.use("/Flag", router61);
|
|
33128
|
+
app.use("/Goal", router62);
|
|
33129
|
+
app.use("/GraphDefinition", router63);
|
|
33130
|
+
app.use("/Group", router64);
|
|
33131
|
+
app.use("/GuidanceResponse", router65);
|
|
33132
|
+
app.use("/HealthcareService", router66);
|
|
33133
|
+
app.use("/ImplementationGuide", router71);
|
|
33134
|
+
app.use("/ImagingStudy", router67);
|
|
33135
|
+
app.use("/Immunization", router68);
|
|
33136
|
+
app.use("/ImmunizationEvaluation", router69);
|
|
33137
|
+
app.use("/ImmunizationRecommendation", router70);
|
|
33138
|
+
app.use("/InsurancePlan", router72);
|
|
33139
|
+
app.use("/Invoice", router73);
|
|
33140
|
+
app.use("/Library", router74);
|
|
33141
|
+
app.use("/Linkage", router75);
|
|
33142
|
+
app.use("/List", router76);
|
|
33143
|
+
app.use("/Location", router77);
|
|
33144
|
+
app.use("/Measure", router78);
|
|
33145
|
+
app.use("/MeasureReport", router79);
|
|
33146
|
+
app.use("/Media", router80);
|
|
33147
|
+
app.use("/Medication", router81);
|
|
33148
|
+
app.use("/MedicationAdministration", router82);
|
|
33149
|
+
app.use("/MedicationDispense", router83);
|
|
33150
|
+
app.use("/MedicationKnowledge", router84);
|
|
33151
|
+
app.use("/MedicationRequest", router85);
|
|
33152
|
+
app.use("/MedicationStatement", router86);
|
|
33153
|
+
app.use("/MedicinalProduct", router87);
|
|
33154
|
+
app.use("/MedicinalProductAuthorization", router88);
|
|
32967
33155
|
app.use(
|
|
32968
33156
|
"/MedicinalProductContraindication",
|
|
32969
|
-
|
|
33157
|
+
router89
|
|
32970
33158
|
);
|
|
32971
|
-
app.use("/MedicinalProductIngredient",
|
|
32972
|
-
app.use("/MedicinalProductIndication",
|
|
32973
|
-
app.use("/MedicinalProductInteraction",
|
|
32974
|
-
app.use("/MedicinalProductManufactured",
|
|
32975
|
-
app.use("/MedicinalProductPackaged",
|
|
33159
|
+
app.use("/MedicinalProductIngredient", router91);
|
|
33160
|
+
app.use("/MedicinalProductIndication", router90);
|
|
33161
|
+
app.use("/MedicinalProductInteraction", router92);
|
|
33162
|
+
app.use("/MedicinalProductManufactured", router93);
|
|
33163
|
+
app.use("/MedicinalProductPackaged", router94);
|
|
32976
33164
|
app.use(
|
|
32977
33165
|
"/MedicinalProductPharmaceutical",
|
|
32978
|
-
|
|
33166
|
+
router95
|
|
32979
33167
|
);
|
|
32980
33168
|
app.use(
|
|
32981
33169
|
"/MedicinalProductUndesirableEffect",
|
|
32982
|
-
|
|
33170
|
+
router96
|
|
32983
33171
|
);
|
|
32984
|
-
app.use("/MessageDefinition",
|
|
32985
|
-
app.use("/MessageHeader",
|
|
32986
|
-
app.use("/MolecularSequence",
|
|
32987
|
-
app.use("/NamingSystem",
|
|
32988
|
-
app.use("/NutritionOrder",
|
|
32989
|
-
app.use("/Observation",
|
|
32990
|
-
app.use("/ObservationDefinition",
|
|
32991
|
-
app.use("/OperationDefinition",
|
|
32992
|
-
app.use("/Organization",
|
|
32993
|
-
app.use("/OrganizationAffiliation",
|
|
32994
|
-
app.use("/Patient",
|
|
32995
|
-
app.use("/PaymentNotice",
|
|
32996
|
-
app.use("/PaymentReconciliation",
|
|
32997
|
-
app.use("/Person",
|
|
32998
|
-
app.use("/PlanDefinition",
|
|
32999
|
-
app.use("/Practitioner",
|
|
33000
|
-
app.use("/PractitionerRole",
|
|
33001
|
-
app.use("/Procedure",
|
|
33002
|
-
app.use("/Provenance",
|
|
33003
|
-
app.use("/Questionnaire",
|
|
33004
|
-
app.use("/QuestionnaireResponse",
|
|
33005
|
-
app.use("/RelatedPerson",
|
|
33006
|
-
app.use("/RequestGroup",
|
|
33007
|
-
app.use("/ResearchDefinition",
|
|
33008
|
-
app.use("/ResearchElementDefinition",
|
|
33009
|
-
app.use("/ResearchStudy",
|
|
33010
|
-
app.use("/ResearchSubject",
|
|
33011
|
-
app.use("/RiskAssessment",
|
|
33012
|
-
app.use("/RiskEvidenceSynthesis",
|
|
33013
|
-
app.use("/Schedule",
|
|
33014
|
-
app.use("/ServiceRequest",
|
|
33015
|
-
app.use("/SearchParameter",
|
|
33016
|
-
app.use("/Slot",
|
|
33017
|
-
app.use("/SpecimenDefinition",
|
|
33018
|
-
app.use("/Specimen",
|
|
33019
|
-
app.use("/StructureDefinition",
|
|
33020
|
-
app.use("/StructureMap",
|
|
33021
|
-
app.use("/Subscription",
|
|
33022
|
-
app.use("/Substance",
|
|
33023
|
-
app.use("/SubstanceNucleicAcid",
|
|
33024
|
-
app.use("/SubstancePolymer",
|
|
33025
|
-
app.use("/SubstanceProtein",
|
|
33026
|
-
app.use("/SubstanceReferenceInformation",
|
|
33027
|
-
app.use("/SubstanceSpecification",
|
|
33028
|
-
app.use("/SubstanceSourceMaterial",
|
|
33029
|
-
app.use("/SupplyDelivery",
|
|
33030
|
-
app.use("/SupplyRequest",
|
|
33031
|
-
app.use("/Task",
|
|
33032
|
-
app.use("/TerminologyCapabilities",
|
|
33033
|
-
app.use("/TestReport",
|
|
33034
|
-
app.use("/TestScript",
|
|
33035
|
-
app.use("/ValueSet",
|
|
33036
|
-
app.use("/VerificationResult",
|
|
33037
|
-
app.use("/VisionPrescription",
|
|
33172
|
+
app.use("/MessageDefinition", router97);
|
|
33173
|
+
app.use("/MessageHeader", router98);
|
|
33174
|
+
app.use("/MolecularSequence", router99);
|
|
33175
|
+
app.use("/NamingSystem", router100);
|
|
33176
|
+
app.use("/NutritionOrder", router101);
|
|
33177
|
+
app.use("/Observation", router102);
|
|
33178
|
+
app.use("/ObservationDefinition", router103);
|
|
33179
|
+
app.use("/OperationDefinition", router104);
|
|
33180
|
+
app.use("/Organization", router105);
|
|
33181
|
+
app.use("/OrganizationAffiliation", router106);
|
|
33182
|
+
app.use("/Patient", router107);
|
|
33183
|
+
app.use("/PaymentNotice", router108);
|
|
33184
|
+
app.use("/PaymentReconciliation", router109);
|
|
33185
|
+
app.use("/Person", router110);
|
|
33186
|
+
app.use("/PlanDefinition", router111);
|
|
33187
|
+
app.use("/Practitioner", router112);
|
|
33188
|
+
app.use("/PractitionerRole", router113);
|
|
33189
|
+
app.use("/Procedure", router114);
|
|
33190
|
+
app.use("/Provenance", router115);
|
|
33191
|
+
app.use("/Questionnaire", router116);
|
|
33192
|
+
app.use("/QuestionnaireResponse", router117);
|
|
33193
|
+
app.use("/RelatedPerson", router118);
|
|
33194
|
+
app.use("/RequestGroup", router119);
|
|
33195
|
+
app.use("/ResearchDefinition", router120);
|
|
33196
|
+
app.use("/ResearchElementDefinition", router121);
|
|
33197
|
+
app.use("/ResearchStudy", router122);
|
|
33198
|
+
app.use("/ResearchSubject", router123);
|
|
33199
|
+
app.use("/RiskAssessment", router124);
|
|
33200
|
+
app.use("/RiskEvidenceSynthesis", router125);
|
|
33201
|
+
app.use("/Schedule", router126);
|
|
33202
|
+
app.use("/ServiceRequest", router128);
|
|
33203
|
+
app.use("/SearchParameter", router127);
|
|
33204
|
+
app.use("/Slot", router129);
|
|
33205
|
+
app.use("/SpecimenDefinition", router131);
|
|
33206
|
+
app.use("/Specimen", router130);
|
|
33207
|
+
app.use("/StructureDefinition", router132);
|
|
33208
|
+
app.use("/StructureMap", router133);
|
|
33209
|
+
app.use("/Subscription", router134);
|
|
33210
|
+
app.use("/Substance", router135);
|
|
33211
|
+
app.use("/SubstanceNucleicAcid", router136);
|
|
33212
|
+
app.use("/SubstancePolymer", router137);
|
|
33213
|
+
app.use("/SubstanceProtein", router138);
|
|
33214
|
+
app.use("/SubstanceReferenceInformation", router139);
|
|
33215
|
+
app.use("/SubstanceSpecification", router141);
|
|
33216
|
+
app.use("/SubstanceSourceMaterial", router140);
|
|
33217
|
+
app.use("/SupplyDelivery", router142);
|
|
33218
|
+
app.use("/SupplyRequest", router143);
|
|
33219
|
+
app.use("/Task", router144);
|
|
33220
|
+
app.use("/TerminologyCapabilities", router145);
|
|
33221
|
+
app.use("/TestReport", router146);
|
|
33222
|
+
app.use("/TestScript", router147);
|
|
33223
|
+
app.use("/ValueSet", router148);
|
|
33224
|
+
app.use("/VerificationResult", router149);
|
|
33225
|
+
app.use("/VisionPrescription", router150);
|
|
33038
33226
|
app.use("/Configuration", router);
|
|
33039
33227
|
app.use("/Membership", router2);
|
|
33040
33228
|
app.use("/Role", router3);
|
|
33041
33229
|
app.use("/RoleAssignment", router4);
|
|
33042
33230
|
app.use("/Tenant", router5);
|
|
33043
33231
|
app.use("/User", router6);
|
|
33044
|
-
app.use("/Workspace",
|
|
33232
|
+
app.use("/Workspace", router8);
|
|
33045
33233
|
app.use((_req, res) => {
|
|
33046
33234
|
res.status(404).json({
|
|
33047
33235
|
resourceType: "OperationOutcome",
|