~ubuntu-branches/ubuntu/wily/ginkgocadx/wily-proposed

« back to all changes in this revision

Viewing changes to src/cadxcore/api/dicom/dicomdataset.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-01-09 07:37:09 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140109073709-rpuh5x3p3finvtze
Tags: 3.6.0.1228.33+dfsg-1
New upstream release [December 2013]

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
 
42
42
                        std::string tagName;
43
43
 
44
 
                        DicomDataset() {}
 
44
                        DicomDataset() ;
45
45
 
46
 
                        ~DicomDataset() {}
 
46
                        ~DicomDataset() ;
47
47
 
48
48
                        //a�ade referencias a las imagenes a las que hace referencia
49
49
                        void AddReference(const std::string& sopClassUID, const std::string& sopInstanceUID);
51
51
                        //a�ade referencias a las imagenes originales
52
52
                        void AddReferenceSource(const std::string& sopClassUID, const std::string& sopInstanceUID);
53
53
 
 
54
                        void clear();
 
55
 
54
56
                        DicomDataset* buscar_secuencia(const char* tag);
55
57
 
56
58
                        DicomDataset* buscar_secuencia(const std::string & tag);