QMedical Command Reference
![]() |
![]() ![]() |
QMed_GetDictElementInfo(imageRef; elementRef; groupID; elementID; elementDesc):error | |||
![]() |
imageRef | Longint | Reference to the image |
![]() |
elementRef | Longint | Element reference |
![]() |
groupID | Longint | Group number |
![]() |
elementID | Longint | Element number |
![]() |
elementDesc | String255 | Element description |
![]() |
error | Longint | Error result |
Returns DICOM dictionary information for a data element.
The DICOM image file is specified by imageRef. If imageRef is not a valid image reference, error qmed_paramErr is returned. If imageRef is a valid image reference but the image is not in the DICOM format, error qmed_badComponentType is returned.
Parameter elementRef specifies the data element. The element reference must have been previously obtained with a call to QMed_GetElements or QMed_FindElement. If elementRef is not a valid element reference, error qmed_badDataElementRef is returned.
Parameters groupID and elementID receive the group and element numbers respectively.
Paramenter elementDesc receives the textual description of the data element as specified by the DICOM standard.