@metriport/api-sdk 7.5.2-alpha.0 → 7.5.3
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.
|
@@ -236,8 +236,8 @@ export declare class MetriportMedicalApi {
|
|
|
236
236
|
/**
|
|
237
237
|
* @deprecated - Use createDocumentReference() instead.
|
|
238
238
|
* Returns a URL to upload a file to Metriport and make the document available to other HIEs.
|
|
239
|
-
* To upload your file contents, execute a PUT request using this
|
|
240
|
-
* Refer to Metriport
|
|
239
|
+
* To upload your file contents, execute a PUT request using this URL with the file contents as the request body.
|
|
240
|
+
* Refer to Metriport documentation for more details:
|
|
241
241
|
* https://docs.metriport.com/medical-api/api-reference/document/post-upload-url
|
|
242
242
|
*
|
|
243
243
|
* @param patientId - the ID of the patient.
|
|
@@ -409,8 +409,8 @@ class MetriportMedicalApi {
|
|
|
409
409
|
/**
|
|
410
410
|
* @deprecated - Use createDocumentReference() instead.
|
|
411
411
|
* Returns a URL to upload a file to Metriport and make the document available to other HIEs.
|
|
412
|
-
* To upload your file contents, execute a PUT request using this
|
|
413
|
-
* Refer to Metriport
|
|
412
|
+
* To upload your file contents, execute a PUT request using this URL with the file contents as the request body.
|
|
413
|
+
* Refer to Metriport documentation for more details:
|
|
414
414
|
* https://docs.metriport.com/medical-api/api-reference/document/post-upload-url
|
|
415
415
|
*
|
|
416
416
|
* @param patientId - the ID of the patient.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metriport/api-sdk",
|
|
3
|
-
"version": "7.5.
|
|
3
|
+
"version": "7.5.3",
|
|
4
4
|
"description": "Metriport helps you access and manage health and medical data, through a single open source API.",
|
|
5
5
|
"author": "Metriport Inc. <contact@metriport.com>",
|
|
6
6
|
"homepage": "https://metriport.com/",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"ts-jest": "29.1.1",
|
|
75
75
|
"typescript": "^4.9.5"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "b781e0b45a94309699532952a427eb9494a7fa48"
|
|
78
78
|
}
|