DICOM metadata is distinct from
clientMetadata, which is the metadata associated with individual data units. See our tutorial on clientMetadata for more information.Reading series metadata
The following code reads and prints the patient ID (patient_id), series ID (series_uid) and study ID (study_uid) of all label rows in the specified Project.
Reading frame metadata
The following code reads and prints frame specific DICOM metadata including the DICOM instance ID (dicom_instance_uid), the multiframe frame number (multiframe_frame_number), the file URI (file_uri) and the height as well as width of the frame, as can be seen in the sample output provided.

