Dicom package: Difference between revisions

14 bytes added ,  2 January 2012
tidied questions section a bit
(added historic contributor)
(tidied questions section a bit)
Line 77: Line 77:
**silently convert the metadata to match the pixel type?
**silently convert the metadata to match the pixel type?
**error and do nothing?  
**error and do nothing?  
*What does dicominfo do when a tag is not in its dictionary. Answer: assign to a field like Private_3243_0010 (as Matlab)
 
*dicominfo: Items in sequences are not necessarily the same, so are stored as nested structs like dcm.RTDoseROISequence?.Item_1.DoseUnits?(as Matlab)
== Answered ==
*dicominfo: Items in sequences are not necessarily the same, so are stored as nested structs like dcm.RTDoseROISequence.Item_1.DoseUnits(as Matlab)
*What does dicominfo do when a tag is not in its dictionary? Answer: assign to a field like Private_3243_0010 (as Matlab)


== See also ==
== See also ==
14

edits