|
TPCCLIB
|
DICOM dictionary for TPCCLIB. More...
#include "tpcclibConfig.h"#include <stdio.h>#include <stdlib.h>#include <math.h>#include <time.h>#include <string.h>#include "tpcextensions.h"#include "tpcdcm.h"Go to the source code of this file.
Functions | |
| unsigned int | dcmDictSize () |
| int | dcmDictIndexTag (unsigned int i, unsigned short int *group, unsigned short int *element) |
| char * | dcmDictIndexVR (unsigned int i) |
| char * | dcmDictIndexDescr (unsigned int i) |
| char * | dcmDictIndexType (unsigned int i) |
| unsigned int | dcmDictFindTag (DCMTAG *tag) |
DICOM dictionary for TPCCLIB.
Definition in file dcmdictionary.c.
| unsigned int dcmDictFindTag | ( | DCMTAG * | tag | ) |
Get the dictionary index for given tag.
| tag | Pointer to DICOM tag. |
Definition at line 2820 of file dcmdictionary.c.
Referenced by dcmFileReadNextElement().
| char * dcmDictIndexDescr | ( | unsigned int | i | ) |
Get the DICOM tag description, based on given dictionary index.
| i | Dictionary index [0..n-1]. |
Definition at line 2780 of file dcmdictionary.c.
Referenced by dcmFileReadNextElement().
| int dcmDictIndexTag | ( | unsigned int | i, |
| unsigned short int * | group, | ||
| unsigned short int * | element ) |
Get the DICOM tag group and element, based on given dictionary index.
| i | Dictionary index [0..n-1]. |
| group | Pointer to tag group; enter NULL if not needed. |
| element | Pointer to tag element; enter NULL if not needed. |
Definition at line 2744 of file dcmdictionary.c.
| char * dcmDictIndexType | ( | unsigned int | i | ) |
Get the DICOM Tag Type, based on given dictionary index.
Tag Type is a NULL terminated string.
Reference: DICOM PS3.3
| i | Dictionary index [0..n-1]. |
Definition at line 2804 of file dcmdictionary.c.
| char * dcmDictIndexVR | ( | unsigned int | i | ) |
Get the DICOM tag VR string, based on given dictionary index.
Definition at line 2766 of file dcmdictionary.c.
Referenced by dcmFileReadNextElement().
| unsigned int dcmDictSize | ( | ) |
Get the size of DICOM dictionary.
Definition at line 2730 of file dcmdictionary.c.
Referenced by dcmDictFindTag(), dcmDictIndexDescr(), dcmDictIndexTag(), dcmDictIndexType(), and dcmDictIndexVR().