DICOM PS3.18 2024c - Web Services

B.5 Query Studies From a Certain Day and Limit the Number of Results, Start With Offset 0

GET /radiology/studies?00080020=20000817&limit=20&offset=0&includefield=all HTTP/1.1
Host: www.hospital-stmarco
Accept: application/dicom+json

HTTP/1.1 200 OK
Content-Length: 1191
Content-Type: application/dicom+json; charset=utf-8

[ 
	{
	    "00080005": {
	        "vr": "CS",
	        "Value": [
	            "ISO_IR192"
	        	] 
		},
…
	    "00081190": {
	        "vr": "UT",
	        "Value": [
	            "https://www.hospital-stmarco/radiology/studies/1.2.250.1.59.40211.12345678.678910"
	        	] 
		}
	}
…
]         
DICOM PS3.18 2024c - Web Services