8 #include "fwMedData/Study.hpp" 10 #include <fwData/Exception.hpp> 11 #include <fwData/registry/macros.hpp> 32 Study::csptr other = Study::dynamicConstCast(_source);
34 "Unable to copy" + (_source ? _source->getClassname() : std::string(
"<NULL>"))
50 Study::csptr other = Study::dynamicConstCast(_source);
52 "Unable to copy" + (_source ? _source->getClassname() : std::string(
"<NULL>"))
Namespace containing medical data.
Key class used to restrict access to Object construction. See http://www.drdobbs.com/184402053.
Implements data exception class.
DicomValueType m_instanceUID
Study unique identifier.
virtual FWMEDDATA_API ~Study()
Destructor.
DicomValueType m_referringPhysicianName
Referring physician name.
FWMEDDATA_API void shallowCopy(const ::fwData::Object::csptr &_source) override
Defines shallow copy.
DicomValueType m_time
Time.
FWDATA_API void fieldDeepCopy(const ::fwData::Object::csptr &source)
A deep copy of fields (objects in m_children)
virtual const std::string & getClassname() const override
return full object's classname with its namespace, i.e. fwCore::BaseObject
DicomValueType m_description
Description.
DicomValueType m_patientAge
Patient age.
FWDATA_API void fieldShallowCopy(const ::fwData::Object::csptr &source)
A shallow copy of fields (objects in m_children)
FWMEDDATA_API Study(::fwData::Object::Key key)
Constructor.
FWMEDDATA_API void cachedDeepCopy(const ::fwData::Object::csptr &_source, DeepCopyCacheType &cache) override
Defines deep copy.
DicomValueType m_date
Date.