00001 /* 00002 * 00003 * Copyright (C) 1993-2001, OFFIS 00004 * 00005 * This software and supporting documentation were developed by 00006 * 00007 * Kuratorium OFFIS e.V. 00008 * Healthcare Information and Communication Systems 00009 * Escherweg 2 00010 * D-26121 Oldenburg, Germany 00011 * 00012 * THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND OFFIS MAKES NO WARRANTY 00013 * REGARDING THE SOFTWARE, ITS PERFORMANCE, ITS MERCHANTABILITY OR 00014 * FITNESS FOR ANY PARTICULAR USE, FREEDOM FROM ANY COMPUTER DISEASES OR 00015 * ITS CONFORMITY TO ANY SPECIFICATION. THE ENTIRE RISK AS TO QUALITY AND 00016 * PERFORMANCE OF THE SOFTWARE IS WITH THE USER. 00017 * 00018 * Module: imagectn 00019 * 00020 * Author: Andrew Hewett 00021 * 00022 * Purpose: Service Class Executive (SCE) - Store Service Class Provider 00023 * 00024 * Last Update: $Author: meichel $ 00025 * Update Date: $Date: 2002/11/25 18:01:15 $ 00026 * Source File: $Source: /share/dicom/cvs-depot/dcmtk/imagectn/apps/scestore.h,v $ 00027 * CVS/RCS Revision: $Revision: 1.6 $ 00028 * Status: $State: Exp $ 00029 * 00030 * CVS/RCS Log at end of file 00031 * 00032 */ 00033 00034 #ifndef SCE_STORE_H 00035 #define SCE_STORE_H 00036 00037 OFCondition 00038 SCE_storeSCP(T_ASC_Association * assoc, T_DIMSE_C_StoreRQ * req, 00039 T_ASC_PresentationContextID presId, 00040 DB_Handle *dbHandle, 00041 OFBool opt_correctUIDPadding); 00042 00043 #endif 00044 00045 /* 00046 * $Log: scestore.h,v $ 00047 * Revision 1.6 2002/11/25 18:01:15 meichel 00048 * Converted compile time option to leniently handle space padded UIDs 00049 * in the Storage Service Class into command line / config file option. 00050 * 00051 * Revision 1.5 2001/10/12 12:42:55 meichel 00052 * Adapted imagectn to OFCondition based dcmnet module (supports strict mode). 00053 * 00054 * Revision 1.4 2001/06/01 15:51:21 meichel 00055 * Updated copyright header 00056 * 00057 * Revision 1.3 2000/03/08 16:41:02 meichel 00058 * Updated copyright header. 00059 * 00060 * Revision 1.2 1999/06/10 12:12:01 meichel 00061 * Adapted imagectn to new command line option scheme. 00062 * Added support for Patient/Study Only Q/R model and C-GET (experimental). 00063 * 00064 * Revision 1.1.1.1 1996/03/28 19:24:59 hewett 00065 * Oldenburg Image CTN Software ported to use the dcmdata C++ toolkit. 00066 * 00067 * Revision 2.1 1995/02/02 12:49:24 hewett 00068 * Corrected spelling of Ossietzky 00069 * 00070 * Revision 2.0 1994/11/17 09:44:07 meichel 00071 * Version 2.0 for RSNA 1994 demonstration. 00072 * New features: Metaheader support, new SOP classes, lots of bugs fixed. 00073 * 00074 * Revision 1.3 1994/03/17 09:27:45 hewett 00075 * Updated copyright notice. 00076 * 00077 * Revision 1.2 1993/10/14 10:46:06 hewett 00078 * Added Euro Header 00079 * 00080 * Revision 1.1 1993/08/30 09:48:32 hewett 00081 * Initial Revision 00082 * 00083 */