comparison OrthancCppClient/Study.h @ 496:7f7a2d174acb laaw

preparing Laaw packaging
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Jul 2013 17:07:12 +0200
parents 482cde3f3c14
children ddeae3c3a8c2
comparison
equal deleted inserted replaced
494:012b63028085 496:7f7a2d174acb
62 void Reload() 62 void Reload()
63 { 63 {
64 series_.Reload(); 64 series_.Reload();
65 } 65 }
66 66
67 unsigned int GetSeriesCount() 67 uint32_t GetSeriesCount()
68 { 68 {
69 return series_.GetSize(); 69 return series_.GetSize();
70 } 70 }
71 71
72 Series& GetSeries(unsigned int index) 72 Series& GetSeries(uint32_t index)
73 { 73 {
74 return dynamic_cast<Series&>(series_.GetItem(index)); 74 return dynamic_cast<Series&>(series_.GetItem(index));
75 } 75 }
76 76
77 const std::string& GetId() const 77 const std::string& GetId() const