00001 /* 00002 * 00003 * Copyright (C) 1993-2001, OFFIS 00004 * 00005 * This file is a derivative work of an original developed by medigration 00006 * GmbH and made available to the public under the conditions of the 00007 * copyright and permission notice reproduced below. 00008 * 00009 * THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND OFFIS MAKES NO WARRANTY 00010 * REGARDING THE SOFTWARE, ITS PERFORMANCE, ITS MERCHANTABILITY OR 00011 * FITNESS FOR ANY PARTICULAR USE, FREEDOM FROM ANY COMPUTER DISEASES OR 00012 * ITS CONFORMITY TO ANY SPECIFICATION. THE ENTIRE RISK AS TO QUALITY AND 00013 * PERFORMANCE OF THE SOFTWARE IS WITH THE USER. 00014 * 00015 * Module: imagectn 00016 * 00017 * Author: Andrew Hewett, medigration GmbH 00018 * 00019 * Purpose: 00020 * Service Class Executive (SCE) - C-GET Provider 00021 * Adapted from scemove.h - Copyright (C) 1993/1994, OFFIS, Oldenburg University and CERIUM 00022 * 00023 * Last Update: $Author: meichel $ 00024 * Update Date: $Date: 2001/10/12 12:42:53 $ 00025 * Source File: $Source: /share/dicom/cvs-depot/dcmtk/imagectn/apps/sceget.h,v $ 00026 * CVS/RCS Revision: $Revision: 1.4 $ 00027 * Status: $State: Exp $ 00028 * 00029 * CVS/RCS Log at end of file 00030 */ 00031 00032 /* 00033 * Copyright (c) 1998 medigration GmbH. All Rights Reserved. 00034 * 00035 * This software is the confidential and proprietary information of 00036 * medigration GmbH ("Confidential Information"). You shall not 00037 * disclose such Confidential Information and shall use it only in 00038 * accordance with the terms of the license agreement you entered into 00039 * with medigration GmbH. 00040 * 00041 * MEDIGRATION MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF 00042 * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED 00043 * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A 00044 * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. MEDIGRATION SHALL NOT BE LIABLE FOR 00045 * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR 00046 * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES. 00047 * 00048 * Permission is granted to any individual or institution to use, copy, modify, 00049 * and distribute this software, provided that this complete copyright and 00050 * permission notice is maintained, intact, in all copies and supporting 00051 * documentation. 00052 * 00053 */ 00054 00055 #ifndef SCE_GET_H 00056 #define SCE_GET_H 00057 00058 #include "osconfig.h" /* make sure OS specific configuration is included first */ 00059 00060 OFCondition 00061 SCE_getSCP(T_ASC_Association * assoc, T_DIMSE_C_GetRQ * request, 00062 T_ASC_PresentationContextID presID, DB_Handle *dbHandle); 00063 00064 #endif 00065 00066 /* 00067 ** CVS Log 00068 ** $Log: sceget.h,v $ 00069 ** Revision 1.4 2001/10/12 12:42:53 meichel 00070 ** Adapted imagectn to OFCondition based dcmnet module (supports strict mode). 00071 ** 00072 ** Revision 1.3 2001/06/01 15:51:20 meichel 00073 ** Updated copyright header 00074 ** 00075 ** Revision 1.2 2000/03/08 16:41:00 meichel 00076 ** Updated copyright header. 00077 ** 00078 ** Revision 1.1 1999/06/10 12:15:42 meichel 00079 ** Adapted imagectn to new command line option scheme. 00080 ** Added support for Patient/Study Only Q/R model and C-GET (experimental). 00081 ** 00082 ** 00083 */