Note this reader is very basic and does not use a DICOM dictionary or try to convert the data to the correct datatype. For a more robust and sophisticated reader use the oro.dicom package.
dicom_reader(
input,
tags = list(sop_class_uid = "0008,0016"),
endian = "little",
debug = FALSE
)
a list with the same structure as the input, but with tag codes replaced with the corresponding data in a raw format.