Class corresponding to the PatientConditionData schema type. More...
#include <PatientConditions.hxx>

Public Member Functions | |
virtual | ~PatientConditionData () |
Destructor. More... | |
![]() | |
virtual | ~ConditionData () |
Destructor. More... | |
const Comment_optional & | Comment () const |
Return a read-only (constant) reference to the element container. More... | |
Comment_optional & | Comment () |
Return a read-write reference to the element container. More... | |
void | Comment (const Comment_type &x) |
Set the element value. More... | |
void | Comment (const Comment_optional &x) |
Set the element value. More... | |
void | Comment (::std::unique_ptr< Comment_type > p) |
Set the element value without copying. More... | |
ConditionData () | |
Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
ConditionData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
ConditionData (const ConditionData &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Copy constructor. More... | |
ConditionData & | operator= (const ConditionData &x) |
Copy assignment operator. More... | |
Constructors | |
PatientConditionData () | |
Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
PatientConditionData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
PatientConditionData (const PatientConditionData &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Copy constructor. More... | |
virtual PatientConditionData * | _clone (::xml_schema::flags f=0,::xml_schema::container *c=0) const |
Copy the instance polymorphically. More... | |
Additional Inherited Members | |
![]() | |
typedef ::xml_schema::string | Comment_type |
Element type. More... | |
typedef ::xsd::cxx::tree::optional< Comment_type > | Comment_optional |
Element optional container type. More... | |
typedef ::xsd::cxx::tree::traits< Comment_type, char > | Comment_traits |
Element traits type. More... | |
Detailed Description
Class corresponding to the PatientConditionData schema type.
Constructor & Destructor Documentation
mil::tatrc::physiology::datamodel::PatientConditionData::PatientConditionData | ( | ) |
Create an instance from the ultimate base and initializers for required elements and attributes.
mil::tatrc::physiology::datamodel::PatientConditionData::PatientConditionData | ( | const ::xercesc::DOMElement & | e, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
Create an instance from a DOM element.
- Parameters
-
e A DOM element to extract the data from. f Flags to create the new instance with. c A pointer to the object that will contain the new instance.
mil::tatrc::physiology::datamodel::PatientConditionData::PatientConditionData | ( | const PatientConditionData & | x, |
::xml_schema::flags | f = 0 , |
||
::xml_schema::container * | c = 0 |
||
) |
Copy constructor.
- Parameters
-
x An instance to make a copy of. f Flags to create the copy with. c A pointer to the object that will contain the copy.
For polymorphic object models use the _clone
function instead.
|
virtual |
Destructor.
Member Function Documentation
|
virtual |
Copy the instance polymorphically.
- Parameters
-
f Flags to create the copy with. c A pointer to the object that will contain the copy.
- Returns
- A pointer to the dynamically allocated copy.
This function ensures that the dynamic type of the instance is used for copying and should be used for polymorphic object models instead of the copy constructor.
Reimplemented from mil::tatrc::physiology::datamodel::ConditionData.
Reimplemented in mil::tatrc::physiology::datamodel::StarvationData, mil::tatrc::physiology::datamodel::LobarPneumoniaData, mil::tatrc::physiology::datamodel::ImpairedAlveolarExchangeData, mil::tatrc::physiology::datamodel::DiabetesType2Data, mil::tatrc::physiology::datamodel::DiabetesType1Data, mil::tatrc::physiology::datamodel::DehydrationData, mil::tatrc::physiology::datamodel::ChronicRenalStenosisData, mil::tatrc::physiology::datamodel::ChronicPericardialEffusionData, mil::tatrc::physiology::datamodel::ChronicObstructivePulmonaryDiseaseData, mil::tatrc::physiology::datamodel::ChronicVentricularSystolicDysfunctionData, mil::tatrc::physiology::datamodel::ChronicHeartFailureData, and mil::tatrc::physiology::datamodel::ChronicAnemiaData.