Class corresponding to the TransmucosalStateData schema type. More...
#include <PatientActions.hxx>

Public Member Functions | |
virtual | ~TransmucosalStateData () |
Destructor. More... | |
![]() | |
virtual | ~ObjectData () |
Destructor. More... | |
const contentVersion_optional & | contentVersion () const |
Return a read-only (constant) reference to the attribute container. More... | |
contentVersion_optional & | contentVersion () |
Return a read-write reference to the attribute container. More... | |
void | contentVersion (const contentVersion_type &x) |
Set the attribute value. More... | |
void | contentVersion (const contentVersion_optional &x) |
Set the attribute value. More... | |
void | contentVersion (::std::unique_ptr< contentVersion_type > p) |
Set the attribute value without copying. More... | |
ObjectData () | |
Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
ObjectData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
ObjectData (const ObjectData &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Copy constructor. More... | |
ObjectData & | operator= (const ObjectData &x) |
Copy assignment operator. More... | |
MouthSolidMass | |
Accessor and modifier functions for the MouthSolidMass required element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarMassData | MouthSolidMass_type |
Element type. More... | |
typedef ::xsd::cxx::tree::traits< MouthSolidMass_type, char > | MouthSolidMass_traits |
Element traits type. More... | |
const MouthSolidMass_type & | MouthSolidMass () const |
Return a read-only (constant) reference to the element. More... | |
MouthSolidMass_type & | MouthSolidMass () |
Return a read-write reference to the element. More... | |
void | MouthSolidMass (const MouthSolidMass_type &x) |
Set the element value. More... | |
void | MouthSolidMass (::std::unique_ptr< MouthSolidMass_type > p) |
Set the element value without copying. More... | |
SalivaConcentration | |
Accessor and modifier functions for the SalivaConcentration required element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarMassPerVolumeData | SalivaConcentration_type |
Element type. More... | |
typedef ::xsd::cxx::tree::traits< SalivaConcentration_type, char > | SalivaConcentration_traits |
Element traits type. More... | |
const SalivaConcentration_type & | SalivaConcentration () const |
Return a read-only (constant) reference to the element. More... | |
SalivaConcentration_type & | SalivaConcentration () |
Return a read-write reference to the element. More... | |
void | SalivaConcentration (const SalivaConcentration_type &x) |
Set the element value. More... | |
void | SalivaConcentration (::std::unique_ptr< SalivaConcentration_type > p) |
Set the element value without copying. More... | |
BuccalConcentrations | |
Accessor and modifier functions for the BuccalConcentrations sequence element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarMassPerVolumeData | BuccalConcentrations_type |
Element type. More... | |
typedef ::xsd::cxx::tree::sequence< BuccalConcentrations_type > | BuccalConcentrations_sequence |
Element sequence container type. More... | |
typedef BuccalConcentrations_sequence::iterator | BuccalConcentrations_iterator |
Element iterator type. More... | |
typedef BuccalConcentrations_sequence::const_iterator | BuccalConcentrations_const_iterator |
Element constant iterator type. More... | |
typedef ::xsd::cxx::tree::traits< BuccalConcentrations_type, char > | BuccalConcentrations_traits |
Element traits type. More... | |
const BuccalConcentrations_sequence & | BuccalConcentrations () const |
Return a read-only (constant) reference to the element sequence. More... | |
BuccalConcentrations_sequence & | BuccalConcentrations () |
Return a read-write reference to the element sequence. More... | |
void | BuccalConcentrations (const BuccalConcentrations_sequence &s) |
Copy elements from a given sequence. More... | |
SublingualConcentrations | |
Accessor and modifier functions for the SublingualConcentrations sequence element. | |
typedef ::mil::tatrc::physiology::datamodel::ScalarMassPerVolumeData | SublingualConcentrations_type |
Element type. More... | |
typedef ::xsd::cxx::tree::sequence< SublingualConcentrations_type > | SublingualConcentrations_sequence |
Element sequence container type. More... | |
typedef SublingualConcentrations_sequence::iterator | SublingualConcentrations_iterator |
Element iterator type. More... | |
typedef SublingualConcentrations_sequence::const_iterator | SublingualConcentrations_const_iterator |
Element constant iterator type. More... | |
typedef ::xsd::cxx::tree::traits< SublingualConcentrations_type, char > | SublingualConcentrations_traits |
Element traits type. More... | |
const SublingualConcentrations_sequence & | SublingualConcentrations () const |
Return a read-only (constant) reference to the element sequence. More... | |
SublingualConcentrations_sequence & | SublingualConcentrations () |
Return a read-write reference to the element sequence. More... | |
void | SublingualConcentrations (const SublingualConcentrations_sequence &s) |
Copy elements from a given sequence. More... | |
Substance | |
Accessor and modifier functions for the Substance required attribute. | |
typedef ::xml_schema::string | Substance_type |
Attribute type. More... | |
typedef ::xsd::cxx::tree::traits< Substance_type, char > | Substance_traits |
Attribute traits type. More... | |
const Substance_type & | Substance () const |
Return a read-only (constant) reference to the attribute. More... | |
Substance_type & | Substance () |
Return a read-write reference to the attribute. More... | |
void | Substance (const Substance_type &x) |
Set the attribute value. More... | |
void | Substance (::std::unique_ptr< Substance_type > p) |
Set the attribute value without copying. More... | |
Constructors | |
TransmucosalStateData () | |
Default constructor. More... | |
TransmucosalStateData (const MouthSolidMass_type &, const SalivaConcentration_type &, const Substance_type &) | |
Create an instance from the ultimate base and initializers for required elements and attributes. More... | |
TransmucosalStateData (::std::unique_ptr< MouthSolidMass_type >,::std::unique_ptr< SalivaConcentration_type >, const Substance_type &) | |
Create an instance from the ultimate base and initializers for required elements and attributes (::std::unique_ptr version). More... | |
TransmucosalStateData (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Create an instance from a DOM element. More... | |
TransmucosalStateData (const TransmucosalStateData &x,::xml_schema::flags f=0,::xml_schema::container *c=0) | |
Copy constructor. More... | |
virtual TransmucosalStateData * | _clone (::xml_schema::flags f=0,::xml_schema::container *c=0) const |
Copy the instance polymorphically. More... | |
TransmucosalStateData & | operator= (const TransmucosalStateData &x) |
Copy assignment operator. More... | |
Additional Inherited Members | |
![]() | |
typedef ::xml_schema::string | contentVersion_type |
Attribute type. More... | |
typedef ::xsd::cxx::tree::optional< contentVersion_type > | contentVersion_optional |
Attribute optional container type. More... | |
typedef ::xsd::cxx::tree::traits< contentVersion_type, char > | contentVersion_traits |
Attribute traits type. More... | |
Detailed Description
Class corresponding to the TransmucosalStateData schema type.
Member Typedef Documentation
typedef BuccalConcentrations_sequence::const_iterator mil::tatrc::physiology::datamodel::TransmucosalStateData::BuccalConcentrations_const_iterator |
Element constant iterator type.
typedef BuccalConcentrations_sequence::iterator mil::tatrc::physiology::datamodel::TransmucosalStateData::BuccalConcentrations_iterator |
Element iterator type.
typedef ::xsd::cxx::tree::sequence< BuccalConcentrations_type > mil::tatrc::physiology::datamodel::TransmucosalStateData::BuccalConcentrations_sequence |
Element sequence container type.
typedef ::xsd::cxx::tree::traits< BuccalConcentrations_type, char > mil::tatrc::physiology::datamodel::TransmucosalStateData::BuccalConcentrations_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarMassPerVolumeData mil::tatrc::physiology::datamodel::TransmucosalStateData::BuccalConcentrations_type |
Element type.
typedef ::xsd::cxx::tree::traits< MouthSolidMass_type, char > mil::tatrc::physiology::datamodel::TransmucosalStateData::MouthSolidMass_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarMassData mil::tatrc::physiology::datamodel::TransmucosalStateData::MouthSolidMass_type |
Element type.
typedef ::xsd::cxx::tree::traits< SalivaConcentration_type, char > mil::tatrc::physiology::datamodel::TransmucosalStateData::SalivaConcentration_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarMassPerVolumeData mil::tatrc::physiology::datamodel::TransmucosalStateData::SalivaConcentration_type |
Element type.
typedef SublingualConcentrations_sequence::const_iterator mil::tatrc::physiology::datamodel::TransmucosalStateData::SublingualConcentrations_const_iterator |
Element constant iterator type.
typedef SublingualConcentrations_sequence::iterator mil::tatrc::physiology::datamodel::TransmucosalStateData::SublingualConcentrations_iterator |
Element iterator type.
typedef ::xsd::cxx::tree::sequence< SublingualConcentrations_type > mil::tatrc::physiology::datamodel::TransmucosalStateData::SublingualConcentrations_sequence |
Element sequence container type.
typedef ::xsd::cxx::tree::traits< SublingualConcentrations_type, char > mil::tatrc::physiology::datamodel::TransmucosalStateData::SublingualConcentrations_traits |
Element traits type.
typedef ::mil::tatrc::physiology::datamodel::ScalarMassPerVolumeData mil::tatrc::physiology::datamodel::TransmucosalStateData::SublingualConcentrations_type |
Element type.
typedef ::xsd::cxx::tree::traits< Substance_type, char > mil::tatrc::physiology::datamodel::TransmucosalStateData::Substance_traits |
Attribute traits type.
typedef ::xml_schema::string mil::tatrc::physiology::datamodel::TransmucosalStateData::Substance_type |
Attribute type.
Constructor & Destructor Documentation
mil::tatrc::physiology::datamodel::TransmucosalStateData::TransmucosalStateData | ( | ) |
Default constructor.
Note that this constructor leaves required elements and attributes uninitialized.
mil::tatrc::physiology::datamodel::TransmucosalStateData::TransmucosalStateData | ( | const MouthSolidMass_type & | MouthSolidMass, |
const SalivaConcentration_type & | SalivaConcentration, | ||
const Substance_type & | Substance | ||
) |
Create an instance from the ultimate base and initializers for required elements and attributes.
mil::tatrc::physiology::datamodel::TransmucosalStateData::TransmucosalStateData | ( | ::std::unique_ptr< MouthSolidMass_type > | MouthSolidMass, |
::std::unique_ptr< SalivaConcentration_type > | SalivaConcentration, | ||
const Substance_type & | Substance | ||
) |
Create an instance from the ultimate base and initializers for required elements and attributes (::std::unique_ptr version).
This constructor will try to use the passed values directly instead of making copies.
mil::tatrc::physiology::datamodel::TransmucosalStateData::TransmucosalStateData | ( | 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::TransmucosalStateData::TransmucosalStateData | ( | const TransmucosalStateData & | 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::ObjectData.
const TransmucosalStateData::BuccalConcentrations_sequence & mil::tatrc::physiology::datamodel::TransmucosalStateData::BuccalConcentrations | ( | ) | const |
Return a read-only (constant) reference to the element sequence.
- Returns
- A constant reference to the sequence container.
TransmucosalStateData::BuccalConcentrations_sequence & mil::tatrc::physiology::datamodel::TransmucosalStateData::BuccalConcentrations | ( | ) |
Return a read-write reference to the element sequence.
- Returns
- A reference to the sequence container.
void mil::tatrc::physiology::datamodel::TransmucosalStateData::BuccalConcentrations | ( | const BuccalConcentrations_sequence & | s | ) |
Copy elements from a given sequence.
- Parameters
-
s A sequence to copy elements from.
For each element in s this function makes a copy and adds it to the sequence. Note that this operation completely changes the sequence and all old elements will be lost.
const TransmucosalStateData::MouthSolidMass_type & mil::tatrc::physiology::datamodel::TransmucosalStateData::MouthSolidMass | ( | ) | const |
Return a read-only (constant) reference to the element.
- Returns
- A constant reference to the element.
TransmucosalStateData::MouthSolidMass_type & mil::tatrc::physiology::datamodel::TransmucosalStateData::MouthSolidMass | ( | ) |
Return a read-write reference to the element.
- Returns
- A reference to the element.
void mil::tatrc::physiology::datamodel::TransmucosalStateData::MouthSolidMass | ( | const MouthSolidMass_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::TransmucosalStateData::MouthSolidMass | ( | ::std::unique_ptr< MouthSolidMass_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
TransmucosalStateData & mil::tatrc::physiology::datamodel::TransmucosalStateData::operator= | ( | const TransmucosalStateData & | x | ) |
Copy assignment operator.
- Parameters
-
x An instance to make a copy of.
- Returns
- A reference to itself.
For polymorphic object models use the _clone
function instead.
const TransmucosalStateData::SalivaConcentration_type & mil::tatrc::physiology::datamodel::TransmucosalStateData::SalivaConcentration | ( | ) | const |
Return a read-only (constant) reference to the element.
- Returns
- A constant reference to the element.
TransmucosalStateData::SalivaConcentration_type & mil::tatrc::physiology::datamodel::TransmucosalStateData::SalivaConcentration | ( | ) |
Return a read-write reference to the element.
- Returns
- A reference to the element.
void mil::tatrc::physiology::datamodel::TransmucosalStateData::SalivaConcentration | ( | const SalivaConcentration_type & | x | ) |
Set the element value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the element.
void mil::tatrc::physiology::datamodel::TransmucosalStateData::SalivaConcentration | ( | ::std::unique_ptr< SalivaConcentration_type > | p | ) |
Set the element value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.
const TransmucosalStateData::SublingualConcentrations_sequence & mil::tatrc::physiology::datamodel::TransmucosalStateData::SublingualConcentrations | ( | ) | const |
Return a read-only (constant) reference to the element sequence.
- Returns
- A constant reference to the sequence container.
TransmucosalStateData::SublingualConcentrations_sequence & mil::tatrc::physiology::datamodel::TransmucosalStateData::SublingualConcentrations | ( | ) |
Return a read-write reference to the element sequence.
- Returns
- A reference to the sequence container.
void mil::tatrc::physiology::datamodel::TransmucosalStateData::SublingualConcentrations | ( | const SublingualConcentrations_sequence & | s | ) |
Copy elements from a given sequence.
- Parameters
-
s A sequence to copy elements from.
For each element in s this function makes a copy and adds it to the sequence. Note that this operation completely changes the sequence and all old elements will be lost.
const TransmucosalStateData::Substance_type & mil::tatrc::physiology::datamodel::TransmucosalStateData::Substance | ( | ) | const |
Return a read-only (constant) reference to the attribute.
- Returns
- A constant reference to the attribute.
TransmucosalStateData::Substance_type & mil::tatrc::physiology::datamodel::TransmucosalStateData::Substance | ( | ) |
Return a read-write reference to the attribute.
- Returns
- A reference to the attribute.
void mil::tatrc::physiology::datamodel::TransmucosalStateData::Substance | ( | const Substance_type & | x | ) |
Set the attribute value.
- Parameters
-
x A new value to set.
This function makes a copy of its argument and sets it as the new value of the attribute.
void mil::tatrc::physiology::datamodel::TransmucosalStateData::Substance | ( | ::std::unique_ptr< Substance_type > | p | ) |
Set the attribute value without copying.
- Parameters
-
p A new value to use.
This function will try to use the passed value directly instead of making a copy.