dcmsr/include/dcmtk/dcmsr/dsrxrdcc.h

00001 /*
00002  *
00003  *  Copyright (C) 2005-2010, OFFIS e.V.
00004  *  All rights reserved.  See COPYRIGHT file for details.
00005  *
00006  *  This software and supporting documentation were developed by
00007  *
00008  *    OFFIS e.V.
00009  *    R&D Division Health
00010  *    Escherweg 2
00011  *    D-26121 Oldenburg, Germany
00012  *
00013  *
00014  *  Module: dcmsr
00015  *
00016  *  Author: Joerg Riesmeier
00017  *
00018  *  Purpose:
00019  *    classes: DSRXRayRadiationDoseSRConstraintChecker
00020  *
00021  *  Last Update:      $Author: joergr $
00022  *  Update Date:      $Date: 2010-10-14 13:16:33 $
00023  *  CVS/RCS Revision: $Revision: 1.4 $
00024  *  Status:           $State: Exp $
00025  *
00026  *  CVS/RCS Log at end of file
00027  *
00028  */
00029 
00030 
00031 #ifndef DSRXRDCC_H
00032 #define DSRXRDCC_H
00033 
00034 #include "dcmtk/config/osconfig.h"   /* make sure OS specific configuration is included first */
00035 
00036 #include "dcmtk/dcmsr/dsriodcc.h"
00037 
00038 
00039 /*---------------------*
00040  *  class declaration  *
00041  *---------------------*/
00042 
00045 class DSRXRayRadiationDoseSRConstraintChecker
00046   : public DSRIODConstraintChecker
00047 {
00048 
00049   public:
00050 
00053     DSRXRayRadiationDoseSRConstraintChecker();
00054 
00057     virtual ~DSRXRayRadiationDoseSRConstraintChecker();
00058 
00062     virtual OFBool isByReferenceAllowed() const;
00063 
00067     virtual OFBool isTemplateSupportRequired() const;
00068 
00072     virtual const char *getRootTemplateIdentifier() const;
00073 
00077     virtual E_DocumentType getDocumentType() const;
00078 
00087     virtual OFBool checkContentRelationship(const E_ValueType sourceValueType,
00088                                             const E_RelationshipType relationshipType,
00089                                             const E_ValueType targetValueType,
00090                                             const OFBool byReference = OFFalse) const;
00091 };
00092 
00093 
00094 #endif
00095 
00096 
00097 /*
00098  *  CVS/RCS Log:
00099  *  $Log: dsrxrdcc.h,v $
00100  *  Revision 1.4  2010-10-14 13:16:33  joergr
00101  *  Updated copyright header. Added reference to COPYRIGHT file.
00102  *
00103  *  Revision 1.3  2008-01-08 09:35:35  joergr
00104  *  Fixed reference to wrong SR IOD in API documentation.
00105  *
00106  *  Revision 1.2  2005/12/08 16:05:37  meichel
00107  *  Changed include path schema for all DCMTK header files
00108  *
00109  *  Revision 1.1  2005/11/30 12:05:59  joergr
00110  *  Added support for X-Ray Radiation Dose SR documents.
00111  *
00112  *
00113  */


Generated on 6 Jan 2011 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.5.1