Mercurial > hg > orthanc
annotate Resources/DcmtkTools/dummy.cpp @ 4041:ffd20cdfa82c
news
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 10 Jun 2020 14:55:26 +0200 |
parents | 4f09a6a2b369 |
children |
rev | line source |
---|---|
3952
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
1 #include <string> |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
2 |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
3 struct OrthancLinesIterator; |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
4 |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
5 OrthancLinesIterator* OrthancLinesIterator_Create(const std::string& content) |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
6 { |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
7 return NULL; |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
8 } |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
9 |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
10 bool OrthancLinesIterator_GetLine(std::string& target, |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
11 const OrthancLinesIterator* iterator) |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
12 { |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
13 return false; |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
14 } |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
15 |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
16 void OrthancLinesIterator_Next(OrthancLinesIterator* iterator) |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
17 { |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
18 } |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
19 |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
20 void OrthancLinesIterator_Free(OrthancLinesIterator* iterator) |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
21 { |
4f09a6a2b369
LSB compilation of getscu command-line tool from DCMTK for integration tests
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff
changeset
|
22 } |