OFFIS DCMTK  Version 3.6.0
dsrimpcc.h
1 /*
2  *
3  * Copyright (C) 2010, OFFIS e.V.
4  * All rights reserved. See COPYRIGHT file for details.
5  *
6  * This software and supporting documentation were developed by
7  *
8  * OFFIS e.V.
9  * R&D Division Health
10  * Escherweg 2
11  * D-26121 Oldenburg, Germany
12  *
13  *
14  * Module: dcmsr
15  *
16  * Author: Joerg Riesmeier
17  *
18  * Purpose:
19  * classes: DSRImplantationPlanSRDocumentConstraintChecker
20  *
21  * Last Update: $Author: joergr $
22  * Update Date: $Date: 2010-11-05 11:06:53 $
23  * CVS/RCS Revision: $Revision: 1.1 $
24  * Status: $State: Exp $
25  *
26  * CVS/RCS Log at end of file
27  *
28  */
29 
30 
31 #ifndef DSRIMPCC_H
32 #define DSRIMPCC_H
33 
34 #include "dcmtk/config/osconfig.h" /* make sure OS specific configuration is included first */
35 
36 #include "dcmtk/dcmsr/dsriodcc.h"
37 
38 
39 /*---------------------*
40  * class declaration *
41  *---------------------*/
42 
48 {
49 
50  public:
51 
55 
59 
63  virtual OFBool isByReferenceAllowed() const;
64 
68  virtual OFBool isTemplateSupportRequired() const;
69 
73  virtual const char *getRootTemplateIdentifier() const;
74 
78  virtual E_DocumentType getDocumentType() const;
79 
88  virtual OFBool checkContentRelationship(const E_ValueType sourceValueType,
89  const E_RelationshipType relationshipType,
90  const E_ValueType targetValueType,
91  const OFBool byReference = OFFalse) const;
92 };
93 
94 
95 #endif
96 
97 
98 /*
99  * CVS/RCS Log:
100  * $Log: dsrimpcc.h,v $
101  * Revision 1.1 2010-11-05 11:06:53 joergr
102  * Added support for new Implantation Plan SR Document Storage SOP Class.
103  *
104  *
105  *
106  */


Generated on Thu Dec 20 2012 for OFFIS DCMTK Version 3.6.0 by Doxygen 1.8.2