dsrprocc.h

00001 /*
00002  *
00003  *  Copyright (C) 2003-2005, 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: dcmsr
00019  *
00020  *  Author: Joerg Riesmeier
00021  *
00022  *  Purpose:
00023  *    classes: DSRProcedureLogConstraintChecker
00024  *
00025  *  Last Update:      $Author: meichel $
00026  *  Update Date:      $Date: 2005/12/08 16:05:13 $
00027  *  CVS/RCS Revision: $Revision: 1.2 $
00028  *  Status:           $State: Exp $
00029  *
00030  *  CVS/RCS Log at end of file
00031  *
00032  */
00033 
00034 
00035 #ifndef DSRPROCC_H
00036 #define DSRPROCC_H
00037 
00038 #include "dcmtk/config/osconfig.h"   /* make sure OS specific configuration is included first */
00039 
00040 #include "dcmtk/dcmsr/dsriodcc.h"
00041 
00042 
00043 /*---------------------*
00044  *  class declaration  *
00045  *---------------------*/
00046 
00049 class DSRProcedureLogConstraintChecker
00050   : public DSRIODConstraintChecker
00051 {
00052 
00053   public:
00054 
00057     DSRProcedureLogConstraintChecker();
00058 
00061     virtual ~DSRProcedureLogConstraintChecker();
00062 
00066     virtual OFBool isByReferenceAllowed() const;
00067 
00071     virtual OFBool isTemplateSupportRequired() const;
00072 
00076     virtual const char *getRootTemplateIdentifier() const;
00077 
00081     virtual E_DocumentType getDocumentType() const;
00082 
00091     virtual OFBool checkContentRelationship(const E_ValueType sourceValueType,
00092                                             const E_RelationshipType relationshipType,
00093                                             const E_ValueType targetValueType,
00094                                             const OFBool byReference = OFFalse) const;
00095 };
00096 
00097 
00098 #endif
00099 
00100 
00101 /*
00102  *  CVS/RCS Log:
00103  *  $Log: dsrprocc.h,v $
00104  *  Revision 1.2  2005/12/08 16:05:13  meichel
00105  *  Changed include path schema for all DCMTK header files
00106  *
00107  *  Revision 1.1  2003/10/09 12:53:12  joergr
00108  *  Added support for Procedure Log.
00109  *
00110  *
00111  *
00112  */


Generated on 20 Dec 2005 for OFFIS DCMTK Version 3.5.4 by Doxygen 1.4.5