MATLAB: What’s the difference between Instance Number and Acquisition Number tags in DICOM images

]acquisition numberdicomimagesinstance numbertags

I need explanations about those two tags and what values are appropriate to insert if they are not given

Best Answer

This is not a Matlab question, but a question about DICOM standards. You can easily find the descriptions by using your favorite internet search engine.
Attribute name: Acquisition Number
Attribute tag: (0020,0012)
Attribute type: 3 (Optional Data Element)
Description:
A number identifying the single continuous gathering of
data over a period of time that resulted in this image.
Attribute name: Instance Number
Attribute tag: (0020,0013)
Attribute type: 2 (Required Data Element)
Description:
A number that identifies this image.
Note
This Attribute was named Image Number in earlier versions of this Standard.
So the acquisition number can be used to identify slices/single images within a series, while the instance number identifies the complete image.