|
TPCCLIB
|
DICOM Storage SOPs. 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 | dcmSOPIdentify (const char *s) |
| char * | dcmSOPName (unsigned int i) |
| char * | dcmSOPUID (unsigned int i) |
| char * | dcmSOPUIDName (const char *s) |
DICOM Storage SOPs.
Definition in file dcmsop.c.
| unsigned int dcmSOPIdentify | ( | const char * | s | ) |
Identify the DICOM SOP UID.
| s | SOP UID string. |
Definition at line 62 of file dcmsop.c.
| char * dcmSOPName | ( | unsigned int | i | ) |
Get the DICOM SOP UID Name.
| i | SOP UID list index. |
Definition at line 83 of file dcmsop.c.
| char * dcmSOPUID | ( | unsigned int | i | ) |
Get the DICOM SOP UID.
| i | SOP UID list index. |
Definition at line 101 of file dcmsop.c.
| char * dcmSOPUIDName | ( | const char * | s | ) |
Get the name of DICOM SOP UID.
| s | SOP UID string. |
Definition at line 119 of file dcmsop.c.