mil::tatrc::physiology::datamodel::enumPatientEvent Class Reference

Enumeration class corresponding to the enumPatientEvent schema type. More...

#include <Patient.hxx>

Inheritance diagram for mil::tatrc::physiology::datamodel::enumPatientEvent:

Public Types

enum  value {
  AcuteLungInjury, AcuteRespiratoryDistress, Antidiuresis, Asystole,
  Bradycardia, Bradypnea, BrainOxygenDeficit, CardiacArrest,
  CardiogenicShock, CriticalBrainOxygenDeficit, Dehydration, Diuresis,
  Fasciculation, Fatigue, FunctionalIncontinence, HemolyticTransfusionReaction,
  Hypercapnia, Hyperglycemia, MildHyperkalemia, SevereHyperkalemia,
  MildHypernatremia, SevereHypernatremia, Hyperthermia, Hypoglycemia,
  HypoglycemicShock, HypoglycemicComa, Hypothermia, MildHypokalemia,
  SevereHypokalemia, MildHyponatremia, SevereHyponatremia, Hypoxia,
  HypovolemicShock, IntracranialHypertension, IntracranialHypotension, IrreversibleState,
  Ketoacidosis, LacticAcidosis, LiverGlycogenDepleted, MaximumPulmonaryVentilationRate,
  MetabolicAcidosis, MetabolicAlkalosis, MuscleCatabolism, MuscleGlycogenDepleted,
  MyocardiumOxygenDeficit, Natriuresis, NutritionDepleted, PulselessRhythm,
  RenalHypoperfusion, RespiratoryAcidosis, RespiratoryAlkalosis, SevereAcuteRespiratoryDistress,
  StartOfCardiacCycle, StartOfExhale, StartOfInhale, SevereSepsis,
  Tachycardia, Tachypnea, TotalPatientEvents
}
 Underlying enum type. More...
 

Public Member Functions

 enumPatientEvent ()
 Default constructor. More...
 
 enumPatientEvent (value v)
 Create an instance from the underlying enum value. More...
 
 enumPatientEvent (const char *v)
 Create an instance from a C string. More...
 
 enumPatientEvent (const ::std::string &v)
 Create an instance from a string. More...
 
 enumPatientEvent (const ::xml_schema::string &v)
 Create an instance from the base value. More...
 
 enumPatientEvent (const ::xercesc::DOMElement &e,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 enumPatientEvent (const ::xercesc::DOMAttr &a,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a DOM attribute. More...
 
 enumPatientEvent (const ::std::string &s, const ::xercesc::DOMElement *e,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Create an instance from a string fragment. More...
 
 enumPatientEvent (const enumPatientEvent &x,::xml_schema::flags f=0,::xml_schema::container *c=0)
 Copy constructor. More...
 
virtual enumPatientEvent_clone (::xml_schema::flags f=0,::xml_schema::container *c=0) const
 Copy the instance polymorphically. More...
 
enumPatientEventoperator= (value v)
 Assign the underlying enum value. More...
 
virtual operator value () const
 Implicit conversion operator to the underlying enum value. More...
 

Detailed Description

Enumeration class corresponding to the enumPatientEvent schema type.

Member Enumeration Documentation

Underlying enum type.

Enumerator
AcuteLungInjury 
AcuteRespiratoryDistress 
Antidiuresis 
Asystole 
Bradycardia 
Bradypnea 
BrainOxygenDeficit 
CardiacArrest 
CardiogenicShock 
CriticalBrainOxygenDeficit 
Dehydration 
Diuresis 
Fasciculation 
Fatigue 
FunctionalIncontinence 
HemolyticTransfusionReaction 
Hypercapnia 
Hyperglycemia 
MildHyperkalemia 
SevereHyperkalemia 
MildHypernatremia 
SevereHypernatremia 
Hyperthermia 
Hypoglycemia 
HypoglycemicShock 
HypoglycemicComa 
Hypothermia 
MildHypokalemia 
SevereHypokalemia 
MildHyponatremia 
SevereHyponatremia 
Hypoxia 
HypovolemicShock 
IntracranialHypertension 
IntracranialHypotension 
IrreversibleState 
Ketoacidosis 
LacticAcidosis 
LiverGlycogenDepleted 
MaximumPulmonaryVentilationRate 
MetabolicAcidosis 
MetabolicAlkalosis 
MuscleCatabolism 
MuscleGlycogenDepleted 
MyocardiumOxygenDeficit 
Natriuresis 
NutritionDepleted 
PulselessRhythm 
RenalHypoperfusion 
RespiratoryAcidosis 
RespiratoryAlkalosis 
SevereAcuteRespiratoryDistress 
StartOfCardiacCycle 
StartOfExhale 
StartOfInhale 
SevereSepsis 
Tachycardia 
Tachypnea 
TotalPatientEvents 

Constructor & Destructor Documentation

mil::tatrc::physiology::datamodel::enumPatientEvent::enumPatientEvent ( )

Default constructor.

Note that this constructor may leave the instance in an invalid state.

mil::tatrc::physiology::datamodel::enumPatientEvent::enumPatientEvent ( value  v)

Create an instance from the underlying enum value.

Parameters
vA enum value.
mil::tatrc::physiology::datamodel::enumPatientEvent::enumPatientEvent ( const char *  v)

Create an instance from a C string.

Parameters
vA string value.
mil::tatrc::physiology::datamodel::enumPatientEvent::enumPatientEvent ( const ::std::string &  v)

Create an instance from a string.

Parameters
vA string value.
mil::tatrc::physiology::datamodel::enumPatientEvent::enumPatientEvent ( const ::xml_schema::string v)

Create an instance from the base value.

Parameters
vA base value.
mil::tatrc::physiology::datamodel::enumPatientEvent::enumPatientEvent ( const ::xercesc::DOMElement &  e,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a DOM element.

Parameters
eA DOM element to extract the data from.
fFlags to create the new instance with.
cA pointer to the object that will contain the new instance.
mil::tatrc::physiology::datamodel::enumPatientEvent::enumPatientEvent ( const ::xercesc::DOMAttr &  a,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a DOM attribute.

Parameters
aA DOM attribute to extract the data from.
fFlags to create the new instance with.
cA pointer to the object that will contain the new instance.
mil::tatrc::physiology::datamodel::enumPatientEvent::enumPatientEvent ( const ::std::string &  s,
const ::xercesc::DOMElement *  e,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a string fragment.

Parameters
sA string fragment to extract the data from.
eA pointer to DOM element containing the string fragment.
fFlags to create the new instance with.
cA pointer to the object that will contain the new instance.
mil::tatrc::physiology::datamodel::enumPatientEvent::enumPatientEvent ( const enumPatientEvent x,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Copy constructor.

Parameters
xAn instance to make a copy of.
fFlags to create the copy with.
cA pointer to the object that will contain the copy.

For polymorphic object models use the _clone function instead.

Member Function Documentation

enumPatientEvent * mil::tatrc::physiology::datamodel::enumPatientEvent::_clone ( ::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
) const
virtual

Copy the instance polymorphically.

Parameters
fFlags to create the copy with.
cA 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.

virtual mil::tatrc::physiology::datamodel::enumPatientEvent::operator value ( ) const
inlinevirtual

Implicit conversion operator to the underlying enum value.

Returns
A enum value.
enumPatientEvent & mil::tatrc::physiology::datamodel::enumPatientEvent::operator= ( value  v)

Assign the underlying enum value.

Parameters
vA enum value.
Returns
A refernce to the instance.