]> Creatis software - gdcm.git/blobdiff - src/gdcmPatient.cxx
Update, according to David Clunie's site
[gdcm.git] / src / gdcmPatient.cxx
index 11ec6ac809806eaaef31294e7719b922a17ca89a..e7f8ed4ad1f7d20abb3b6a3ff917f10956eb6e3b 100644 (file)
@@ -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"<<std::endl;