You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/dicom.ipynb
+55
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,61 @@
200
200
"axes[1].set_title('lossy image');"
201
201
]
202
202
},
203
+
{
204
+
"cell_type": "markdown",
205
+
"metadata": {
206
+
"id": "VbkKcNZunw3N"
207
+
},
208
+
"source": [
209
+
"### Decode DICOM Metadata and working with Tags"
210
+
]
211
+
},
212
+
{
213
+
"cell_type": "markdown",
214
+
"metadata": {
215
+
"id": "D7tuwYksn8e7"
216
+
},
217
+
"source": [
218
+
"`decode_dicom_data` decodes tag information. `dicom_tags` contains useful information as the patient's age and sex, so you can use DICOM tags such as `dicom_tags.PatientsAge` and `dicom_tags.PatientsSex`. tensorflow_io borrow the same tag notation from the pydicom dicom package."
0 commit comments