X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmPatient.cxx;h=e7f8ed4ad1f7d20abb3b6a3ff917f10956eb6e3b;hb=dd63d4c7b22ff242d37299134cae3b08cd7440d1;hp=11ec6ac809806eaaef31294e7719b922a17ca89a;hpb=bfbd90327a5e45d972546843b0d9e4185e16cb24;p=gdcm.git diff --git a/src/gdcmPatient.cxx b/src/gdcmPatient.cxx index 11ec6ac8..e7f8ed4a 100644 --- a/src/gdcmPatient.cxx +++ b/src/gdcmPatient.cxx @@ -4,11 +4,21 @@ //----------------------------------------------------------------------------- // Constructor / Destructor +/** + * \ingroup gdcmPatient + * \brief + * @param begin iterator of begin for the object + * @param end iterator of end for the object + */ gdcmPatient::gdcmPatient(ListTag::iterator begin,ListTag::iterator end): gdcmObject(begin,end) { } +/** + * \ingroup gdcmPatient + * \brief Canonical destructor. + */ gdcmPatient::~gdcmPatient() { for(ListStudy::iterator cc = studies.begin();cc != studies.end();++cc) @@ -19,6 +29,11 @@ gdcmPatient::~gdcmPatient() //----------------------------------------------------------------------------- // Print +/** + * \ingroup gdcmPatient + * \brief Prints the Object + * @return + */ void gdcmPatient::Print(std::ostream &os) { os<<"PATIENT"<