Mercurial > hg > orthanc
comparison OrthancServer/ParsedDicomFile.h @ 793:145604a97914
refactoring
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 06 May 2014 10:28:04 +0200 |
parents | 111a1738e11e |
children | 437c4a83d2cc |
comparison
equal
deleted
inserted
replaced
792:111a1738e11e | 793:145604a97914 |
---|---|
63 | 63 |
64 ParsedDicomFile(const std::string& content); | 64 ParsedDicomFile(const std::string& content); |
65 | 65 |
66 ~ParsedDicomFile(); | 66 ~ParsedDicomFile(); |
67 | 67 |
68 void* GetDcmtkObject() | 68 void* GetDcmtkObject(); |
69 { | |
70 return file_.get(); | |
71 } | |
72 | 69 |
73 ParsedDicomFile* Clone() | 70 ParsedDicomFile* Clone(); |
74 { | |
75 return new ParsedDicomFile(*file_); | |
76 } | |
77 | 71 |
78 void SendPathValue(RestApiOutput& output, | 72 void SendPathValue(RestApiOutput& output, |
79 const UriComponents& uri); | 73 const UriComponents& uri); |
80 | 74 |
81 void Answer(RestApiOutput& output); | 75 void Answer(RestApiOutput& output); |