.
This commit is contained in:
@@ -310,7 +310,11 @@
|
|||||||
// We will get the sopInstanceUid from the file which is a string and
|
// We will get the sopInstanceUid from the file which is a string and
|
||||||
// has the tag (0020,000D)
|
// has the tag (0020,000D)
|
||||||
var study_description = dataSet.string('x00081030').toLowerCase();
|
var study_description = dataSet.string('x00081030').toLowerCase();
|
||||||
|
var accession_number = dataSet.string('x00080050').toLowerCase();
|
||||||
|
var patient_id = dataSet.string('x00100020').toLowerCase();
|
||||||
console.log("STUDY", study_description);
|
console.log("STUDY", study_description);
|
||||||
|
console.log("acc", accession_number);
|
||||||
|
console.log("pid", patient_id);
|
||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: `{% url 'generic:examination-autocomplete' %}/${encodeURI(study_description)}`,
|
url: `{% url 'generic:examination-autocomplete' %}/${encodeURI(study_description)}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user