diff --git a/schemas/importSeries.schema.json b/schemas/importSeries.schema.json index 8bf5e9c..c3f94c3 100644 --- a/schemas/importSeries.schema.json +++ b/schemas/importSeries.schema.json @@ -40,6 +40,9 @@ "label": { "type": "string" }, + "seriesInstanceUid": { + "type": "string" + }, "seriesNumber": { "type": "string" }, @@ -64,6 +67,9 @@ "seriesNumber": { "$ref": "#/definitions/label" }, + "seriesInstanceUid": { + "$ref": "#/definitions/seriesInstanceUid" + }, "pathToDispatchedFolder": { "$ref": "#/definitions/pathToDispatchedFolder" }, @@ -84,7 +90,7 @@ }, "replicated": { "type": "boolean" - }, + }, "dicomHeaderSummary": { "type": "object", "required": [ @@ -110,8 +116,8 @@ "docType", "processed", "pathToDispatchedFolder", - "seriesNumber" + "seriesInstanceUid" ] } } -} +} \ No newline at end of file diff --git a/schemas/importVisit.schema.json b/schemas/importVisit.schema.json index 020d845..5b63893 100644 --- a/schemas/importVisit.schema.json +++ b/schemas/importVisit.schema.json @@ -25,7 +25,7 @@ "type": "string" }, "mainDatabaseId": { - "type": "string" + "type": "string" } }, "required": [ @@ -42,6 +42,9 @@ "imaging" ] }, + "studyInstanceUid": { + "type": "string" + }, "date": { "type": "string" }, @@ -81,6 +84,9 @@ "replicated": { "type": "boolean" }, + "studyInstanceUid": { + "$ref": "#/definitions/studyInstanceUid" + }, "sex": { "type": [ "string",