/usr/include/dcmtk/dcmnet/dul.h is in libdcmtk2-dev 3.6.0-15.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 | /*
*
* Copyright (C) 1994-2010, OFFIS e.V.
* All rights reserved. See COPYRIGHT file for details.
*
* This software and supporting documentation were partly developed by
*
* OFFIS e.V.
* R&D Division Health
* Escherweg 2
* D-26121 Oldenburg, Germany
*
* For further copyrights, see the following paragraphs.
*
*/
/*
Copyright (C) 1993, 1994, RSNA and Washington University
The software and supporting documentation for the Radiological
Society of North America (RSNA) 1993, 1994 Digital Imaging and
Communications in Medicine (DICOM) Demonstration were developed
at the
Electronic Radiology Laboratory
Mallinckrodt Institute of Radiology
Washington University School of Medicine
510 S. Kingshighway Blvd.
St. Louis, MO 63110
as part of the 1993, 1994 DICOM Central Test Node project for, and
under contract with, the Radiological Society of North America.
THIS SOFTWARE IS MADE AVAILABLE, AS IS, AND NEITHER RSNA NOR
WASHINGTON UNIVERSITY MAKE ANY WARRANTY ABOUT THE SOFTWARE, ITS
PERFORMANCE, ITS MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
USE, FREEDOM FROM ANY COMPUTER DISEASES OR ITS CONFORMITY TO ANY
SPECIFICATION. THE ENTIRE RISK AS TO QUALITY AND PERFORMANCE OF
THE SOFTWARE IS WITH THE USER.
Copyright of the software and supporting documentation is
jointly owned by RSNA and Washington University, and free access
is hereby granted as a license to use this software, copy this
software and prepare derivative works based upon this software.
However, any distribution of this software source code or
supporting documentation or derivative works (source code and
supporting documentation) must include the three paragraphs of
the copyright notice.
*/
/*
** DICOM 93
** Electronic Radiology Laboratory
** Mallinckrodt Institute of Radiology
** Washington University School of Medicine
**
** Module Name(s):
** Author, Date: Stephen M. Moore, 14-Apr-1993
** Intent: This file defines the public structures and constants
** and the function prototypes for the DUL (DICOM Upper
** Layer) facility.
** Last Update: $Author: joergr $, $Date: 2010-12-01 08:26:10 $
** Revision: $Revision: 1.31 $
** Status: $State: Exp $
*/
#ifndef DUL_IS_IN
#define DUL_IS_IN 1
#include "dcmtk/config/osconfig.h" /* make sure OS specific configuration is included first */
#include "dcmtk/ofstd/ofglobal.h"
#include "dcmtk/ofstd/oftypes.h"
#include "dcmtk/ofstd/ofcast.h"
#include "dcmtk/dcmnet/extneg.h"
#include "dcmtk/dcmnet/dicom.h"
#include "dcmtk/dcmnet/dcuserid.h"
class DcmTransportConnection;
class DcmTransportLayer;
class LST_HEAD;
/** Global flag to enable/disable reverse DNS lookup when accepting associations.
* If disabled, the numerical IP address instead of the symbolic hostname is
* stored in the callingPresentationAddress field of the association parameters
* structure. Most DICOM applications (except imagectn) don't need the symbolic
* hostname anyway, and the reverse DNS lookup can cause a long timeout.
*/
extern OFGlobal<OFBool> dcmDisableGethostbyaddr; /* default OFFalse */
/** Global flag specifying whether to reject presentation contexts in case of an
* unsuccessful SCP/SCU role selection (strict) or to return the corresponding
* user data item with appropriate values (default). This applies to association
* acceptors only.
*/
extern OFGlobal<OFBool> dcmStrictRoleSelection; /* default OFFalse */
/** Global timeout (seconds) for connecting to remote hosts.
* Default value is -1 which selects infinite timeout, i.e. blocking connect().
*/
extern OFGlobal<Sint32> dcmConnectionTimeout; /* default -1 */
/** This global flag allows to set an already opened socket file descriptor which
* will be used by dcmnet the next time receiveTransportConnectionTCP() is called.
* Useful for use with proxy applications, but inherently thread unsafe!
*/
extern OFGlobal<int> dcmExternalSocketHandle; /* default -1 */
/** When compiled with WITH_TCPWRAPPER, DCMTK server processes may use the TCP
* wrapper library to enforce access control - see hosts_access(5). If this
* global flag is non-NULL, the TCP wrapper is enabled and the string pointed
* to is used as the daemon name. If the flag is NULL, no access control is
* performed.
*/
extern OFGlobal<const char *> dcmTCPWrapperDaemonName; /* default NULL */
/* Global option flag for compatibility with DCMTK releases prior to version 3.0.
* Default (0) is automatic handling, which should work in most cases.
*/
extern OFGlobal<unsigned long> dcmEnableBackwardCompatibility;
#ifndef DUL_KEYS
#define DUL_KEYS 1
typedef void DUL_NETWORKKEY;
typedef void DUL_ASSOCIATIONKEY;
typedef unsigned char DUL_PRESENTATIONCONTEXTID;
#endif
/** pure virtual base class for DUL mode callbacks
*/
/* Define a structure containing fixed length fields that can
* be used for requesting or accepting an association. The
* lengths of "titles" and "names" are specified by the DICOM
* protocol document. The fields in the structure are made
* longer to allow for zero-terminators. DICOM doesn't know
* about node names, but the DUL_ package needs them.
*/
#define DUL_LEN_TITLE OFstatic_cast(size_t, 16) /* required by DICOM protocol */
#define DUL_LEN_NAME OFstatic_cast(size_t, 64) /* required by DICOM protocol */
#define DUL_LEN_UID OFstatic_cast(size_t, 64) /* required by DICOM protocol */
#define DUL_LEN_NODE OFstatic_cast(size_t, 127) /* should be "big enough" */
/* DICOM PDU Types */
#define DUL_TYPEASSOCIATERQ OFstatic_cast(unsigned char, 0x01)
#define DUL_TYPEASSOCIATEAC OFstatic_cast(unsigned char, 0x02)
#define DUL_TYPEASSOCIATERJ OFstatic_cast(unsigned char, 0x03)
#define DUL_TYPEDATA OFstatic_cast(unsigned char, 0x04)
#define DUL_TYPERELEASERQ OFstatic_cast(unsigned char, 0x05)
#define DUL_TYPERELEASERP OFstatic_cast(unsigned char, 0x06)
#define DUL_TYPEABORT OFstatic_cast(unsigned char, 0x07)
#define DUL_MAXTYPE OFstatic_cast(unsigned char, 0x07)
class DUL_ModeCallback
{
public:
/// destructor
virtual ~DUL_ModeCallback() {}
/** callback method
* @param mode DUL compatibility mode passed in callback
*/
virtual void callback(unsigned long mode) = 0;
};
typedef struct {
char applicationContextName[DUL_LEN_NAME + 1];
char callingAPTitle[DUL_LEN_TITLE + 1];
char calledAPTitle[DUL_LEN_TITLE + 1];
char respondingAPTitle[DUL_LEN_TITLE + 1];
unsigned long maxPDU;
unsigned short result;
unsigned short resultSource;
unsigned short diagnostic;
char callingPresentationAddress[64];
char calledPresentationAddress[64];
LST_HEAD *requestedPresentationContext;
LST_HEAD *acceptedPresentationContext;
unsigned short maximumOperationsInvoked;
unsigned short maximumOperationsPerformed;
char callingImplementationClassUID[DICOM_UI_LENGTH + 1];
char callingImplementationVersionName[16 + 1];
char calledImplementationClassUID[DICOM_UI_LENGTH + 1];
char calledImplementationVersionName[16 + 1];
unsigned long peerMaxPDU;
SOPClassExtendedNegotiationSubItemList *requestedExtNegList;
SOPClassExtendedNegotiationSubItemList *acceptedExtNegList;
UserIdentityNegotiationSubItemRQ *reqUserIdentNeg;
UserIdentityNegotiationSubItemAC *ackUserIdentNeg;
OFBool useSecureLayer;
} DUL_ASSOCIATESERVICEPARAMETERS;
typedef enum {
DUL_SC_ROLE_NONE,
DUL_SC_ROLE_DEFAULT,
DUL_SC_ROLE_SCU,
DUL_SC_ROLE_SCP,
DUL_SC_ROLE_SCUSCP
} DUL_SC_ROLE;
#define DUL_PRESENTATION_ACCEPT 0
#define DUL_PRESENTATION_REJECT_USER 1
#define DUL_PRESENTATION_REJECT_NOREASON 2
#define DUL_PRESENTATION_REJECT_ABSTRACT_SYNTAX 3
#define DUL_PRESENTATION_REJECT_TRANSFER_SYNTAX 4
typedef OFList<char *> DUL_TRANSFERSYNTAXLIST;
typedef struct {
void *reserved[2];
DUL_PRESENTATIONCONTEXTID presentationContextID;
char abstractSyntax[DUL_LEN_UID + 1];
LST_HEAD *proposedTransferSyntax;
char acceptedTransferSyntax[DUL_LEN_UID + 1];
unsigned char result;
DUL_SC_ROLE proposedSCRole;
DUL_SC_ROLE acceptedSCRole;
} DUL_PRESENTATIONCONTEXT;
typedef struct {
void *reserved[2];
char transferSyntax[DUL_LEN_UID + 1];
} DUL_TRANSFERSYNTAX;
typedef struct dul_abortitems {
unsigned char result;
unsigned char source;
unsigned char reason;
} DUL_ABORTITEMS;
typedef enum {
DUL_COMMANDPDV, /* A command PDV inside a data PDU */
DUL_DATASETPDV
} /* A data set PDV inside a data PDU */
DUL_DATAPDV;
typedef enum {
DUL_BLOCK, /* Block on an operation (read, request) */
DUL_NOBLOCK
} /* Or return immediately if nothing avail */
DUL_BLOCKOPTIONS;
typedef struct {
unsigned long fragmentLength;
unsigned char presentationContextID;
DUL_DATAPDV pdvType;
OFBool lastPDV;
void *data;
} DUL_PDV;
typedef struct {
unsigned long count;
void *scratch;
unsigned long scratchLength;
DUL_ABORTITEMS abort;
DUL_PDV *pdv;
} DUL_PDVLIST;
/* Define the bits that go in the options field for InitializeNetwork
**
** The low two bits define the byte order of messages at the DICOM
** level. This does not define the order of user data inside of a
** DICOM PDU.
*/
#define DUL_ORDERMASK 0x03 /* The bottom two bits */
#define DUL_ORDERLITTLEENDIAN 0x01
#define DUL_ORDERBIGENDIAN 0x02
#define DUL_DOMAINMASK 0x04
#define DUL_FULLDOMAINNAME 0x04
#define DUL_AEREQUESTOR "AE REQUESTOR"
#define DUL_AEACCEPTOR "AE ACCEPTOR"
#define DUL_AEBOTH "AE BOTH"
/* These macros define results and reasons for rejecting an association
** request. Result is permanent or transient. There are a number of
** different reasons for rejecting requests that occur at different layers
*/
#define DUL_REJ_RSLTPERMANENT 0x01
#define DUL_REJ_RSLTTRANSIENT 0x02
/* These macros define parameters used to construct an ABORT PDU.
** These include the source of the abort (SCU or SCP) and the
** reason for the abort.
*/
#define DUL_SCU_INITIATED_ABORT 0x00
#define DUL_SCP_INITIATED_ABORT 0x02
#define DUL_ABORTSERVICEUSER 0x00
#define DUL_ABORTSERVICEPROVIDER 0x02
#define DUL_ABORTNOREASON 0x00
#define DUL_ABORTUNRECOGNIZEDPDU 0x01
#define DUL_ABORTUNEXPECTEDPDU 0x02
#define DUL_ABORTUNRECOGNIZEDPDUPARAM 0x04
#define DUL_ABORTUNEXPECTEDPDUPARAM 0x05
#define DUL_ABORTINVALIDPDUPARAM 0x06
/* These macros define parameters used to construct a REJECT PDU.
** These include the source of the reject (DICOM UL service-user,
** (DICOM UL service-provider) and the reason for the reject.
*/
#define DUL_REJECT_PERMANENT 0x01
#define DUL_REJECT_TRANSIENT 0x02
#define DUL_ULSU_REJECT 0x01
#define DUL_ULSP_ACSE_REJECT 0x02
#define DUL_ULSP_PRESENTATION_REJECT 0x03
#define DUL_ULSU_REJ_NOREASON 0x01
#define DUL_ULSU_REJ_UNSUP_APP_CTX_NAME 0x02
#define DUL_ULSU_REJ_UNREC_CALLING_TITLE 0x03
#define DUL_ULSU_REJ_UNREC_CALLED_TITLE 0x07
#define DUL_ULSP_ACSE_REJ_NOREASON 0x01
#define DUL_ULSP_ACSE_UNSUP_PROTOCOL 0x02
#define DUL_ULSP_PRES_REJ_TEMP_CONGEST 0x01
#define DUL_ULSP_PRES_REJ_LIMIT 0x02
#define DUL_ABORTNOREASON 0x00
#define DUL_ABORTUNRECOGNIZEDPDU 0x01
#define DUL_ABORTUNEXPECTEDPDU 0x02
#define DUL_ABORTUNRECOGNIZEDPDUPARAM 0x04
#define DUL_ABORTUNEXPECTEDPDUPARAM 0x05
#define DUL_ABORTINVALIDPDUPARAM 0x06
/* Define a set of constants and types that let the user get information
** about the Association
*/
typedef enum {
DUL_K_INTEGER, /* An integer type */
DUL_K_STRING /* A string type */
} DUL_DATA_TYPE;
typedef enum {
DUL_K_MAX_PDV_XMIT
} DUL_ASSOCIATION_PARAMETER;
#define DUL_TIMEOUT 180
/* Operating mode flags as defined in the 1993 toolkit specification.
** Needed for backward compatibility with DCMTK releases prior to 3.0
** (and possibly older CTN releases).
*/
#define DUL_DULCOMPAT 2768240730UL
#define DUL_DIMSECOMPAT 655360UL
#define DUL_MAXPDUCOMPAT 4278190335UL
/* Define the function prototypes for this facility.
**
** First set of functions are for establishing the network and associations.
*/
OFCondition
DUL_AcknowledgeAssociationRQ(
DUL_ASSOCIATIONKEY ** association,
DUL_ASSOCIATESERVICEPARAMETERS * params,
int activatePDUStorage);
OFCondition
DUL_InitializeNetwork(
const char *mode,
void *param,
int timeout,
unsigned long
options,
DUL_NETWORKKEY ** network);
OFCondition
DUL_ReceiveAssociationRQ(
DUL_NETWORKKEY ** net,
DUL_BLOCKOPTIONS blk,
int timeout,
DUL_ASSOCIATESERVICEPARAMETERS * parameters,
DUL_ASSOCIATIONKEY ** association,
int activatePDUStorage);
OFCondition
DUL_RejectAssociationRQ(
DUL_ASSOCIATIONKEY ** association,
DUL_ABORTITEMS * params,
int activatePDUStorage);
OFCondition
DUL_RequestAssociation(
DUL_NETWORKKEY ** network,
DUL_ASSOCIATESERVICEPARAMETERS * params,
DUL_ASSOCIATIONKEY ** association,
int activatePDUStorage);
/* Define functions for releasing/aborting Associations.
*/
OFCondition DUL_AbortAssociation(DUL_ASSOCIATIONKEY ** association);
OFCondition DUL_DropAssociation(DUL_ASSOCIATIONKEY ** association);
OFCondition DUL_DropNetwork(DUL_NETWORKKEY ** network);
OFCondition DUL_ReleaseAssociation(DUL_ASSOCIATIONKEY ** association);
OFCondition DUL_AcknowledgeRelease(DUL_ASSOCIATIONKEY ** association);
/* Functions for reading/write PDVs inside P DATA PDUs.
*/
OFCondition
DUL_ReadPDVs(DUL_ASSOCIATIONKEY ** association,
DUL_PDVLIST * pdvList, DUL_BLOCKOPTIONS block, int timeout);
OFCondition
DUL_WritePDVs(DUL_ASSOCIATIONKEY ** association,
DUL_PDVLIST * pdvList);
OFCondition DUL_NextPDV(DUL_ASSOCIATIONKEY ** association, DUL_PDV * pdv);
/* Miscellaneous functions.
*/
OFCondition
DUL_AssociationParameter(DUL_ASSOCIATIONKEY ** association,
DUL_ASSOCIATION_PARAMETER param, DUL_DATA_TYPE type,
void *address, size_t length);
OFCondition
DUL_MakePresentationCtx(DUL_PRESENTATIONCONTEXT ** ctx,
DUL_SC_ROLE proposedSCRole, DUL_SC_ROLE acceptedSCRole,
DUL_PRESENTATIONCONTEXTID ctxID, unsigned char reason, const char *abstractSyntax,
const char *transferSyntax, ...);
OFString& DUL_DumpParams(OFString& str, DUL_ASSOCIATESERVICEPARAMETERS * params);
OFString& DUL_DumpConnectionParameters(OFString& str, DUL_ASSOCIATIONKEY *association);
OFCondition DUL_ClearServiceParameters(DUL_ASSOCIATESERVICEPARAMETERS * params);
void DUL_DefaultServiceParameters(DUL_ASSOCIATESERVICEPARAMETERS * params);
OFString& dumpExtNegList(OFString& str, SOPClassExtendedNegotiationSubItemList& lst);
/*
** Additional functions (from dulextra.cc) needed to support
** selecting amongst several concurrent associations.
** Andrew Hewett, Institute OFFIS, Oldenburg, Germany.
*/
OFBool
DUL_dataWaiting(DUL_ASSOCIATIONKEY * callerAssociation, int timeout);
int
DUL_networkSocket(DUL_NETWORKKEY * callerNet);
OFBool
DUL_associationWaiting(DUL_NETWORKKEY * callerNet, int timeout);
/*
* functions allowing to retrieve raw A-ASSOCIATE PDUs from the DUL layer
*/
void DUL_activateAssociatePDUStorage(DUL_ASSOCIATIONKEY *dulassoc);
void DUL_returnAssociatePDUStorage(DUL_ASSOCIATIONKEY *dulassoc, void *& pdu, unsigned long& pdusize);
/* get pointer to transport connection from opaque association pointer */
DcmTransportConnection *DUL_getTransportConnection(DUL_ASSOCIATIONKEY * callerAssociation);
/* change transport layer */
OFCondition DUL_setTransportLayer(DUL_NETWORKKEY *callerNetworkKey, DcmTransportLayer *newLayer, int takeoverOwnership);
/* activate compatibility mode and callback */
void DUL_activateCompatibilityMode(DUL_ASSOCIATIONKEY *dulassoc, unsigned long mode);
void DUL_activateCallback(DUL_ASSOCIATIONKEY *dulassoc, DUL_ModeCallback *cb);
/*
* function allowing to retrieve the peer certificate from the DUL layer
*/
unsigned long DUL_getPeerCertificateLength(DUL_ASSOCIATIONKEY *dulassoc);
unsigned long DUL_getPeerCertificate(DUL_ASSOCIATIONKEY *dulassoc, void *buf, unsigned long bufLen);
/*
* functions for multi-process servers
*/
/** this function returns true if the current process was created by the
* DICOM network layer during receipt of a TCP transport connection, i.e.
* in receiveTransportConnectionTCP().
* @return true if current process is a forked child of a multi-process server
*/
OFBool DUL_processIsForkedChild();
/** this function marks the current process as a child created by the
* DICOM network layer during receipt of a TCP transport connection, i.e.
* in receiveTransportConnectionTCP(). The call is not reversible - use with care.
*/
void DUL_markProcessAsForkedChild();
/** this function marks the current process as a multi-process server and enables
* the creation of child processes for each incoming TCP transport connection
* in receiveTransportConnectionTCP().
* @param argc argc command line argument counter variable passed to main().
* The content of this parameter is ignored on Posix platforms but required
* on Win32, where the child process is created with CreateProcess and the
* command line parameters have to be passed from parent to child.
* @param argv argv command line argument value array passed to main().
* The content of this parameter is ignored on Posix platforms but required
* on Win32, where the child process is created with CreateProcess and the
* command line parameters have to be passed from parent to child.
*/
void DUL_requestForkOnTransportConnectionReceipt(int argc, char *argv[]);
/// @deprecated Use OFString& DUL_DumpParams(OFString&, DUL_ASSOCIATESERVICEPARAMETERS) instead.
void DUL_DumpParams(DUL_ASSOCIATESERVICEPARAMETERS * params);
/// @deprecated Use OFString& DUL_DumpConnectionParameters(OFString&, DUL_ASSOCIATIONKEY*) instead.
void DUL_DumpConnectionParameters(DUL_ASSOCIATIONKEY *association, STD_NAMESPACE ostream& outstream);
/// @deprecated Use OFString& dumpExtNegList(OFString&, SOPClassExtendedNegotiationSubItemList&) instead.
void dumpExtNegList(SOPClassExtendedNegotiationSubItemList& lst);
#endif
/*
** CVS Log
** $Log: dul.h,v $
** Revision 1.31 2010-12-01 08:26:10 joergr
** Added OFFIS copyright header (beginning with the year 1994).
**
** Revision 1.30 2010-10-14 13:17:22 joergr
** Updated copyright header. Added reference to COPYRIGHT file.
**
** Revision 1.29 2010-08-26 09:28:02 joergr
** Fixed incorrect behavior of association acceptors during SCP/SCU role
** selection negotiation.
** Introduced new global flag which allows for rejecting presentation contexts
** in case of an unsuccessful SCP/SCU role selection (disabled by default).
**
** Revision 1.28 2009-12-08 16:37:52 joergr
** Fixed inconsistent source code formatting.
**
** Revision 1.27 2009-11-18 11:53:58 uli
** Switched to logging mechanism provided by the "new" oflog module.
**
** Revision 1.26 2008-04-17 15:28:33 onken
** Reworked and extended User Identity Negotiation code.
**
** Revision 1.25 2007-09-07 08:49:12 onken
** Added basic support for Extended Negotiation of User Identity.
**
** Revision 1.24 2006/08/15 16:04:29 meichel
** Updated the code in module dcmnet to correctly compile when
** all standard C++ classes remain in namespace std.
**
** Revision 1.23 2005/12/12 15:15:08 meichel
** Added missing include dependency
**
** Revision 1.22 2005/12/09 14:48:35 meichel
** Added missing virtual destructors
**
** Revision 1.21 2005/12/08 16:02:23 meichel
** Changed include path schema for all DCMTK header files
**
** Revision 1.20 2005/11/25 11:31:11 meichel
** StoreSCP now supports multi-process mode both on Posix and Win32 platforms
** where a separate client process is forked for each incoming association.
**
** Revision 1.19 2004/02/25 12:31:15 meichel
** Added global option flag for compatibility with very old DCMTK releases in the
** DICOM upper layer and ACSE code. Default is automatic handling, which should
** work in most cases.
**
** Revision 1.18 2003/08/14 09:01:37 meichel
** Adapted type casts to new-style typecast operators defined in ofcast.h
**
** Revision 1.17 2003/06/10 13:37:36 meichel
** Added support for TCP wrappers in DICOM network layer
**
** Revision 1.16 2003/06/06 13:07:29 meichel
** Introduced global flag dcmExternalSocketHandle which allows
** to pass an already opened socket file descriptor to dcmnet.
**
** Revision 1.15 2003/06/02 16:44:11 meichel
** Renamed local variables to avoid name clashes with STL
**
** Revision 1.14 2002/11/28 16:57:36 meichel
** Added global flag dcmConnectionTimeout that defines a timeout for
** outgoing association requests in the DICOM upper layer.
**
** Revision 1.13 2001/11/27 09:54:33 wilkens
** Updated storescp. 6 new options (--output-directory, --sort-conc-studies,
** --exec-on-reception, --exec-on-eostudy, --rename-on-eostudy, and
** --eostudy-timeout) implemented (requirements from GO-Kard).
**
** Revision 1.12 2001/10/12 10:18:27 meichel
** Replaced the CONDITION types, constants and functions in the dcmnet module
** by an OFCondition based implementation which eliminates the global condition
** stack. This is a major change, caveat emptor!
**
** Revision 1.11 2001/09/26 12:28:59 meichel
** Implemented changes in dcmnet required by the adaptation of dcmdata
** to class OFCondition. Removed some unused code.
**
** Revision 1.10 2001/06/01 11:02:02 meichel
** Implemented global flag and command line option to disable reverse
** DNS hostname lookup using gethostbyaddr when accepting associations.
**
** Revision 1.9 2000/10/10 12:06:54 meichel
** Updated transport layer error codes and routines for printing
** connection parameters.
**
** Revision 1.8 2000/08/10 14:50:54 meichel
** Added initial OpenSSL support.
**
** Revision 1.7 2000/06/07 08:57:22 meichel
** dcmnet ACSE routines now allow to retrieve a binary copy of the A-ASSOCIATE
** RQ/AC/RJ PDUs, e.g. for logging purposes.
**
** Revision 1.6 1999/04/19 08:39:27 meichel
** Added experimental support for extended SOP class negotiation.
**
** Revision 1.5 1999/03/29 11:19:59 meichel
** Cleaned up dcmnet code for char* to const char* assignments.
**
** Revision 1.4 1998/06/29 12:14:27 meichel
** Removed some name clashes (e.g. local variable with same
** name as class member) to improve maintainability.
** Applied some code purifications proposed by the gcc 2.8.1 -Weffc++ option.
**
** Revision 1.3 1997/07/21 08:40:11 andreas
** - Replace all boolean types (BOOLEAN, CTNBOOLEAN, DICOM_BOOL, BOOL)
** with one unique boolean type OFBool.
**
** Revision 1.2 1997/01/13 15:53:02 hewett
** Added missing function prototypes (required for CodeWarrior 10).
**
** Revision 1.1.1.1 1996/03/26 18:38:44 hewett
** Initial Release.
**
**
*/
|