BioGearsPhysiology.hxx
1 // Copyright (c) 2005-2014 Code Synthesis Tools CC
2 //
3 // This program was generated by CodeSynthesis XSD, an XML Schema to
4 // C++ data binding compiler.
5 //
6 // This program is free software; you can redistribute it and/or modify
7 // it under the terms of the GNU General Public License version 2 as
8 // published by the Free Software Foundation.
9 //
10 // This program is distributed in the hope that it will be useful,
11 // but WITHOUT ANY WARRANTY; without even the implied warranty of
12 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 // GNU General Public License for more details.
14 //
15 // You should have received a copy of the GNU General Public License
16 // along with this program; if not, write to the Free Software
17 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 //
19 // In addition, as a special exception, Code Synthesis Tools CC gives
20 // permission to link this program with the Xerces-C++ library (or with
21 // modified versions of Xerces-C++ that use the same license as Xerces-C++),
22 // and distribute linked combinations including the two. You must obey
23 // the GNU General Public License version 2 in all respects for all of
24 // the code used other than Xerces-C++. If you modify this copy of the
25 // program, you may extend this exception to your version of the program,
26 // but you are not obligated to do so. If you do not wish to do so, delete
27 // this exception statement from your version.
28 //
29 // Furthermore, Code Synthesis Tools CC makes a special exception for
30 // the Free/Libre and Open Source Software (FLOSS) which is described
31 // in the accompanying FLOSSE file.
32 //
33 
39 #ifndef D__BIOGEARS_CORE_SHARE_XSD__BIOGEARS_BIO_GEARS_PHYSIOLOGY_HXX
40 #define D__BIOGEARS_CORE_SHARE_XSD__BIOGEARS_BIO_GEARS_PHYSIOLOGY_HXX
41 
42 #ifndef XSD_CXX11
43 #define XSD_CXX11
44 #endif
45 
46 #ifndef XSD_USE_CHAR
47 #define XSD_USE_CHAR
48 #endif
49 
50 #ifndef XSD_CXX_TREE_USE_CHAR
51 #define XSD_CXX_TREE_USE_CHAR
52 #endif
53 
54 // Begin prologue.
55 //
56 #include <biogears/cdm-exports.h>
57 //
58 // End prologue.
59 
60 #include <xsd/cxx/config.hxx>
61 
62 #if (XSD_INT_VERSION != 4000000L)
63 #error XSD runtime version mismatch
64 #endif
65 
66 #include <xsd/cxx/pre.hxx>
67 
68 #include <xsd/cxx/xml/char-utf8.hxx>
69 
70 #include <xsd/cxx/tree/exceptions.hxx>
71 #include <xsd/cxx/tree/elements.hxx>
72 #include <xsd/cxx/tree/types.hxx>
73 
74 #include <xsd/cxx/xml/error-handler.hxx>
75 
76 #include <xsd/cxx/xml/dom/auto-ptr.hxx>
77 
78 #include <xsd/cxx/tree/parsing.hxx>
79 #include <xsd/cxx/tree/parsing/byte.hxx>
80 #include <xsd/cxx/tree/parsing/unsigned-byte.hxx>
81 #include <xsd/cxx/tree/parsing/short.hxx>
82 #include <xsd/cxx/tree/parsing/unsigned-short.hxx>
83 #include <xsd/cxx/tree/parsing/int.hxx>
84 #include <xsd/cxx/tree/parsing/unsigned-int.hxx>
85 #include <xsd/cxx/tree/parsing/long.hxx>
86 #include <xsd/cxx/tree/parsing/unsigned-long.hxx>
87 #include <xsd/cxx/tree/parsing/boolean.hxx>
88 #include <xsd/cxx/tree/parsing/float.hxx>
89 #include <xsd/cxx/tree/parsing/double.hxx>
90 #include <xsd/cxx/tree/parsing/decimal.hxx>
91 
92 #include <xsd/cxx/xml/dom/serialization-header.hxx>
93 #include <xsd/cxx/tree/serialization.hxx>
94 #include <xsd/cxx/tree/serialization/byte.hxx>
95 #include <xsd/cxx/tree/serialization/unsigned-byte.hxx>
96 #include <xsd/cxx/tree/serialization/short.hxx>
97 #include <xsd/cxx/tree/serialization/unsigned-short.hxx>
98 #include <xsd/cxx/tree/serialization/int.hxx>
99 #include <xsd/cxx/tree/serialization/unsigned-int.hxx>
100 #include <xsd/cxx/tree/serialization/long.hxx>
101 #include <xsd/cxx/tree/serialization/unsigned-long.hxx>
102 #include <xsd/cxx/tree/serialization/boolean.hxx>
103 #include <xsd/cxx/tree/serialization/float.hxx>
104 #include <xsd/cxx/tree/serialization/double.hxx>
105 #include <xsd/cxx/tree/serialization/decimal.hxx>
106 
107 #include <xsd/cxx/tree/std-ostream-operators.hxx>
108 
113 namespace xml_schema
114 {
115  // anyType and anySimpleType.
116  //
117 
122  typedef ::xsd::cxx::tree::type type;
123 
128  typedef ::xsd::cxx::tree::simple_type< char, type > simple_type;
129 
133  typedef ::xsd::cxx::tree::type container;
134 
135 
136  // 8-bit
137  //
138 
143  typedef signed char byte;
144 
149  typedef unsigned char unsigned_byte;
150 
151 
152  // 16-bit
153  //
154 
159  typedef short short_;
160 
165  typedef unsigned short unsigned_short;
166 
167 
168  // 32-bit
169  //
170 
175  typedef int int_;
176 
181  typedef unsigned int unsigned_int;
182 
183 
184  // 64-bit
185  //
186 
191  typedef long long long_;
192 
197  typedef unsigned long long unsigned_long;
198 
199 
200  // Supposed to be arbitrary-length integral types.
201  //
202 
207  typedef long long integer;
208 
213  typedef long long non_positive_integer;
214 
219  typedef unsigned long long non_negative_integer;
220 
225  typedef unsigned long long positive_integer;
226 
231  typedef long long negative_integer;
232 
233 
234  // Boolean.
235  //
236 
241  typedef bool boolean;
242 
243 
244  // Floating-point types.
245  //
246 
251  typedef float float_;
252 
257  typedef double double_;
258 
263  typedef double decimal;
264 
265 
266  // String types.
267  //
268 
273  typedef ::xsd::cxx::tree::string< char, simple_type > string;
274 
279  typedef ::xsd::cxx::tree::normalized_string< char, string > normalized_string;
280 
285  typedef ::xsd::cxx::tree::token< char, normalized_string > token;
286 
291  typedef ::xsd::cxx::tree::name< char, token > name;
292 
297  typedef ::xsd::cxx::tree::nmtoken< char, token > nmtoken;
298 
303  typedef ::xsd::cxx::tree::nmtokens< char, simple_type, nmtoken > nmtokens;
304 
309  typedef ::xsd::cxx::tree::ncname< char, name > ncname;
310 
315  typedef ::xsd::cxx::tree::language< char, token > language;
316 
317 
318  // ID/IDREF.
319  //
320 
325  typedef ::xsd::cxx::tree::id< char, ncname > id;
326 
331  typedef ::xsd::cxx::tree::idref< char, ncname, type > idref;
332 
337  typedef ::xsd::cxx::tree::idrefs< char, simple_type, idref > idrefs;
338 
339 
340  // URI.
341  //
342 
347  typedef ::xsd::cxx::tree::uri< char, simple_type > uri;
348 
349 
350  // Qualified name.
351  //
352 
357  typedef ::xsd::cxx::tree::qname< char, simple_type, uri, ncname > qname;
358 
359 
360  // Binary.
361  //
362 
366  typedef ::xsd::cxx::tree::buffer< char > buffer;
367 
372  typedef ::xsd::cxx::tree::base64_binary< char, simple_type > base64_binary;
373 
378  typedef ::xsd::cxx::tree::hex_binary< char, simple_type > hex_binary;
379 
380 
381  // Date/time.
382  //
383 
387  typedef ::xsd::cxx::tree::time_zone time_zone;
388 
393  typedef ::xsd::cxx::tree::date< char, simple_type > date;
394 
399  typedef ::xsd::cxx::tree::date_time< char, simple_type > date_time;
400 
405  typedef ::xsd::cxx::tree::duration< char, simple_type > duration;
406 
411  typedef ::xsd::cxx::tree::gday< char, simple_type > gday;
412 
417  typedef ::xsd::cxx::tree::gmonth< char, simple_type > gmonth;
418 
423  typedef ::xsd::cxx::tree::gmonth_day< char, simple_type > gmonth_day;
424 
429  typedef ::xsd::cxx::tree::gyear< char, simple_type > gyear;
430 
435  typedef ::xsd::cxx::tree::gyear_month< char, simple_type > gyear_month;
436 
441  typedef ::xsd::cxx::tree::time< char, simple_type > time;
442 
443 
444  // Entity.
445  //
446 
451  typedef ::xsd::cxx::tree::entity< char, ncname > entity;
452 
457  typedef ::xsd::cxx::tree::entities< char, simple_type, entity > entities;
458 
459 
460 
464  typedef ::xsd::cxx::tree::content_order content_order;
465  // Namespace information and list stream. Used in
466  // serialization functions.
467  //
471  typedef ::xsd::cxx::xml::dom::namespace_info< char > namespace_info;
472 
476  typedef ::xsd::cxx::xml::dom::namespace_infomap< char > namespace_infomap;
477 
481  typedef ::xsd::cxx::tree::list_stream< char > list_stream;
482 
486  typedef ::xsd::cxx::tree::as_double< double_ > as_double;
487 
491  typedef ::xsd::cxx::tree::as_decimal< decimal > as_decimal;
492 
496  typedef ::xsd::cxx::tree::facet facet;
497 
498  // Flags and properties.
499  //
500 
504  typedef ::xsd::cxx::tree::flags flags;
505 
509  typedef ::xsd::cxx::tree::properties< char > properties;
510 
511  // Parsing/serialization diagnostics.
512  //
513 
517  typedef ::xsd::cxx::tree::severity severity;
518 
522  typedef ::xsd::cxx::tree::error< char > error;
523 
527  typedef ::xsd::cxx::tree::diagnostics< char > diagnostics;
528 
529  // Exceptions.
530  //
531 
535  typedef ::xsd::cxx::tree::exception< char > exception;
536 
541  typedef ::xsd::cxx::tree::bounds< char > bounds;
542 
547  typedef ::xsd::cxx::tree::duplicate_id< char > duplicate_id;
548 
552  typedef ::xsd::cxx::tree::parsing< char > parsing;
553 
558  typedef ::xsd::cxx::tree::expected_element< char > expected_element;
559 
564  typedef ::xsd::cxx::tree::unexpected_element< char > unexpected_element;
565 
570  typedef ::xsd::cxx::tree::expected_attribute< char > expected_attribute;
571 
576  typedef ::xsd::cxx::tree::unexpected_enumerator< char > unexpected_enumerator;
577 
582  typedef ::xsd::cxx::tree::expected_text_content< char > expected_text_content;
583 
588  typedef ::xsd::cxx::tree::no_prefix_mapping< char > no_prefix_mapping;
589 
594  typedef ::xsd::cxx::tree::no_type_info< char > no_type_info;
595 
600  typedef ::xsd::cxx::tree::not_derived< char > not_derived;
601 
605  typedef ::xsd::cxx::tree::serialization< char > serialization;
606 
610  typedef ::xsd::cxx::xml::error_handler< char > error_handler;
611 
615  namespace dom
616  {
620  using ::xsd::cxx::xml::dom::unique_ptr;
621 
622 #ifndef XSD_CXX_TREE_TREE_NODE_KEY__XML_SCHEMA
623 #define XSD_CXX_TREE_TREE_NODE_KEY__XML_SCHEMA
624 
627  const XMLCh* const tree_node_key = ::xsd::cxx::tree::user_data_keys::node;
628 #endif
629  }
630 }
631 
632 // Forward declarations.
633 //
634 namespace mil
635 {
636  namespace tatrc
637  {
638  namespace physiology
639  {
640  namespace datamodel
641  {
642  class BioGearsBloodChemistrySystemData;
643  class BioGearsCardiovascularSystemData;
644  class BioGearsDrugSystemData;
645  class BioGearsEndocrineSystemData;
646  class BioGearsEnergySystemData;
647  class BioGearsGastrointestinalSystemData;
648  class BioGearsHepaticSystemData;
649  class BioGearsNervousSystemData;
650  class BioGearsRenalSystemData;
651  class BioGearsRespiratorySystemData;
652  class BioGearsTissueSystemData;
653  }
654  }
655  }
656 }
657 
658 
659 #include <memory> // ::std::unique_ptr
660 #include <limits> // std::numeric_limits
661 #include <algorithm> // std::binary_search
662 #include <utility> // std::move
663 
664 #include <xsd/cxx/xml/char-utf8.hxx>
665 
666 #include <xsd/cxx/tree/exceptions.hxx>
667 #include <xsd/cxx/tree/elements.hxx>
668 #include <xsd/cxx/tree/containers.hxx>
669 #include <xsd/cxx/tree/list.hxx>
670 
671 #include <xsd/cxx/xml/dom/parsing-header.hxx>
672 
673 #include "../cdm/physiology.hxx"
674 
675 #include "../cdm/patientactions.hxx"
676 
677 namespace mil
678 {
679  namespace tatrc
680  {
681  namespace physiology
682  {
687  namespace datamodel
688  {
695  {
696  public:
704 
708  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData ArterialOxygenAverage_mmHg_type;
709 
713  typedef ::xsd::cxx::tree::traits< ArterialOxygenAverage_mmHg_type, char > ArterialOxygenAverage_mmHg_traits;
714 
720  const ArterialOxygenAverage_mmHg_type&
721  ArterialOxygenAverage_mmHg () const;
722 
728  ArterialOxygenAverage_mmHg_type&
729  ArterialOxygenAverage_mmHg ();
730 
739  void
740  ArterialOxygenAverage_mmHg (const ArterialOxygenAverage_mmHg_type& x);
741 
750  void
751  ArterialOxygenAverage_mmHg (::std::unique_ptr< ArterialOxygenAverage_mmHg_type > p);
752 
754 
762 
766  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData ArterialCarbonDioxideAverage_mmHg_type;
767 
771  typedef ::xsd::cxx::tree::traits< ArterialCarbonDioxideAverage_mmHg_type, char > ArterialCarbonDioxideAverage_mmHg_traits;
772 
778  const ArterialCarbonDioxideAverage_mmHg_type&
779  ArterialCarbonDioxideAverage_mmHg () const;
780 
786  ArterialCarbonDioxideAverage_mmHg_type&
787  ArterialCarbonDioxideAverage_mmHg ();
788 
797  void
798  ArterialCarbonDioxideAverage_mmHg (const ArterialCarbonDioxideAverage_mmHg_type& x);
799 
808  void
809  ArterialCarbonDioxideAverage_mmHg (::std::unique_ptr< ArterialCarbonDioxideAverage_mmHg_type > p);
810 
812 
820 
824  typedef ::xml_schema::double_ RhFactorMismatch_ct_type;
825 
829  typedef ::xsd::cxx::tree::traits< RhFactorMismatch_ct_type, char, ::xsd::cxx::tree::schema_type::double_ > RhFactorMismatch_ct_traits;
830 
836  const RhFactorMismatch_ct_type&
837  RhFactorMismatch_ct () const;
838 
844  RhFactorMismatch_ct_type&
845  RhFactorMismatch_ct ();
846 
855  void
856  RhFactorMismatch_ct (const RhFactorMismatch_ct_type& x);
857 
859 
867 
871  typedef ::xml_schema::double_ RhTransfusionReactionVolume_mL_type;
872 
876  typedef ::xsd::cxx::tree::traits< RhTransfusionReactionVolume_mL_type, char, ::xsd::cxx::tree::schema_type::double_ > RhTransfusionReactionVolume_mL_traits;
877 
883  const RhTransfusionReactionVolume_mL_type&
884  RhTransfusionReactionVolume_mL () const;
885 
891  RhTransfusionReactionVolume_mL_type&
892  RhTransfusionReactionVolume_mL ();
893 
902  void
903  RhTransfusionReactionVolume_mL (const RhTransfusionReactionVolume_mL_type& x);
904 
906 
914 
918  typedef ::xml_schema::double_ DonorRBC_ct_type;
919 
923  typedef ::xsd::cxx::tree::traits< DonorRBC_ct_type, char, ::xsd::cxx::tree::schema_type::double_ > DonorRBC_ct_traits;
924 
930  const DonorRBC_ct_type&
931  DonorRBC_ct () const;
932 
938  DonorRBC_ct_type&
939  DonorRBC_ct ();
940 
949  void
950  DonorRBC_ct (const DonorRBC_ct_type& x);
951 
953 
961 
965  typedef ::xml_schema::double_ PatientRBC_ct_type;
966 
970  typedef ::xsd::cxx::tree::traits< PatientRBC_ct_type, char, ::xsd::cxx::tree::schema_type::double_ > PatientRBC_ct_traits;
971 
977  const PatientRBC_ct_type&
978  PatientRBC_ct () const;
979 
985  PatientRBC_ct_type&
986  PatientRBC_ct ();
987 
996  void
997  PatientRBC_ct (const PatientRBC_ct_type& x);
998 
1000 
1008 
1012  typedef ::xml_schema::double_ TwoCellAgglutinates_ct_type;
1013 
1017  typedef ::xsd::cxx::tree::traits< TwoCellAgglutinates_ct_type, char, ::xsd::cxx::tree::schema_type::double_ > TwoCellAgglutinates_ct_traits;
1018 
1024  const TwoCellAgglutinates_ct_type&
1025  TwoCellAgglutinates_ct () const;
1026 
1032  TwoCellAgglutinates_ct_type&
1033  TwoCellAgglutinates_ct ();
1034 
1043  void
1044  TwoCellAgglutinates_ct (const TwoCellAgglutinates_ct_type& x);
1045 
1047 
1055 
1059  typedef ::xml_schema::double_ ThreeCellPatAgglutinates_ct_type;
1060 
1064  typedef ::xsd::cxx::tree::traits< ThreeCellPatAgglutinates_ct_type, char, ::xsd::cxx::tree::schema_type::double_ > ThreeCellPatAgglutinates_ct_traits;
1065 
1071  const ThreeCellPatAgglutinates_ct_type&
1072  ThreeCellPatAgglutinates_ct () const;
1073 
1079  ThreeCellPatAgglutinates_ct_type&
1080  ThreeCellPatAgglutinates_ct ();
1081 
1090  void
1091  ThreeCellPatAgglutinates_ct (const ThreeCellPatAgglutinates_ct_type& x);
1092 
1094 
1102 
1106  typedef ::xml_schema::double_ ThreeCellDonAgglutinates_ct_type;
1107 
1111  typedef ::xsd::cxx::tree::traits< ThreeCellDonAgglutinates_ct_type, char, ::xsd::cxx::tree::schema_type::double_ > ThreeCellDonAgglutinates_ct_traits;
1112 
1118  const ThreeCellDonAgglutinates_ct_type&
1119  ThreeCellDonAgglutinates_ct () const;
1120 
1126  ThreeCellDonAgglutinates_ct_type&
1127  ThreeCellDonAgglutinates_ct ();
1128 
1137  void
1138  ThreeCellDonAgglutinates_ct (const ThreeCellDonAgglutinates_ct_type& x);
1139 
1141 
1149 
1153  typedef ::xml_schema::double_ FourCellAgglutinates_ct_type;
1154 
1158  typedef ::xsd::cxx::tree::traits< FourCellAgglutinates_ct_type, char, ::xsd::cxx::tree::schema_type::double_ > FourCellAgglutinates_ct_traits;
1159 
1165  const FourCellAgglutinates_ct_type&
1166  FourCellAgglutinates_ct () const;
1167 
1173  FourCellAgglutinates_ct_type&
1174  FourCellAgglutinates_ct ();
1175 
1184  void
1185  FourCellAgglutinates_ct (const FourCellAgglutinates_ct_type& x);
1186 
1188 
1196 
1200  typedef ::xml_schema::double_ RemovedRBC_ct_type;
1201 
1205  typedef ::xsd::cxx::tree::traits< RemovedRBC_ct_type, char, ::xsd::cxx::tree::schema_type::double_ > RemovedRBC_ct_traits;
1206 
1212  const RemovedRBC_ct_type&
1213  RemovedRBC_ct () const;
1214 
1220  RemovedRBC_ct_type&
1221  RemovedRBC_ct ();
1222 
1231  void
1232  RemovedRBC_ct (const RemovedRBC_ct_type& x);
1233 
1235 
1240 
1248 
1253  BioGearsBloodChemistrySystemData (const ArterialOxygenAverage_mmHg_type&,
1254  const ArterialCarbonDioxideAverage_mmHg_type&,
1255  const RhFactorMismatch_ct_type&,
1256  const RhTransfusionReactionVolume_mL_type&,
1257  const DonorRBC_ct_type&,
1258  const PatientRBC_ct_type&,
1259  const TwoCellAgglutinates_ct_type&,
1260  const ThreeCellPatAgglutinates_ct_type&,
1261  const ThreeCellDonAgglutinates_ct_type&,
1262  const FourCellAgglutinates_ct_type&,
1263  const RemovedRBC_ct_type&);
1264 
1273  BioGearsBloodChemistrySystemData (::std::unique_ptr< ArterialOxygenAverage_mmHg_type >,
1274  ::std::unique_ptr< ArterialCarbonDioxideAverage_mmHg_type >,
1275  const RhFactorMismatch_ct_type&,
1276  const RhTransfusionReactionVolume_mL_type&,
1277  const DonorRBC_ct_type&,
1278  const PatientRBC_ct_type&,
1279  const TwoCellAgglutinates_ct_type&,
1280  const ThreeCellPatAgglutinates_ct_type&,
1281  const ThreeCellDonAgglutinates_ct_type&,
1282  const FourCellAgglutinates_ct_type&,
1283  const RemovedRBC_ct_type&);
1284 
1293  BioGearsBloodChemistrySystemData (const ::xercesc::DOMElement& e,
1294  ::xml_schema::flags f = 0,
1295  ::xml_schema::container* c = 0);
1296 
1307  ::xml_schema::flags f = 0,
1308  ::xml_schema::container* c = 0);
1309 
1322  _clone (::xml_schema::flags f = 0,
1323  ::xml_schema::container* c = 0) const;
1324 
1334  operator= (const BioGearsBloodChemistrySystemData& x);
1335 
1337 
1341  virtual
1343 
1344  // Implementation.
1345  //
1346 
1347  //@cond
1348 
1349  protected:
1350  void
1351  parse (::xsd::cxx::xml::dom::parser< char >&,
1352  ::xml_schema::flags);
1353 
1354  protected:
1355  ::xsd::cxx::tree::one< ArterialOxygenAverage_mmHg_type > ArterialOxygenAverage_mmHg_;
1356  ::xsd::cxx::tree::one< ArterialCarbonDioxideAverage_mmHg_type > ArterialCarbonDioxideAverage_mmHg_;
1357  ::xsd::cxx::tree::one< RhFactorMismatch_ct_type > RhFactorMismatch_ct_;
1358  ::xsd::cxx::tree::one< RhTransfusionReactionVolume_mL_type > RhTransfusionReactionVolume_mL_;
1359  ::xsd::cxx::tree::one< DonorRBC_ct_type > DonorRBC_ct_;
1360  ::xsd::cxx::tree::one< PatientRBC_ct_type > PatientRBC_ct_;
1361  ::xsd::cxx::tree::one< TwoCellAgglutinates_ct_type > TwoCellAgglutinates_ct_;
1362  ::xsd::cxx::tree::one< ThreeCellPatAgglutinates_ct_type > ThreeCellPatAgglutinates_ct_;
1363  ::xsd::cxx::tree::one< ThreeCellDonAgglutinates_ct_type > ThreeCellDonAgglutinates_ct_;
1364  ::xsd::cxx::tree::one< FourCellAgglutinates_ct_type > FourCellAgglutinates_ct_;
1365  ::xsd::cxx::tree::one< RemovedRBC_ct_type > RemovedRBC_ct_;
1366 
1367  //@endcond
1368  };
1369 
1376  {
1377  public:
1385 
1389  typedef ::xml_schema::boolean StartSystole_type;
1390 
1394  typedef ::xsd::cxx::tree::traits< StartSystole_type, char > StartSystole_traits;
1395 
1401  const StartSystole_type&
1402  StartSystole () const;
1403 
1409  StartSystole_type&
1410  StartSystole ();
1411 
1420  void
1421  StartSystole (const StartSystole_type& x);
1422 
1424 
1432 
1436  typedef ::xml_schema::boolean HeartFlowDetected_type;
1437 
1441  typedef ::xsd::cxx::tree::traits< HeartFlowDetected_type, char > HeartFlowDetected_traits;
1442 
1448  const HeartFlowDetected_type&
1449  HeartFlowDetected () const;
1450 
1456  HeartFlowDetected_type&
1457  HeartFlowDetected ();
1458 
1467  void
1468  HeartFlowDetected (const HeartFlowDetected_type& x);
1469 
1471 
1479 
1483  typedef ::xml_schema::boolean EnterCardiacArrest_type;
1484 
1488  typedef ::xsd::cxx::tree::traits< EnterCardiacArrest_type, char > EnterCardiacArrest_traits;
1489 
1495  const EnterCardiacArrest_type&
1496  EnterCardiacArrest () const;
1497 
1503  EnterCardiacArrest_type&
1504  EnterCardiacArrest ();
1505 
1514  void
1515  EnterCardiacArrest (const EnterCardiacArrest_type& x);
1516 
1518 
1526 
1530  typedef ::xml_schema::double_ CardiacCyclePeriod_s_type;
1531 
1535  typedef ::xsd::cxx::tree::traits< CardiacCyclePeriod_s_type, char, ::xsd::cxx::tree::schema_type::double_ > CardiacCyclePeriod_s_traits;
1536 
1542  const CardiacCyclePeriod_s_type&
1543  CardiacCyclePeriod_s () const;
1544 
1550  CardiacCyclePeriod_s_type&
1551  CardiacCyclePeriod_s ();
1552 
1561  void
1562  CardiacCyclePeriod_s (const CardiacCyclePeriod_s_type& x);
1563 
1565 
1573 
1577  typedef ::xml_schema::double_ CurrentCardiacCycleDuration_s_type;
1578 
1582  typedef ::xsd::cxx::tree::traits< CurrentCardiacCycleDuration_s_type, char, ::xsd::cxx::tree::schema_type::double_ > CurrentCardiacCycleDuration_s_traits;
1583 
1589  const CurrentCardiacCycleDuration_s_type&
1590  CurrentCardiacCycleDuration_s () const;
1591 
1597  CurrentCardiacCycleDuration_s_type&
1598  CurrentCardiacCycleDuration_s ();
1599 
1608  void
1609  CurrentCardiacCycleDuration_s (const CurrentCardiacCycleDuration_s_type& x);
1610 
1612 
1620 
1624  typedef ::xml_schema::double_ LeftHeartElastanceModifier_type;
1625 
1629  typedef ::xsd::cxx::tree::traits< LeftHeartElastanceModifier_type, char, ::xsd::cxx::tree::schema_type::double_ > LeftHeartElastanceModifier_traits;
1630 
1636  const LeftHeartElastanceModifier_type&
1637  LeftHeartElastanceModifier () const;
1638 
1644  LeftHeartElastanceModifier_type&
1645  LeftHeartElastanceModifier ();
1646 
1655  void
1656  LeftHeartElastanceModifier (const LeftHeartElastanceModifier_type& x);
1657 
1659 
1667 
1671  typedef ::xml_schema::double_ LeftHeartElastance_mmHg_Per_mL_type;
1672 
1676  typedef ::xsd::cxx::tree::traits< LeftHeartElastance_mmHg_Per_mL_type, char, ::xsd::cxx::tree::schema_type::double_ > LeftHeartElastance_mmHg_Per_mL_traits;
1677 
1683  const LeftHeartElastance_mmHg_Per_mL_type&
1684  LeftHeartElastance_mmHg_Per_mL () const;
1685 
1691  LeftHeartElastance_mmHg_Per_mL_type&
1692  LeftHeartElastance_mmHg_Per_mL ();
1693 
1702  void
1703  LeftHeartElastance_mmHg_Per_mL (const LeftHeartElastance_mmHg_Per_mL_type& x);
1704 
1706 
1714 
1718  typedef ::xml_schema::double_ LeftHeartElastanceMax_mmHg_Per_mL_type;
1719 
1723  typedef ::xsd::cxx::tree::traits< LeftHeartElastanceMax_mmHg_Per_mL_type, char, ::xsd::cxx::tree::schema_type::double_ > LeftHeartElastanceMax_mmHg_Per_mL_traits;
1724 
1730  const LeftHeartElastanceMax_mmHg_Per_mL_type&
1731  LeftHeartElastanceMax_mmHg_Per_mL () const;
1732 
1738  LeftHeartElastanceMax_mmHg_Per_mL_type&
1739  LeftHeartElastanceMax_mmHg_Per_mL ();
1740 
1749  void
1750  LeftHeartElastanceMax_mmHg_Per_mL (const LeftHeartElastanceMax_mmHg_Per_mL_type& x);
1751 
1753 
1761 
1765  typedef ::xml_schema::double_ LeftHeartElastanceMin_mmHg_Per_mL_type;
1766 
1770  typedef ::xsd::cxx::tree::traits< LeftHeartElastanceMin_mmHg_Per_mL_type, char, ::xsd::cxx::tree::schema_type::double_ > LeftHeartElastanceMin_mmHg_Per_mL_traits;
1771 
1777  const LeftHeartElastanceMin_mmHg_Per_mL_type&
1778  LeftHeartElastanceMin_mmHg_Per_mL () const;
1779 
1785  LeftHeartElastanceMin_mmHg_Per_mL_type&
1786  LeftHeartElastanceMin_mmHg_Per_mL ();
1787 
1796  void
1797  LeftHeartElastanceMin_mmHg_Per_mL (const LeftHeartElastanceMin_mmHg_Per_mL_type& x);
1798 
1800 
1808 
1812  typedef ::xml_schema::double_ RightHeartElastance_mmHg_Per_mL_type;
1813 
1817  typedef ::xsd::cxx::tree::traits< RightHeartElastance_mmHg_Per_mL_type, char, ::xsd::cxx::tree::schema_type::double_ > RightHeartElastance_mmHg_Per_mL_traits;
1818 
1824  const RightHeartElastance_mmHg_Per_mL_type&
1825  RightHeartElastance_mmHg_Per_mL () const;
1826 
1832  RightHeartElastance_mmHg_Per_mL_type&
1833  RightHeartElastance_mmHg_Per_mL ();
1834 
1843  void
1844  RightHeartElastance_mmHg_Per_mL (const RightHeartElastance_mmHg_Per_mL_type& x);
1845 
1847 
1855 
1859  typedef ::xml_schema::double_ RightHeartElastanceMax_mmHg_Per_mL_type;
1860 
1864  typedef ::xsd::cxx::tree::traits< RightHeartElastanceMax_mmHg_Per_mL_type, char, ::xsd::cxx::tree::schema_type::double_ > RightHeartElastanceMax_mmHg_Per_mL_traits;
1865 
1871  const RightHeartElastanceMax_mmHg_Per_mL_type&
1872  RightHeartElastanceMax_mmHg_Per_mL () const;
1873 
1879  RightHeartElastanceMax_mmHg_Per_mL_type&
1880  RightHeartElastanceMax_mmHg_Per_mL ();
1881 
1890  void
1891  RightHeartElastanceMax_mmHg_Per_mL (const RightHeartElastanceMax_mmHg_Per_mL_type& x);
1892 
1894 
1902 
1906  typedef ::xml_schema::double_ RightHeartElastanceMin_mmHg_Per_mL_type;
1907 
1911  typedef ::xsd::cxx::tree::traits< RightHeartElastanceMin_mmHg_Per_mL_type, char, ::xsd::cxx::tree::schema_type::double_ > RightHeartElastanceMin_mmHg_Per_mL_traits;
1912 
1918  const RightHeartElastanceMin_mmHg_Per_mL_type&
1919  RightHeartElastanceMin_mmHg_Per_mL () const;
1920 
1926  RightHeartElastanceMin_mmHg_Per_mL_type&
1927  RightHeartElastanceMin_mmHg_Per_mL ();
1928 
1937  void
1938  RightHeartElastanceMin_mmHg_Per_mL (const RightHeartElastanceMin_mmHg_Per_mL_type& x);
1939 
1941 
1949 
1953  typedef ::xml_schema::double_ CompressionTime_s_type;
1954 
1958  typedef ::xsd::cxx::tree::traits< CompressionTime_s_type, char, ::xsd::cxx::tree::schema_type::double_ > CompressionTime_s_traits;
1959 
1965  const CompressionTime_s_type&
1966  CompressionTime_s () const;
1967 
1973  CompressionTime_s_type&
1974  CompressionTime_s ();
1975 
1984  void
1985  CompressionTime_s (const CompressionTime_s_type& x);
1986 
1988 
1996 
2000  typedef ::xml_schema::double_ CompressionRatio_type;
2001 
2005  typedef ::xsd::cxx::tree::traits< CompressionRatio_type, char, ::xsd::cxx::tree::schema_type::double_ > CompressionRatio_traits;
2006 
2012  const CompressionRatio_type&
2013  CompressionRatio () const;
2014 
2020  CompressionRatio_type&
2021  CompressionRatio ();
2022 
2031  void
2032  CompressionRatio (const CompressionRatio_type& x);
2033 
2035 
2043 
2047  typedef ::xml_schema::double_ CompressionPeriod_s_type;
2048 
2052  typedef ::xsd::cxx::tree::traits< CompressionPeriod_s_type, char, ::xsd::cxx::tree::schema_type::double_ > CompressionPeriod_s_traits;
2053 
2059  const CompressionPeriod_s_type&
2060  CompressionPeriod_s () const;
2061 
2067  CompressionPeriod_s_type&
2068  CompressionPeriod_s ();
2069 
2078  void
2079  CompressionPeriod_s (const CompressionPeriod_s_type& x);
2080 
2082 
2090 
2094  typedef ::xml_schema::double_ CurrentCardiacCycleTime_s_type;
2095 
2099  typedef ::xsd::cxx::tree::traits< CurrentCardiacCycleTime_s_type, char, ::xsd::cxx::tree::schema_type::double_ > CurrentCardiacCycleTime_s_traits;
2100 
2106  const CurrentCardiacCycleTime_s_type&
2107  CurrentCardiacCycleTime_s () const;
2108 
2114  CurrentCardiacCycleTime_s_type&
2115  CurrentCardiacCycleTime_s ();
2116 
2125  void
2126  CurrentCardiacCycleTime_s (const CurrentCardiacCycleTime_s_type& x);
2127 
2129 
2137 
2141  typedef ::xml_schema::double_ CardiacCycleDiastolicVolume_mL_type;
2142 
2146  typedef ::xsd::cxx::tree::traits< CardiacCycleDiastolicVolume_mL_type, char, ::xsd::cxx::tree::schema_type::double_ > CardiacCycleDiastolicVolume_mL_traits;
2147 
2153  const CardiacCycleDiastolicVolume_mL_type&
2154  CardiacCycleDiastolicVolume_mL () const;
2155 
2161  CardiacCycleDiastolicVolume_mL_type&
2162  CardiacCycleDiastolicVolume_mL ();
2163 
2172  void
2173  CardiacCycleDiastolicVolume_mL (const CardiacCycleDiastolicVolume_mL_type& x);
2174 
2176 
2184 
2188  typedef ::xml_schema::double_ CardiacCycleAortaPressureLow_mmHg_type;
2189 
2193  typedef ::xsd::cxx::tree::traits< CardiacCycleAortaPressureLow_mmHg_type, char, ::xsd::cxx::tree::schema_type::double_ > CardiacCycleAortaPressureLow_mmHg_traits;
2194 
2200  const CardiacCycleAortaPressureLow_mmHg_type&
2201  CardiacCycleAortaPressureLow_mmHg () const;
2202 
2208  CardiacCycleAortaPressureLow_mmHg_type&
2209  CardiacCycleAortaPressureLow_mmHg ();
2210 
2219  void
2220  CardiacCycleAortaPressureLow_mmHg (const CardiacCycleAortaPressureLow_mmHg_type& x);
2221 
2223 
2231 
2235  typedef ::xml_schema::double_ CardiacCycleAortaPressureHigh_mmHg_type;
2236 
2240  typedef ::xsd::cxx::tree::traits< CardiacCycleAortaPressureHigh_mmHg_type, char, ::xsd::cxx::tree::schema_type::double_ > CardiacCycleAortaPressureHigh_mmHg_traits;
2241 
2247  const CardiacCycleAortaPressureHigh_mmHg_type&
2248  CardiacCycleAortaPressureHigh_mmHg () const;
2249 
2255  CardiacCycleAortaPressureHigh_mmHg_type&
2256  CardiacCycleAortaPressureHigh_mmHg ();
2257 
2266  void
2267  CardiacCycleAortaPressureHigh_mmHg (const CardiacCycleAortaPressureHigh_mmHg_type& x);
2268 
2270 
2278 
2283 
2287  typedef ::xsd::cxx::tree::traits< CardiacCyclePulmonaryArteryPressureLow_mmHg_type, char, ::xsd::cxx::tree::schema_type::double_ > CardiacCyclePulmonaryArteryPressureLow_mmHg_traits;
2288 
2294  const CardiacCyclePulmonaryArteryPressureLow_mmHg_type&
2295  CardiacCyclePulmonaryArteryPressureLow_mmHg () const;
2296 
2302  CardiacCyclePulmonaryArteryPressureLow_mmHg_type&
2303  CardiacCyclePulmonaryArteryPressureLow_mmHg ();
2304 
2313  void
2314  CardiacCyclePulmonaryArteryPressureLow_mmHg (const CardiacCyclePulmonaryArteryPressureLow_mmHg_type& x);
2315 
2317 
2325 
2330 
2334  typedef ::xsd::cxx::tree::traits< CardiacCyclePulmonaryArteryPressureHigh_mmHg_type, char, ::xsd::cxx::tree::schema_type::double_ > CardiacCyclePulmonaryArteryPressureHigh_mmHg_traits;
2335 
2341  const CardiacCyclePulmonaryArteryPressureHigh_mmHg_type&
2342  CardiacCyclePulmonaryArteryPressureHigh_mmHg () const;
2343 
2349  CardiacCyclePulmonaryArteryPressureHigh_mmHg_type&
2350  CardiacCyclePulmonaryArteryPressureHigh_mmHg ();
2351 
2360  void
2361  CardiacCyclePulmonaryArteryPressureHigh_mmHg (const CardiacCyclePulmonaryArteryPressureHigh_mmHg_type& x);
2362 
2364 
2372 
2377 
2381  typedef ::xsd::cxx::tree::traits< LastCardiacCycleMeanArterialCO2PartialPressure_mmHg_type, char, ::xsd::cxx::tree::schema_type::double_ > LastCardiacCycleMeanArterialCO2PartialPressure_mmHg_traits;
2382 
2388  const LastCardiacCycleMeanArterialCO2PartialPressure_mmHg_type&
2389  LastCardiacCycleMeanArterialCO2PartialPressure_mmHg () const;
2390 
2396  LastCardiacCycleMeanArterialCO2PartialPressure_mmHg_type&
2397  LastCardiacCycleMeanArterialCO2PartialPressure_mmHg ();
2398 
2407  void
2408  LastCardiacCycleMeanArterialCO2PartialPressure_mmHg (const LastCardiacCycleMeanArterialCO2PartialPressure_mmHg_type& x);
2409 
2411 
2419 
2423  typedef ::xml_schema::double_ CardiacCycleStrokeVolume_mL_type;
2424 
2428  typedef ::xsd::cxx::tree::traits< CardiacCycleStrokeVolume_mL_type, char, ::xsd::cxx::tree::schema_type::double_ > CardiacCycleStrokeVolume_mL_traits;
2429 
2435  const CardiacCycleStrokeVolume_mL_type&
2436  CardiacCycleStrokeVolume_mL () const;
2437 
2443  CardiacCycleStrokeVolume_mL_type&
2444  CardiacCycleStrokeVolume_mL ();
2445 
2454  void
2455  CardiacCycleStrokeVolume_mL (const CardiacCycleStrokeVolume_mL_type& x);
2456 
2458 
2466 
2470  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCycleArterialPressure_mmHg_type;
2471 
2475  typedef ::xsd::cxx::tree::traits< CardiacCycleArterialPressure_mmHg_type, char > CardiacCycleArterialPressure_mmHg_traits;
2476 
2482  const CardiacCycleArterialPressure_mmHg_type&
2483  CardiacCycleArterialPressure_mmHg () const;
2484 
2490  CardiacCycleArterialPressure_mmHg_type&
2491  CardiacCycleArterialPressure_mmHg ();
2492 
2501  void
2502  CardiacCycleArterialPressure_mmHg (const CardiacCycleArterialPressure_mmHg_type& x);
2503 
2512  void
2513  CardiacCycleArterialPressure_mmHg (::std::unique_ptr< CardiacCycleArterialPressure_mmHg_type > p);
2514 
2516 
2524 
2528  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCycleArterialCO2PartialPressure_mmHg_type;
2529 
2533  typedef ::xsd::cxx::tree::traits< CardiacCycleArterialCO2PartialPressure_mmHg_type, char > CardiacCycleArterialCO2PartialPressure_mmHg_traits;
2534 
2540  const CardiacCycleArterialCO2PartialPressure_mmHg_type&
2541  CardiacCycleArterialCO2PartialPressure_mmHg () const;
2542 
2548  CardiacCycleArterialCO2PartialPressure_mmHg_type&
2549  CardiacCycleArterialCO2PartialPressure_mmHg ();
2550 
2559  void
2560  CardiacCycleArterialCO2PartialPressure_mmHg (const CardiacCycleArterialCO2PartialPressure_mmHg_type& x);
2561 
2570  void
2571  CardiacCycleArterialCO2PartialPressure_mmHg (::std::unique_ptr< CardiacCycleArterialCO2PartialPressure_mmHg_type > p);
2572 
2574 
2582 
2586  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_type;
2587 
2591  typedef ::xsd::cxx::tree::traits< CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_type, char > CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_traits;
2592 
2598  const CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_type&
2599  CardiacCyclePulmonaryCapillariesWedgePressure_mmHg () const;
2600 
2606  CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_type&
2607  CardiacCyclePulmonaryCapillariesWedgePressure_mmHg ();
2608 
2617  void
2618  CardiacCyclePulmonaryCapillariesWedgePressure_mmHg (const CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_type& x);
2619 
2628  void
2629  CardiacCyclePulmonaryCapillariesWedgePressure_mmHg (::std::unique_ptr< CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_type > p);
2630 
2632 
2640 
2644  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_type;
2645 
2649  typedef ::xsd::cxx::tree::traits< CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_type, char > CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_traits;
2650 
2656  const CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_type&
2657  CardiacCyclePulmonaryCapillariesFlow_mL_Per_s () const;
2658 
2664  CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_type&
2665  CardiacCyclePulmonaryCapillariesFlow_mL_Per_s ();
2666 
2675  void
2676  CardiacCyclePulmonaryCapillariesFlow_mL_Per_s (const CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_type& x);
2677 
2686  void
2687  CardiacCyclePulmonaryCapillariesFlow_mL_Per_s (::std::unique_ptr< CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_type > p);
2688 
2690 
2698 
2702  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCyclePulmonaryShuntFlow_mL_Per_s_type;
2703 
2707  typedef ::xsd::cxx::tree::traits< CardiacCyclePulmonaryShuntFlow_mL_Per_s_type, char > CardiacCyclePulmonaryShuntFlow_mL_Per_s_traits;
2708 
2714  const CardiacCyclePulmonaryShuntFlow_mL_Per_s_type&
2715  CardiacCyclePulmonaryShuntFlow_mL_Per_s () const;
2716 
2722  CardiacCyclePulmonaryShuntFlow_mL_Per_s_type&
2723  CardiacCyclePulmonaryShuntFlow_mL_Per_s ();
2724 
2733  void
2734  CardiacCyclePulmonaryShuntFlow_mL_Per_s (const CardiacCyclePulmonaryShuntFlow_mL_Per_s_type& x);
2735 
2744  void
2745  CardiacCyclePulmonaryShuntFlow_mL_Per_s (::std::unique_ptr< CardiacCyclePulmonaryShuntFlow_mL_Per_s_type > p);
2746 
2748 
2756 
2760  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCyclePulmonaryArteryPressure_mmHg_type;
2761 
2765  typedef ::xsd::cxx::tree::traits< CardiacCyclePulmonaryArteryPressure_mmHg_type, char > CardiacCyclePulmonaryArteryPressure_mmHg_traits;
2766 
2772  const CardiacCyclePulmonaryArteryPressure_mmHg_type&
2773  CardiacCyclePulmonaryArteryPressure_mmHg () const;
2774 
2780  CardiacCyclePulmonaryArteryPressure_mmHg_type&
2781  CardiacCyclePulmonaryArteryPressure_mmHg ();
2782 
2791  void
2792  CardiacCyclePulmonaryArteryPressure_mmHg (const CardiacCyclePulmonaryArteryPressure_mmHg_type& x);
2793 
2802  void
2803  CardiacCyclePulmonaryArteryPressure_mmHg (::std::unique_ptr< CardiacCyclePulmonaryArteryPressure_mmHg_type > p);
2804 
2806 
2814 
2818  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCycleCentralVenousPressure_mmHg_type;
2819 
2823  typedef ::xsd::cxx::tree::traits< CardiacCycleCentralVenousPressure_mmHg_type, char > CardiacCycleCentralVenousPressure_mmHg_traits;
2824 
2830  const CardiacCycleCentralVenousPressure_mmHg_type&
2831  CardiacCycleCentralVenousPressure_mmHg () const;
2832 
2838  CardiacCycleCentralVenousPressure_mmHg_type&
2839  CardiacCycleCentralVenousPressure_mmHg ();
2840 
2849  void
2850  CardiacCycleCentralVenousPressure_mmHg (const CardiacCycleCentralVenousPressure_mmHg_type& x);
2851 
2860  void
2861  CardiacCycleCentralVenousPressure_mmHg (::std::unique_ptr< CardiacCycleCentralVenousPressure_mmHg_type > p);
2862 
2864 
2872 
2876  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCycleSkinFlow_mL_Per_s_type;
2877 
2881  typedef ::xsd::cxx::tree::traits< CardiacCycleSkinFlow_mL_Per_s_type, char > CardiacCycleSkinFlow_mL_Per_s_traits;
2882 
2888  const CardiacCycleSkinFlow_mL_Per_s_type&
2889  CardiacCycleSkinFlow_mL_Per_s () const;
2890 
2896  CardiacCycleSkinFlow_mL_Per_s_type&
2897  CardiacCycleSkinFlow_mL_Per_s ();
2898 
2907  void
2908  CardiacCycleSkinFlow_mL_Per_s (const CardiacCycleSkinFlow_mL_Per_s_type& x);
2909 
2918  void
2919  CardiacCycleSkinFlow_mL_Per_s (::std::unique_ptr< CardiacCycleSkinFlow_mL_Per_s_type > p);
2920 
2922 
2927 
2935 
2940  BioGearsCardiovascularSystemData (const StartSystole_type&,
2941  const HeartFlowDetected_type&,
2942  const EnterCardiacArrest_type&,
2943  const CardiacCyclePeriod_s_type&,
2944  const CurrentCardiacCycleDuration_s_type&,
2945  const LeftHeartElastanceModifier_type&,
2946  const LeftHeartElastance_mmHg_Per_mL_type&,
2947  const LeftHeartElastanceMax_mmHg_Per_mL_type&,
2948  const LeftHeartElastanceMin_mmHg_Per_mL_type&,
2949  const RightHeartElastance_mmHg_Per_mL_type&,
2950  const RightHeartElastanceMax_mmHg_Per_mL_type&,
2951  const RightHeartElastanceMin_mmHg_Per_mL_type&,
2952  const CompressionTime_s_type&,
2953  const CompressionRatio_type&,
2954  const CompressionPeriod_s_type&,
2955  const CurrentCardiacCycleTime_s_type&,
2956  const CardiacCycleDiastolicVolume_mL_type&,
2957  const CardiacCycleAortaPressureLow_mmHg_type&,
2958  const CardiacCycleAortaPressureHigh_mmHg_type&,
2959  const CardiacCyclePulmonaryArteryPressureLow_mmHg_type&,
2960  const CardiacCyclePulmonaryArteryPressureHigh_mmHg_type&,
2961  const LastCardiacCycleMeanArterialCO2PartialPressure_mmHg_type&,
2962  const CardiacCycleStrokeVolume_mL_type&,
2963  const CardiacCycleArterialPressure_mmHg_type&,
2964  const CardiacCycleArterialCO2PartialPressure_mmHg_type&,
2965  const CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_type&,
2966  const CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_type&,
2967  const CardiacCyclePulmonaryShuntFlow_mL_Per_s_type&,
2968  const CardiacCyclePulmonaryArteryPressure_mmHg_type&,
2969  const CardiacCycleCentralVenousPressure_mmHg_type&,
2970  const CardiacCycleSkinFlow_mL_Per_s_type&);
2971 
2980  BioGearsCardiovascularSystemData (const StartSystole_type&,
2981  const HeartFlowDetected_type&,
2982  const EnterCardiacArrest_type&,
2983  const CardiacCyclePeriod_s_type&,
2984  const CurrentCardiacCycleDuration_s_type&,
2985  const LeftHeartElastanceModifier_type&,
2986  const LeftHeartElastance_mmHg_Per_mL_type&,
2987  const LeftHeartElastanceMax_mmHg_Per_mL_type&,
2988  const LeftHeartElastanceMin_mmHg_Per_mL_type&,
2989  const RightHeartElastance_mmHg_Per_mL_type&,
2990  const RightHeartElastanceMax_mmHg_Per_mL_type&,
2991  const RightHeartElastanceMin_mmHg_Per_mL_type&,
2992  const CompressionTime_s_type&,
2993  const CompressionRatio_type&,
2994  const CompressionPeriod_s_type&,
2995  const CurrentCardiacCycleTime_s_type&,
2996  const CardiacCycleDiastolicVolume_mL_type&,
2997  const CardiacCycleAortaPressureLow_mmHg_type&,
2998  const CardiacCycleAortaPressureHigh_mmHg_type&,
2999  const CardiacCyclePulmonaryArteryPressureLow_mmHg_type&,
3000  const CardiacCyclePulmonaryArteryPressureHigh_mmHg_type&,
3001  const LastCardiacCycleMeanArterialCO2PartialPressure_mmHg_type&,
3002  const CardiacCycleStrokeVolume_mL_type&,
3003  ::std::unique_ptr< CardiacCycleArterialPressure_mmHg_type >,
3004  ::std::unique_ptr< CardiacCycleArterialCO2PartialPressure_mmHg_type >,
3005  ::std::unique_ptr< CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_type >,
3006  ::std::unique_ptr< CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_type >,
3007  ::std::unique_ptr< CardiacCyclePulmonaryShuntFlow_mL_Per_s_type >,
3008  ::std::unique_ptr< CardiacCyclePulmonaryArteryPressure_mmHg_type >,
3009  ::std::unique_ptr< CardiacCycleCentralVenousPressure_mmHg_type >,
3010  ::std::unique_ptr< CardiacCycleSkinFlow_mL_Per_s_type >);
3011 
3020  BioGearsCardiovascularSystemData (const ::xercesc::DOMElement& e,
3021  ::xml_schema::flags f = 0,
3022  ::xml_schema::container* c = 0);
3023 
3034  ::xml_schema::flags f = 0,
3035  ::xml_schema::container* c = 0);
3036 
3049  _clone (::xml_schema::flags f = 0,
3050  ::xml_schema::container* c = 0) const;
3051 
3061  operator= (const BioGearsCardiovascularSystemData& x);
3062 
3064 
3068  virtual
3070 
3071  // Implementation.
3072  //
3073 
3074  //@cond
3075 
3076  protected:
3077  void
3078  parse (::xsd::cxx::xml::dom::parser< char >&,
3079  ::xml_schema::flags);
3080 
3081  protected:
3082  ::xsd::cxx::tree::one< StartSystole_type > StartSystole_;
3083  ::xsd::cxx::tree::one< HeartFlowDetected_type > HeartFlowDetected_;
3084  ::xsd::cxx::tree::one< EnterCardiacArrest_type > EnterCardiacArrest_;
3085  ::xsd::cxx::tree::one< CardiacCyclePeriod_s_type > CardiacCyclePeriod_s_;
3086  ::xsd::cxx::tree::one< CurrentCardiacCycleDuration_s_type > CurrentCardiacCycleDuration_s_;
3087  ::xsd::cxx::tree::one< LeftHeartElastanceModifier_type > LeftHeartElastanceModifier_;
3088  ::xsd::cxx::tree::one< LeftHeartElastance_mmHg_Per_mL_type > LeftHeartElastance_mmHg_Per_mL_;
3089  ::xsd::cxx::tree::one< LeftHeartElastanceMax_mmHg_Per_mL_type > LeftHeartElastanceMax_mmHg_Per_mL_;
3090  ::xsd::cxx::tree::one< LeftHeartElastanceMin_mmHg_Per_mL_type > LeftHeartElastanceMin_mmHg_Per_mL_;
3091  ::xsd::cxx::tree::one< RightHeartElastance_mmHg_Per_mL_type > RightHeartElastance_mmHg_Per_mL_;
3092  ::xsd::cxx::tree::one< RightHeartElastanceMax_mmHg_Per_mL_type > RightHeartElastanceMax_mmHg_Per_mL_;
3093  ::xsd::cxx::tree::one< RightHeartElastanceMin_mmHg_Per_mL_type > RightHeartElastanceMin_mmHg_Per_mL_;
3094  ::xsd::cxx::tree::one< CompressionTime_s_type > CompressionTime_s_;
3095  ::xsd::cxx::tree::one< CompressionRatio_type > CompressionRatio_;
3096  ::xsd::cxx::tree::one< CompressionPeriod_s_type > CompressionPeriod_s_;
3097  ::xsd::cxx::tree::one< CurrentCardiacCycleTime_s_type > CurrentCardiacCycleTime_s_;
3098  ::xsd::cxx::tree::one< CardiacCycleDiastolicVolume_mL_type > CardiacCycleDiastolicVolume_mL_;
3099  ::xsd::cxx::tree::one< CardiacCycleAortaPressureLow_mmHg_type > CardiacCycleAortaPressureLow_mmHg_;
3100  ::xsd::cxx::tree::one< CardiacCycleAortaPressureHigh_mmHg_type > CardiacCycleAortaPressureHigh_mmHg_;
3101  ::xsd::cxx::tree::one< CardiacCyclePulmonaryArteryPressureLow_mmHg_type > CardiacCyclePulmonaryArteryPressureLow_mmHg_;
3102  ::xsd::cxx::tree::one< CardiacCyclePulmonaryArteryPressureHigh_mmHg_type > CardiacCyclePulmonaryArteryPressureHigh_mmHg_;
3103  ::xsd::cxx::tree::one< LastCardiacCycleMeanArterialCO2PartialPressure_mmHg_type > LastCardiacCycleMeanArterialCO2PartialPressure_mmHg_;
3104  ::xsd::cxx::tree::one< CardiacCycleStrokeVolume_mL_type > CardiacCycleStrokeVolume_mL_;
3105  ::xsd::cxx::tree::one< CardiacCycleArterialPressure_mmHg_type > CardiacCycleArterialPressure_mmHg_;
3106  ::xsd::cxx::tree::one< CardiacCycleArterialCO2PartialPressure_mmHg_type > CardiacCycleArterialCO2PartialPressure_mmHg_;
3107  ::xsd::cxx::tree::one< CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_type > CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_;
3108  ::xsd::cxx::tree::one< CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_type > CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_;
3109  ::xsd::cxx::tree::one< CardiacCyclePulmonaryShuntFlow_mL_Per_s_type > CardiacCyclePulmonaryShuntFlow_mL_Per_s_;
3110  ::xsd::cxx::tree::one< CardiacCyclePulmonaryArteryPressure_mmHg_type > CardiacCyclePulmonaryArteryPressure_mmHg_;
3111  ::xsd::cxx::tree::one< CardiacCycleCentralVenousPressure_mmHg_type > CardiacCycleCentralVenousPressure_mmHg_;
3112  ::xsd::cxx::tree::one< CardiacCycleSkinFlow_mL_Per_s_type > CardiacCycleSkinFlow_mL_Per_s_;
3113 
3114  //@endcond
3115  };
3116 
3123  {
3124  public:
3132 
3136  typedef ::mil::tatrc::physiology::datamodel::SubstanceBolusStateData BolusAdministration_type;
3137 
3141  typedef ::xsd::cxx::tree::sequence< BolusAdministration_type > BolusAdministration_sequence;
3142 
3146  typedef BolusAdministration_sequence::iterator BolusAdministration_iterator;
3147 
3151  typedef BolusAdministration_sequence::const_iterator BolusAdministration_const_iterator;
3152 
3156  typedef ::xsd::cxx::tree::traits< BolusAdministration_type, char > BolusAdministration_traits;
3157 
3164  const BolusAdministration_sequence&
3165  BolusAdministration () const;
3166 
3172  BolusAdministration_sequence&
3173  BolusAdministration ();
3174 
3184  void
3185  BolusAdministration (const BolusAdministration_sequence& s);
3186 
3188 
3196 
3200  typedef ::mil::tatrc::physiology::datamodel::NasalStateData NasalStates_type;
3201 
3205  typedef ::xsd::cxx::tree::sequence< NasalStates_type > NasalStates_sequence;
3206 
3210  typedef NasalStates_sequence::iterator NasalStates_iterator;
3211 
3215  typedef NasalStates_sequence::const_iterator NasalStates_const_iterator;
3216 
3220  typedef ::xsd::cxx::tree::traits< NasalStates_type, char > NasalStates_traits;
3221 
3228  const NasalStates_sequence&
3229  NasalStates () const;
3230 
3236  NasalStates_sequence&
3237  NasalStates ();
3238 
3248  void
3249  NasalStates (const NasalStates_sequence& s);
3250 
3252 
3260 
3264  typedef ::mil::tatrc::physiology::datamodel::TransmucosalStateData TransmucosalStates_type;
3265 
3269  typedef ::xsd::cxx::tree::sequence< TransmucosalStates_type > TransmucosalStates_sequence;
3270 
3274  typedef TransmucosalStates_sequence::iterator TransmucosalStates_iterator;
3275 
3279  typedef TransmucosalStates_sequence::const_iterator TransmucosalStates_const_iterator;
3280 
3284  typedef ::xsd::cxx::tree::traits< TransmucosalStates_type, char > TransmucosalStates_traits;
3285 
3292  const TransmucosalStates_sequence&
3293  TransmucosalStates () const;
3294 
3300  TransmucosalStates_sequence&
3301  TransmucosalStates ();
3302 
3312  void
3313  TransmucosalStates (const TransmucosalStates_sequence& s);
3314 
3316 
3324 
3328  typedef ::xml_schema::double_ SarinRbcAcetylcholinesteraseComplex_nM_type;
3329 
3333  typedef ::xsd::cxx::tree::traits< SarinRbcAcetylcholinesteraseComplex_nM_type, char, ::xsd::cxx::tree::schema_type::double_ > SarinRbcAcetylcholinesteraseComplex_nM_traits;
3334 
3340  const SarinRbcAcetylcholinesteraseComplex_nM_type&
3341  SarinRbcAcetylcholinesteraseComplex_nM () const;
3342 
3348  SarinRbcAcetylcholinesteraseComplex_nM_type&
3349  SarinRbcAcetylcholinesteraseComplex_nM ();
3350 
3359  void
3360  SarinRbcAcetylcholinesteraseComplex_nM (const SarinRbcAcetylcholinesteraseComplex_nM_type& x);
3361 
3363 
3371 
3375  typedef ::xml_schema::double_ AgedRbcAcetylcholinesterase_nM_type;
3376 
3380  typedef ::xsd::cxx::tree::traits< AgedRbcAcetylcholinesterase_nM_type, char, ::xsd::cxx::tree::schema_type::double_ > AgedRbcAcetylcholinesterase_nM_traits;
3381 
3387  const AgedRbcAcetylcholinesterase_nM_type&
3388  AgedRbcAcetylcholinesterase_nM () const;
3389 
3395  AgedRbcAcetylcholinesterase_nM_type&
3396  AgedRbcAcetylcholinesterase_nM ();
3397 
3406  void
3407  AgedRbcAcetylcholinesterase_nM (const AgedRbcAcetylcholinesterase_nM_type& x);
3408 
3410 
3415 
3423 
3428  BioGearsDrugSystemData (const SarinRbcAcetylcholinesteraseComplex_nM_type&,
3429  const AgedRbcAcetylcholinesterase_nM_type&);
3430 
3439  BioGearsDrugSystemData (const ::xercesc::DOMElement& e,
3440  ::xml_schema::flags f = 0,
3441  ::xml_schema::container* c = 0);
3442 
3453  ::xml_schema::flags f = 0,
3454  ::xml_schema::container* c = 0);
3455 
3467  virtual BioGearsDrugSystemData*
3468  _clone (::xml_schema::flags f = 0,
3469  ::xml_schema::container* c = 0) const;
3470 
3480  operator= (const BioGearsDrugSystemData& x);
3481 
3483 
3487  virtual
3489 
3490  // Implementation.
3491  //
3492 
3493  //@cond
3494 
3495  protected:
3496  void
3497  parse (::xsd::cxx::xml::dom::parser< char >&,
3498  ::xml_schema::flags);
3499 
3500  protected:
3501  BolusAdministration_sequence BolusAdministration_;
3502  NasalStates_sequence NasalStates_;
3503  TransmucosalStates_sequence TransmucosalStates_;
3504  ::xsd::cxx::tree::one< SarinRbcAcetylcholinesteraseComplex_nM_type > SarinRbcAcetylcholinesteraseComplex_nM_;
3505  ::xsd::cxx::tree::one< AgedRbcAcetylcholinesterase_nM_type > AgedRbcAcetylcholinesterase_nM_;
3506 
3507  //@endcond
3508  };
3509 
3516  {
3517  public:
3522 
3528 
3537  BioGearsEndocrineSystemData (const ::xercesc::DOMElement& e,
3538  ::xml_schema::flags f = 0,
3539  ::xml_schema::container* c = 0);
3540 
3551  ::xml_schema::flags f = 0,
3552  ::xml_schema::container* c = 0);
3553 
3566  _clone (::xml_schema::flags f = 0,
3567  ::xml_schema::container* c = 0) const;
3568 
3570 
3574  virtual
3576  };
3577 
3584  {
3585  public:
3593 
3597  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData BloodpH_type;
3598 
3602  typedef ::xsd::cxx::tree::traits< BloodpH_type, char > BloodpH_traits;
3603 
3609  const BloodpH_type&
3610  BloodpH () const;
3611 
3617  BloodpH_type&
3618  BloodpH ();
3619 
3628  void
3629  BloodpH (const BloodpH_type& x);
3630 
3639  void
3640  BloodpH (::std::unique_ptr< BloodpH_type > p);
3641 
3643 
3651 
3655  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData BicarbonateMolarity_mmol_Per_L_type;
3656 
3660  typedef ::xsd::cxx::tree::traits< BicarbonateMolarity_mmol_Per_L_type, char > BicarbonateMolarity_mmol_Per_L_traits;
3661 
3667  const BicarbonateMolarity_mmol_Per_L_type&
3668  BicarbonateMolarity_mmol_Per_L () const;
3669 
3675  BicarbonateMolarity_mmol_Per_L_type&
3676  BicarbonateMolarity_mmol_Per_L ();
3677 
3686  void
3687  BicarbonateMolarity_mmol_Per_L (const BicarbonateMolarity_mmol_Per_L_type& x);
3688 
3697  void
3698  BicarbonateMolarity_mmol_Per_L (::std::unique_ptr< BicarbonateMolarity_mmol_Per_L_type > p);
3699 
3701 
3709 
3713  typedef ::xml_schema::boolean PackOn_type;
3714 
3718  typedef ::xsd::cxx::tree::traits< PackOn_type, char > PackOn_traits;
3719 
3725  const PackOn_type&
3726  PackOn () const;
3727 
3733  PackOn_type&
3734  PackOn ();
3735 
3744  void
3745  PackOn (const PackOn_type& x);
3746 
3748 
3756 
3760  typedef ::xml_schema::double_ PreviousWeightPack_kg_type;
3761 
3765  typedef ::xsd::cxx::tree::traits< PreviousWeightPack_kg_type, char, ::xsd::cxx::tree::schema_type::double_ > PreviousWeightPack_kg_traits;
3766 
3772  const PreviousWeightPack_kg_type&
3773  PreviousWeightPack_kg () const;
3774 
3780  PreviousWeightPack_kg_type&
3781  PreviousWeightPack_kg ();
3782 
3791  void
3792  PreviousWeightPack_kg (const PreviousWeightPack_kg_type& x);
3793 
3795 
3800 
3808 
3813  BioGearsEnergySystemData (const BloodpH_type&,
3814  const BicarbonateMolarity_mmol_Per_L_type&,
3815  const PackOn_type&,
3816  const PreviousWeightPack_kg_type&);
3817 
3826  BioGearsEnergySystemData (::std::unique_ptr< BloodpH_type >,
3827  ::std::unique_ptr< BicarbonateMolarity_mmol_Per_L_type >,
3828  const PackOn_type&,
3829  const PreviousWeightPack_kg_type&);
3830 
3839  BioGearsEnergySystemData (const ::xercesc::DOMElement& e,
3840  ::xml_schema::flags f = 0,
3841  ::xml_schema::container* c = 0);
3842 
3853  ::xml_schema::flags f = 0,
3854  ::xml_schema::container* c = 0);
3855 
3867  virtual BioGearsEnergySystemData*
3868  _clone (::xml_schema::flags f = 0,
3869  ::xml_schema::container* c = 0) const;
3870 
3880  operator= (const BioGearsEnergySystemData& x);
3881 
3883 
3887  virtual
3889 
3890  // Implementation.
3891  //
3892 
3893  //@cond
3894 
3895  protected:
3896  void
3897  parse (::xsd::cxx::xml::dom::parser< char >&,
3898  ::xml_schema::flags);
3899 
3900  protected:
3901  ::xsd::cxx::tree::one< BloodpH_type > BloodpH_;
3902  ::xsd::cxx::tree::one< BicarbonateMolarity_mmol_Per_L_type > BicarbonateMolarity_mmol_Per_L_;
3903  ::xsd::cxx::tree::one< PackOn_type > PackOn_;
3904  ::xsd::cxx::tree::one< PreviousWeightPack_kg_type > PreviousWeightPack_kg_;
3905 
3906  //@endcond
3907  };
3908 
3915  {
3916  public:
3921 
3927 
3936  BioGearsGastrointestinalSystemData (const ::xercesc::DOMElement& e,
3937  ::xml_schema::flags f = 0,
3938  ::xml_schema::container* c = 0);
3939 
3950  ::xml_schema::flags f = 0,
3951  ::xml_schema::container* c = 0);
3952 
3965  _clone (::xml_schema::flags f = 0,
3966  ::xml_schema::container* c = 0) const;
3967 
3969 
3973  virtual
3975  };
3976 
3983  {
3984  public:
3989 
3995 
4004  BioGearsHepaticSystemData (const ::xercesc::DOMElement& e,
4005  ::xml_schema::flags f = 0,
4006  ::xml_schema::container* c = 0);
4007 
4018  ::xml_schema::flags f = 0,
4019  ::xml_schema::container* c = 0);
4020 
4032  virtual BioGearsHepaticSystemData*
4033  _clone (::xml_schema::flags f = 0,
4034  ::xml_schema::container* c = 0) const;
4035 
4037 
4041  virtual
4043  };
4044 
4051  {
4052  public:
4060 
4064  typedef ::xml_schema::double_ AfferentChemoreceptor_Hz_type;
4065 
4069  typedef ::xsd::cxx::tree::traits< AfferentChemoreceptor_Hz_type, char, ::xsd::cxx::tree::schema_type::double_ > AfferentChemoreceptor_Hz_traits;
4070 
4076  const AfferentChemoreceptor_Hz_type&
4077  AfferentChemoreceptor_Hz () const;
4078 
4084  AfferentChemoreceptor_Hz_type&
4085  AfferentChemoreceptor_Hz ();
4086 
4095  void
4096  AfferentChemoreceptor_Hz (const AfferentChemoreceptor_Hz_type& x);
4097 
4099 
4107 
4111  typedef ::xml_schema::double_ AfferentPulmonaryStrechReceptor_Hz_type;
4112 
4116  typedef ::xsd::cxx::tree::traits< AfferentPulmonaryStrechReceptor_Hz_type, char, ::xsd::cxx::tree::schema_type::double_ > AfferentPulmonaryStrechReceptor_Hz_traits;
4117 
4123  const AfferentPulmonaryStrechReceptor_Hz_type&
4124  AfferentPulmonaryStrechReceptor_Hz () const;
4125 
4131  AfferentPulmonaryStrechReceptor_Hz_type&
4132  AfferentPulmonaryStrechReceptor_Hz ();
4133 
4142  void
4143  AfferentPulmonaryStrechReceptor_Hz (const AfferentPulmonaryStrechReceptor_Hz_type& x);
4144 
4146 
4154 
4158  typedef ::xml_schema::double_ AorticBaroreceptorStrain_type;
4159 
4163  typedef ::xsd::cxx::tree::traits< AorticBaroreceptorStrain_type, char, ::xsd::cxx::tree::schema_type::double_ > AorticBaroreceptorStrain_traits;
4164 
4170  const AorticBaroreceptorStrain_type&
4171  AorticBaroreceptorStrain () const;
4172 
4178  AorticBaroreceptorStrain_type&
4179  AorticBaroreceptorStrain ();
4180 
4189  void
4190  AorticBaroreceptorStrain (const AorticBaroreceptorStrain_type& x);
4191 
4193 
4201 
4205  typedef ::xml_schema::double_ ArterialOxygenBaseline_mmHg_type;
4206 
4210  typedef ::xsd::cxx::tree::traits< ArterialOxygenBaseline_mmHg_type, char, ::xsd::cxx::tree::schema_type::double_ > ArterialOxygenBaseline_mmHg_traits;
4211 
4217  const ArterialOxygenBaseline_mmHg_type&
4218  ArterialOxygenBaseline_mmHg () const;
4219 
4225  ArterialOxygenBaseline_mmHg_type&
4226  ArterialOxygenBaseline_mmHg ();
4227 
4236  void
4237  ArterialOxygenBaseline_mmHg (const ArterialOxygenBaseline_mmHg_type& x);
4238 
4240 
4248 
4252  typedef ::xml_schema::double_ ArterialCarbonDioxideBaseline_mmHg_type;
4253 
4257  typedef ::xsd::cxx::tree::traits< ArterialCarbonDioxideBaseline_mmHg_type, char, ::xsd::cxx::tree::schema_type::double_ > ArterialCarbonDioxideBaseline_mmHg_traits;
4258 
4264  const ArterialCarbonDioxideBaseline_mmHg_type&
4265  ArterialCarbonDioxideBaseline_mmHg () const;
4266 
4272  ArterialCarbonDioxideBaseline_mmHg_type&
4273  ArterialCarbonDioxideBaseline_mmHg ();
4274 
4283  void
4284  ArterialCarbonDioxideBaseline_mmHg (const ArterialCarbonDioxideBaseline_mmHg_type& x);
4285 
4287 
4295 
4299  typedef ::xml_schema::double_ BaroreceptorOperatingPoint_mmHg_type;
4300 
4304  typedef ::xsd::cxx::tree::traits< BaroreceptorOperatingPoint_mmHg_type, char, ::xsd::cxx::tree::schema_type::double_ > BaroreceptorOperatingPoint_mmHg_traits;
4305 
4311  const BaroreceptorOperatingPoint_mmHg_type&
4312  BaroreceptorOperatingPoint_mmHg () const;
4313 
4319  BaroreceptorOperatingPoint_mmHg_type&
4320  BaroreceptorOperatingPoint_mmHg ();
4321 
4330  void
4331  BaroreceptorOperatingPoint_mmHg (const BaroreceptorOperatingPoint_mmHg_type& x);
4332 
4334 
4342 
4346  typedef ::xml_schema::double_ CardiopulmonaryInputBaseline_mmHg_type;
4347 
4351  typedef ::xsd::cxx::tree::traits< CardiopulmonaryInputBaseline_mmHg_type, char, ::xsd::cxx::tree::schema_type::double_ > CardiopulmonaryInputBaseline_mmHg_traits;
4352 
4358  const CardiopulmonaryInputBaseline_mmHg_type&
4359  CardiopulmonaryInputBaseline_mmHg () const;
4360 
4366  CardiopulmonaryInputBaseline_mmHg_type&
4367  CardiopulmonaryInputBaseline_mmHg ();
4368 
4377  void
4378  CardiopulmonaryInputBaseline_mmHg (const CardiopulmonaryInputBaseline_mmHg_type& x);
4379 
4381 
4389 
4393  typedef ::xml_schema::double_ CardiopulmonaryInput_mmHg_type;
4394 
4398  typedef ::xsd::cxx::tree::traits< CardiopulmonaryInput_mmHg_type, char, ::xsd::cxx::tree::schema_type::double_ > CardiopulmonaryInput_mmHg_traits;
4399 
4405  const CardiopulmonaryInput_mmHg_type&
4406  CardiopulmonaryInput_mmHg () const;
4407 
4413  CardiopulmonaryInput_mmHg_type&
4414  CardiopulmonaryInput_mmHg ();
4415 
4424  void
4425  CardiopulmonaryInput_mmHg (const CardiopulmonaryInput_mmHg_type& x);
4426 
4428 
4436 
4440  typedef ::xml_schema::double_ CarotidBaroreceptorStrain_type;
4441 
4445  typedef ::xsd::cxx::tree::traits< CarotidBaroreceptorStrain_type, char, ::xsd::cxx::tree::schema_type::double_ > CarotidBaroreceptorStrain_traits;
4446 
4452  const CarotidBaroreceptorStrain_type&
4453  CarotidBaroreceptorStrain () const;
4454 
4460  CarotidBaroreceptorStrain_type&
4461  CarotidBaroreceptorStrain ();
4462 
4471  void
4472  CarotidBaroreceptorStrain (const CarotidBaroreceptorStrain_type& x);
4473 
4475 
4483 
4487  typedef ::xml_schema::double_ CerebralArteriesEffectors_Large_type;
4488 
4492  typedef ::xsd::cxx::tree::sequence< CerebralArteriesEffectors_Large_type > CerebralArteriesEffectors_Large_sequence;
4493 
4497  typedef CerebralArteriesEffectors_Large_sequence::iterator CerebralArteriesEffectors_Large_iterator;
4498 
4502  typedef CerebralArteriesEffectors_Large_sequence::const_iterator CerebralArteriesEffectors_Large_const_iterator;
4503 
4507  typedef ::xsd::cxx::tree::traits< CerebralArteriesEffectors_Large_type, char, ::xsd::cxx::tree::schema_type::double_ > CerebralArteriesEffectors_Large_traits;
4508 
4515  const CerebralArteriesEffectors_Large_sequence&
4516  CerebralArteriesEffectors_Large () const;
4517 
4523  CerebralArteriesEffectors_Large_sequence&
4524  CerebralArteriesEffectors_Large ();
4525 
4535  void
4536  CerebralArteriesEffectors_Large (const CerebralArteriesEffectors_Large_sequence& s);
4537 
4539 
4547 
4551  typedef ::xml_schema::double_ CerebralArteriesEffectors_Small_type;
4552 
4556  typedef ::xsd::cxx::tree::sequence< CerebralArteriesEffectors_Small_type > CerebralArteriesEffectors_Small_sequence;
4557 
4561  typedef CerebralArteriesEffectors_Small_sequence::iterator CerebralArteriesEffectors_Small_iterator;
4562 
4566  typedef CerebralArteriesEffectors_Small_sequence::const_iterator CerebralArteriesEffectors_Small_const_iterator;
4567 
4571  typedef ::xsd::cxx::tree::traits< CerebralArteriesEffectors_Small_type, char, ::xsd::cxx::tree::schema_type::double_ > CerebralArteriesEffectors_Small_traits;
4572 
4579  const CerebralArteriesEffectors_Small_sequence&
4580  CerebralArteriesEffectors_Small () const;
4581 
4587  CerebralArteriesEffectors_Small_sequence&
4588  CerebralArteriesEffectors_Small ();
4589 
4599  void
4600  CerebralArteriesEffectors_Small (const CerebralArteriesEffectors_Small_sequence& s);
4601 
4603 
4611 
4615  typedef ::xml_schema::double_ CerebralBloodFlowBaseline_mL_Per_s_type;
4616 
4620  typedef ::xsd::cxx::tree::traits< CerebralBloodFlowBaseline_mL_Per_s_type, char, ::xsd::cxx::tree::schema_type::double_ > CerebralBloodFlowBaseline_mL_Per_s_traits;
4621 
4627  const CerebralBloodFlowBaseline_mL_Per_s_type&
4628  CerebralBloodFlowBaseline_mL_Per_s () const;
4629 
4635  CerebralBloodFlowBaseline_mL_Per_s_type&
4636  CerebralBloodFlowBaseline_mL_Per_s ();
4637 
4646  void
4647  CerebralBloodFlowBaseline_mL_Per_s (const CerebralBloodFlowBaseline_mL_Per_s_type& x);
4648 
4650 
4658 
4662  typedef ::xml_schema::double_ CerebralBloodFlowInput_mL_Per_s_type;
4663 
4667  typedef ::xsd::cxx::tree::traits< CerebralBloodFlowInput_mL_Per_s_type, char, ::xsd::cxx::tree::schema_type::double_ > CerebralBloodFlowInput_mL_Per_s_traits;
4668 
4674  const CerebralBloodFlowInput_mL_Per_s_type&
4675  CerebralBloodFlowInput_mL_Per_s () const;
4676 
4682  CerebralBloodFlowInput_mL_Per_s_type&
4683  CerebralBloodFlowInput_mL_Per_s ();
4684 
4693  void
4694  CerebralBloodFlowInput_mL_Per_s (const CerebralBloodFlowInput_mL_Per_s_type& x);
4695 
4697 
4705 
4709  typedef ::xml_schema::double_ CentralFrequencyDelta_Per_min_type;
4710 
4714  typedef ::xsd::cxx::tree::traits< CentralFrequencyDelta_Per_min_type, char, ::xsd::cxx::tree::schema_type::double_ > CentralFrequencyDelta_Per_min_traits;
4715 
4721  const CentralFrequencyDelta_Per_min_type&
4722  CentralFrequencyDelta_Per_min () const;
4723 
4729  CentralFrequencyDelta_Per_min_type&
4730  CentralFrequencyDelta_Per_min ();
4731 
4740  void
4741  CentralFrequencyDelta_Per_min (const CentralFrequencyDelta_Per_min_type& x);
4742 
4744 
4752 
4756  typedef ::xml_schema::double_ CentralPressureDelta_cmH2O_type;
4757 
4761  typedef ::xsd::cxx::tree::traits< CentralPressureDelta_cmH2O_type, char, ::xsd::cxx::tree::schema_type::double_ > CentralPressureDelta_cmH2O_traits;
4762 
4768  const CentralPressureDelta_cmH2O_type&
4769  CentralPressureDelta_cmH2O () const;
4770 
4776  CentralPressureDelta_cmH2O_type&
4777  CentralPressureDelta_cmH2O ();
4778 
4787  void
4788  CentralPressureDelta_cmH2O (const CentralPressureDelta_cmH2O_type& x);
4789 
4791 
4799 
4803  typedef ::xml_schema::double_ CerebralOxygenSaturationBaseline_type;
4804 
4808  typedef ::xsd::cxx::tree::traits< CerebralOxygenSaturationBaseline_type, char, ::xsd::cxx::tree::schema_type::double_ > CerebralOxygenSaturationBaseline_traits;
4809 
4815  const CerebralOxygenSaturationBaseline_type&
4816  CerebralOxygenSaturationBaseline () const;
4817 
4823  CerebralOxygenSaturationBaseline_type&
4824  CerebralOxygenSaturationBaseline ();
4825 
4834  void
4835  CerebralOxygenSaturationBaseline (const CerebralOxygenSaturationBaseline_type& x);
4836 
4838 
4846 
4850  typedef ::xml_schema::double_ CerebralPerfusionPressureBaseline_mmHg_type;
4851 
4855  typedef ::xsd::cxx::tree::traits< CerebralPerfusionPressureBaseline_mmHg_type, char, ::xsd::cxx::tree::schema_type::double_ > CerebralPerfusionPressureBaseline_mmHg_traits;
4856 
4862  const CerebralPerfusionPressureBaseline_mmHg_type&
4863  CerebralPerfusionPressureBaseline_mmHg () const;
4864 
4870  CerebralPerfusionPressureBaseline_mmHg_type&
4871  CerebralPerfusionPressureBaseline_mmHg ();
4872 
4881  void
4882  CerebralPerfusionPressureBaseline_mmHg (const CerebralPerfusionPressureBaseline_mmHg_type& x);
4883 
4885 
4893 
4898 
4902  typedef ::xsd::cxx::tree::traits< ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz_type, char, ::xsd::cxx::tree::schema_type::double_ > ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz_traits;
4903 
4909  const ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz_type&
4910  ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz () const;
4911 
4917  ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz_type&
4918  ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz ();
4919 
4928  void
4929  ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz (const ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz_type& x);
4930 
4932 
4940 
4944  typedef ::xml_schema::double_ ChemoreceptorFiringRateSetPoint_Hz_type;
4945 
4949  typedef ::xsd::cxx::tree::traits< ChemoreceptorFiringRateSetPoint_Hz_type, char, ::xsd::cxx::tree::schema_type::double_ > ChemoreceptorFiringRateSetPoint_Hz_traits;
4950 
4956  const ChemoreceptorFiringRateSetPoint_Hz_type&
4957  ChemoreceptorFiringRateSetPoint_Hz () const;
4958 
4964  ChemoreceptorFiringRateSetPoint_Hz_type&
4965  ChemoreceptorFiringRateSetPoint_Hz ();
4966 
4975  void
4976  ChemoreceptorFiringRateSetPoint_Hz (const ChemoreceptorFiringRateSetPoint_Hz_type& x);
4977 
4979 
4987 
4991  typedef ::xml_schema::double_ ComplianceModifier_type;
4992 
4996  typedef ::xsd::cxx::tree::traits< ComplianceModifier_type, char, ::xsd::cxx::tree::schema_type::double_ > ComplianceModifier_traits;
4997 
5003  const ComplianceModifier_type&
5004  ComplianceModifier () const;
5005 
5011  ComplianceModifier_type&
5012  ComplianceModifier ();
5013 
5022  void
5023  ComplianceModifier (const ComplianceModifier_type& x);
5024 
5026 
5034 
5038  typedef ::xml_schema::double_ HeartElastanceModifier_type;
5039 
5043  typedef ::xsd::cxx::tree::traits< HeartElastanceModifier_type, char, ::xsd::cxx::tree::schema_type::double_ > HeartElastanceModifier_traits;
5044 
5050  const HeartElastanceModifier_type&
5051  HeartElastanceModifier () const;
5052 
5058  HeartElastanceModifier_type&
5059  HeartElastanceModifier ();
5060 
5069  void
5070  HeartElastanceModifier (const HeartElastanceModifier_type& x);
5071 
5073 
5081 
5085  typedef ::xml_schema::double_ HeartOxygenBaseline_type;
5086 
5090  typedef ::xsd::cxx::tree::traits< HeartOxygenBaseline_type, char, ::xsd::cxx::tree::schema_type::double_ > HeartOxygenBaseline_traits;
5091 
5097  const HeartOxygenBaseline_type&
5098  HeartOxygenBaseline () const;
5099 
5105  HeartOxygenBaseline_type&
5106  HeartOxygenBaseline ();
5107 
5116  void
5117  HeartOxygenBaseline (const HeartOxygenBaseline_type& x);
5118 
5120 
5128 
5132  typedef ::xml_schema::double_ HeartRateModifierSympathetic_type;
5133 
5137  typedef ::xsd::cxx::tree::traits< HeartRateModifierSympathetic_type, char, ::xsd::cxx::tree::schema_type::double_ > HeartRateModifierSympathetic_traits;
5138 
5144  const HeartRateModifierSympathetic_type&
5145  HeartRateModifierSympathetic () const;
5146 
5152  HeartRateModifierSympathetic_type&
5153  HeartRateModifierSympathetic ();
5154 
5163  void
5164  HeartRateModifierSympathetic (const HeartRateModifierSympathetic_type& x);
5165 
5167 
5175 
5179  typedef ::xml_schema::double_ HeartRateModifierVagal_type;
5180 
5184  typedef ::xsd::cxx::tree::traits< HeartRateModifierVagal_type, char, ::xsd::cxx::tree::schema_type::double_ > HeartRateModifierVagal_traits;
5185 
5191  const HeartRateModifierVagal_type&
5192  HeartRateModifierVagal () const;
5193 
5199  HeartRateModifierVagal_type&
5200  HeartRateModifierVagal ();
5201 
5210  void
5211  HeartRateModifierVagal (const HeartRateModifierVagal_type& x);
5212 
5214 
5222 
5226  typedef ::xml_schema::double_ HypercapniaThresholdHeart_type;
5227 
5231  typedef ::xsd::cxx::tree::traits< HypercapniaThresholdHeart_type, char, ::xsd::cxx::tree::schema_type::double_ > HypercapniaThresholdHeart_traits;
5232 
5238  const HypercapniaThresholdHeart_type&
5239  HypercapniaThresholdHeart () const;
5240 
5246  HypercapniaThresholdHeart_type&
5247  HypercapniaThresholdHeart ();
5248 
5257  void
5258  HypercapniaThresholdHeart (const HypercapniaThresholdHeart_type& x);
5259 
5261 
5269 
5273  typedef ::xml_schema::double_ HypercapniaThresholdPeripheral_type;
5274 
5278  typedef ::xsd::cxx::tree::traits< HypercapniaThresholdPeripheral_type, char, ::xsd::cxx::tree::schema_type::double_ > HypercapniaThresholdPeripheral_traits;
5279 
5285  const HypercapniaThresholdPeripheral_type&
5286  HypercapniaThresholdPeripheral () const;
5287 
5293  HypercapniaThresholdPeripheral_type&
5294  HypercapniaThresholdPeripheral ();
5295 
5304  void
5305  HypercapniaThresholdPeripheral (const HypercapniaThresholdPeripheral_type& x);
5306 
5308 
5316 
5320  typedef ::xml_schema::double_ HypoxiaThresholdHeart_type;
5321 
5325  typedef ::xsd::cxx::tree::traits< HypoxiaThresholdHeart_type, char, ::xsd::cxx::tree::schema_type::double_ > HypoxiaThresholdHeart_traits;
5326 
5332  const HypoxiaThresholdHeart_type&
5333  HypoxiaThresholdHeart () const;
5334 
5340  HypoxiaThresholdHeart_type&
5341  HypoxiaThresholdHeart ();
5342 
5351  void
5352  HypoxiaThresholdHeart (const HypoxiaThresholdHeart_type& x);
5353 
5355 
5363 
5367  typedef ::xml_schema::double_ HypoxiaThresholdPeripheral_type;
5368 
5372  typedef ::xsd::cxx::tree::traits< HypoxiaThresholdPeripheral_type, char, ::xsd::cxx::tree::schema_type::double_ > HypoxiaThresholdPeripheral_traits;
5373 
5379  const HypoxiaThresholdPeripheral_type&
5380  HypoxiaThresholdPeripheral () const;
5381 
5387  HypoxiaThresholdPeripheral_type&
5388  HypoxiaThresholdPeripheral ();
5389 
5398  void
5399  HypoxiaThresholdPeripheral (const HypoxiaThresholdPeripheral_type& x);
5400 
5402 
5410 
5414  typedef ::xml_schema::double_ MeanLungVolume_L_type;
5415 
5419  typedef ::xsd::cxx::tree::traits< MeanLungVolume_L_type, char, ::xsd::cxx::tree::schema_type::double_ > MeanLungVolume_L_traits;
5420 
5426  const MeanLungVolume_L_type&
5427  MeanLungVolume_L () const;
5428 
5434  MeanLungVolume_L_type&
5435  MeanLungVolume_L ();
5436 
5445  void
5446  MeanLungVolume_L (const MeanLungVolume_L_type& x);
5447 
5449 
5457 
5461  typedef ::xml_schema::double_ MuscleOxygenBaseline_type;
5462 
5466  typedef ::xsd::cxx::tree::traits< MuscleOxygenBaseline_type, char, ::xsd::cxx::tree::schema_type::double_ > MuscleOxygenBaseline_traits;
5467 
5473  const MuscleOxygenBaseline_type&
5474  MuscleOxygenBaseline () const;
5475 
5481  MuscleOxygenBaseline_type&
5482  MuscleOxygenBaseline ();
5483 
5492  void
5493  MuscleOxygenBaseline (const MuscleOxygenBaseline_type& x);
5494 
5496 
5504 
5508  typedef ::xml_schema::double_ OxygenAutoregulatorHeart_type;
5509 
5513  typedef ::xsd::cxx::tree::traits< OxygenAutoregulatorHeart_type, char, ::xsd::cxx::tree::schema_type::double_ > OxygenAutoregulatorHeart_traits;
5514 
5520  const OxygenAutoregulatorHeart_type&
5521  OxygenAutoregulatorHeart () const;
5522 
5528  OxygenAutoregulatorHeart_type&
5529  OxygenAutoregulatorHeart ();
5530 
5539  void
5540  OxygenAutoregulatorHeart (const OxygenAutoregulatorHeart_type& x);
5541 
5543 
5551 
5555  typedef ::xml_schema::double_ OxygenAutoregulatorMuscle_type;
5556 
5560  typedef ::xsd::cxx::tree::traits< OxygenAutoregulatorMuscle_type, char, ::xsd::cxx::tree::schema_type::double_ > OxygenAutoregulatorMuscle_traits;
5561 
5567  const OxygenAutoregulatorMuscle_type&
5568  OxygenAutoregulatorMuscle () const;
5569 
5575  OxygenAutoregulatorMuscle_type&
5576  OxygenAutoregulatorMuscle ();
5577 
5586  void
5587  OxygenAutoregulatorMuscle (const OxygenAutoregulatorMuscle_type& x);
5588 
5590 
5598 
5602  typedef ::xml_schema::double_ PeripheralFrequencyDelta_Per_min_type;
5603 
5607  typedef ::xsd::cxx::tree::traits< PeripheralFrequencyDelta_Per_min_type, char, ::xsd::cxx::tree::schema_type::double_ > PeripheralFrequencyDelta_Per_min_traits;
5608 
5614  const PeripheralFrequencyDelta_Per_min_type&
5615  PeripheralFrequencyDelta_Per_min () const;
5616 
5622  PeripheralFrequencyDelta_Per_min_type&
5623  PeripheralFrequencyDelta_Per_min ();
5624 
5633  void
5634  PeripheralFrequencyDelta_Per_min (const PeripheralFrequencyDelta_Per_min_type& x);
5635 
5637 
5645 
5649  typedef ::xml_schema::double_ PeripheralPressureDelta_cmH2O_type;
5650 
5654  typedef ::xsd::cxx::tree::traits< PeripheralPressureDelta_cmH2O_type, char, ::xsd::cxx::tree::schema_type::double_ > PeripheralPressureDelta_cmH2O_traits;
5655 
5661  const PeripheralPressureDelta_cmH2O_type&
5662  PeripheralPressureDelta_cmH2O () const;
5663 
5669  PeripheralPressureDelta_cmH2O_type&
5670  PeripheralPressureDelta_cmH2O ();
5671 
5680  void
5681  PeripheralPressureDelta_cmH2O (const PeripheralPressureDelta_cmH2O_type& x);
5682 
5684 
5692 
5696  typedef ::xml_schema::double_ ResistanceModifierExtrasplanchnic_type;
5697 
5701  typedef ::xsd::cxx::tree::traits< ResistanceModifierExtrasplanchnic_type, char, ::xsd::cxx::tree::schema_type::double_ > ResistanceModifierExtrasplanchnic_traits;
5702 
5708  const ResistanceModifierExtrasplanchnic_type&
5709  ResistanceModifierExtrasplanchnic () const;
5710 
5716  ResistanceModifierExtrasplanchnic_type&
5717  ResistanceModifierExtrasplanchnic ();
5718 
5727  void
5728  ResistanceModifierExtrasplanchnic (const ResistanceModifierExtrasplanchnic_type& x);
5729 
5731 
5739 
5743  typedef ::xml_schema::double_ ResistanceModifierMuscle_type;
5744 
5748  typedef ::xsd::cxx::tree::traits< ResistanceModifierMuscle_type, char, ::xsd::cxx::tree::schema_type::double_ > ResistanceModifierMuscle_traits;
5749 
5755  const ResistanceModifierMuscle_type&
5756  ResistanceModifierMuscle () const;
5757 
5763  ResistanceModifierMuscle_type&
5764  ResistanceModifierMuscle ();
5765 
5774  void
5775  ResistanceModifierMuscle (const ResistanceModifierMuscle_type& x);
5776 
5778 
5786 
5790  typedef ::xml_schema::double_ ResistanceModifierSplanchnic_type;
5791 
5795  typedef ::xsd::cxx::tree::traits< ResistanceModifierSplanchnic_type, char, ::xsd::cxx::tree::schema_type::double_ > ResistanceModifierSplanchnic_traits;
5796 
5802  const ResistanceModifierSplanchnic_type&
5803  ResistanceModifierSplanchnic () const;
5804 
5810  ResistanceModifierSplanchnic_type&
5811  ResistanceModifierSplanchnic ();
5812 
5821  void
5822  ResistanceModifierSplanchnic (const ResistanceModifierSplanchnic_type& x);
5823 
5825 
5833 
5837  typedef ::xml_schema::double_ SympatheticPeripheralSignalBaseline_type;
5838 
5842  typedef ::xsd::cxx::tree::traits< SympatheticPeripheralSignalBaseline_type, char, ::xsd::cxx::tree::schema_type::double_ > SympatheticPeripheralSignalBaseline_traits;
5843 
5849  const SympatheticPeripheralSignalBaseline_type&
5850  SympatheticPeripheralSignalBaseline () const;
5851 
5857  SympatheticPeripheralSignalBaseline_type&
5858  SympatheticPeripheralSignalBaseline ();
5859 
5868  void
5869  SympatheticPeripheralSignalBaseline (const SympatheticPeripheralSignalBaseline_type& x);
5870 
5872 
5880 
5884  typedef ::xml_schema::double_ SympatheticSinoatrialSignalBaseline_type;
5885 
5889  typedef ::xsd::cxx::tree::traits< SympatheticSinoatrialSignalBaseline_type, char, ::xsd::cxx::tree::schema_type::double_ > SympatheticSinoatrialSignalBaseline_traits;
5890 
5896  const SympatheticSinoatrialSignalBaseline_type&
5897  SympatheticSinoatrialSignalBaseline () const;
5898 
5904  SympatheticSinoatrialSignalBaseline_type&
5905  SympatheticSinoatrialSignalBaseline ();
5906 
5915  void
5916  SympatheticSinoatrialSignalBaseline (const SympatheticSinoatrialSignalBaseline_type& x);
5917 
5919 
5927 
5931  typedef ::xml_schema::double_ SympatheticPeripheralSignalFatigue_type;
5932 
5936  typedef ::xsd::cxx::tree::traits< SympatheticPeripheralSignalFatigue_type, char, ::xsd::cxx::tree::schema_type::double_ > SympatheticPeripheralSignalFatigue_traits;
5937 
5943  const SympatheticPeripheralSignalFatigue_type&
5944  SympatheticPeripheralSignalFatigue () const;
5945 
5951  SympatheticPeripheralSignalFatigue_type&
5952  SympatheticPeripheralSignalFatigue ();
5953 
5962  void
5963  SympatheticPeripheralSignalFatigue (const SympatheticPeripheralSignalFatigue_type& x);
5964 
5966 
5974 
5978  typedef ::xml_schema::double_ VagalSignalBaseline_type;
5979 
5983  typedef ::xsd::cxx::tree::traits< VagalSignalBaseline_type, char, ::xsd::cxx::tree::schema_type::double_ > VagalSignalBaseline_traits;
5984 
5990  const VagalSignalBaseline_type&
5991  VagalSignalBaseline () const;
5992 
5998  VagalSignalBaseline_type&
5999  VagalSignalBaseline ();
6000 
6009  void
6010  VagalSignalBaseline (const VagalSignalBaseline_type& x);
6011 
6013 
6018 
6026 
6031  BioGearsNervousSystemData (const AfferentChemoreceptor_Hz_type&,
6032  const AfferentPulmonaryStrechReceptor_Hz_type&,
6033  const AorticBaroreceptorStrain_type&,
6034  const ArterialOxygenBaseline_mmHg_type&,
6035  const ArterialCarbonDioxideBaseline_mmHg_type&,
6036  const BaroreceptorOperatingPoint_mmHg_type&,
6037  const CardiopulmonaryInputBaseline_mmHg_type&,
6038  const CardiopulmonaryInput_mmHg_type&,
6039  const CarotidBaroreceptorStrain_type&,
6040  const CerebralBloodFlowBaseline_mL_Per_s_type&,
6041  const CerebralBloodFlowInput_mL_Per_s_type&,
6042  const CentralFrequencyDelta_Per_min_type&,
6043  const CentralPressureDelta_cmH2O_type&,
6044  const CerebralOxygenSaturationBaseline_type&,
6045  const CerebralPerfusionPressureBaseline_mmHg_type&,
6046  const ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz_type&,
6047  const ChemoreceptorFiringRateSetPoint_Hz_type&,
6048  const ComplianceModifier_type&,
6049  const HeartElastanceModifier_type&,
6050  const HeartOxygenBaseline_type&,
6051  const HeartRateModifierSympathetic_type&,
6052  const HeartRateModifierVagal_type&,
6053  const HypercapniaThresholdHeart_type&,
6054  const HypercapniaThresholdPeripheral_type&,
6055  const HypoxiaThresholdHeart_type&,
6056  const HypoxiaThresholdPeripheral_type&,
6057  const MeanLungVolume_L_type&,
6058  const MuscleOxygenBaseline_type&,
6059  const OxygenAutoregulatorHeart_type&,
6060  const OxygenAutoregulatorMuscle_type&,
6061  const PeripheralFrequencyDelta_Per_min_type&,
6062  const PeripheralPressureDelta_cmH2O_type&,
6063  const ResistanceModifierExtrasplanchnic_type&,
6064  const ResistanceModifierMuscle_type&,
6065  const ResistanceModifierSplanchnic_type&,
6066  const SympatheticPeripheralSignalBaseline_type&,
6067  const SympatheticSinoatrialSignalBaseline_type&,
6068  const SympatheticPeripheralSignalFatigue_type&,
6069  const VagalSignalBaseline_type&);
6070 
6079  BioGearsNervousSystemData (const ::xercesc::DOMElement& e,
6080  ::xml_schema::flags f = 0,
6081  ::xml_schema::container* c = 0);
6082 
6093  ::xml_schema::flags f = 0,
6094  ::xml_schema::container* c = 0);
6095 
6107  virtual BioGearsNervousSystemData*
6108  _clone (::xml_schema::flags f = 0,
6109  ::xml_schema::container* c = 0) const;
6110 
6120  operator= (const BioGearsNervousSystemData& x);
6121 
6123 
6127  virtual
6129 
6130  // Implementation.
6131  //
6132 
6133  //@cond
6134 
6135  protected:
6136  void
6137  parse (::xsd::cxx::xml::dom::parser< char >&,
6138  ::xml_schema::flags);
6139 
6140  protected:
6141  ::xsd::cxx::tree::one< AfferentChemoreceptor_Hz_type > AfferentChemoreceptor_Hz_;
6142  ::xsd::cxx::tree::one< AfferentPulmonaryStrechReceptor_Hz_type > AfferentPulmonaryStrechReceptor_Hz_;
6143  ::xsd::cxx::tree::one< AorticBaroreceptorStrain_type > AorticBaroreceptorStrain_;
6144  ::xsd::cxx::tree::one< ArterialOxygenBaseline_mmHg_type > ArterialOxygenBaseline_mmHg_;
6145  ::xsd::cxx::tree::one< ArterialCarbonDioxideBaseline_mmHg_type > ArterialCarbonDioxideBaseline_mmHg_;
6146  ::xsd::cxx::tree::one< BaroreceptorOperatingPoint_mmHg_type > BaroreceptorOperatingPoint_mmHg_;
6147  ::xsd::cxx::tree::one< CardiopulmonaryInputBaseline_mmHg_type > CardiopulmonaryInputBaseline_mmHg_;
6148  ::xsd::cxx::tree::one< CardiopulmonaryInput_mmHg_type > CardiopulmonaryInput_mmHg_;
6149  ::xsd::cxx::tree::one< CarotidBaroreceptorStrain_type > CarotidBaroreceptorStrain_;
6150  CerebralArteriesEffectors_Large_sequence CerebralArteriesEffectors_Large_;
6151  CerebralArteriesEffectors_Small_sequence CerebralArteriesEffectors_Small_;
6152  ::xsd::cxx::tree::one< CerebralBloodFlowBaseline_mL_Per_s_type > CerebralBloodFlowBaseline_mL_Per_s_;
6153  ::xsd::cxx::tree::one< CerebralBloodFlowInput_mL_Per_s_type > CerebralBloodFlowInput_mL_Per_s_;
6154  ::xsd::cxx::tree::one< CentralFrequencyDelta_Per_min_type > CentralFrequencyDelta_Per_min_;
6155  ::xsd::cxx::tree::one< CentralPressureDelta_cmH2O_type > CentralPressureDelta_cmH2O_;
6156  ::xsd::cxx::tree::one< CerebralOxygenSaturationBaseline_type > CerebralOxygenSaturationBaseline_;
6157  ::xsd::cxx::tree::one< CerebralPerfusionPressureBaseline_mmHg_type > CerebralPerfusionPressureBaseline_mmHg_;
6158  ::xsd::cxx::tree::one< ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz_type > ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz_;
6159  ::xsd::cxx::tree::one< ChemoreceptorFiringRateSetPoint_Hz_type > ChemoreceptorFiringRateSetPoint_Hz_;
6160  ::xsd::cxx::tree::one< ComplianceModifier_type > ComplianceModifier_;
6161  ::xsd::cxx::tree::one< HeartElastanceModifier_type > HeartElastanceModifier_;
6162  ::xsd::cxx::tree::one< HeartOxygenBaseline_type > HeartOxygenBaseline_;
6163  ::xsd::cxx::tree::one< HeartRateModifierSympathetic_type > HeartRateModifierSympathetic_;
6164  ::xsd::cxx::tree::one< HeartRateModifierVagal_type > HeartRateModifierVagal_;
6165  ::xsd::cxx::tree::one< HypercapniaThresholdHeart_type > HypercapniaThresholdHeart_;
6166  ::xsd::cxx::tree::one< HypercapniaThresholdPeripheral_type > HypercapniaThresholdPeripheral_;
6167  ::xsd::cxx::tree::one< HypoxiaThresholdHeart_type > HypoxiaThresholdHeart_;
6168  ::xsd::cxx::tree::one< HypoxiaThresholdPeripheral_type > HypoxiaThresholdPeripheral_;
6169  ::xsd::cxx::tree::one< MeanLungVolume_L_type > MeanLungVolume_L_;
6170  ::xsd::cxx::tree::one< MuscleOxygenBaseline_type > MuscleOxygenBaseline_;
6171  ::xsd::cxx::tree::one< OxygenAutoregulatorHeart_type > OxygenAutoregulatorHeart_;
6172  ::xsd::cxx::tree::one< OxygenAutoregulatorMuscle_type > OxygenAutoregulatorMuscle_;
6173  ::xsd::cxx::tree::one< PeripheralFrequencyDelta_Per_min_type > PeripheralFrequencyDelta_Per_min_;
6174  ::xsd::cxx::tree::one< PeripheralPressureDelta_cmH2O_type > PeripheralPressureDelta_cmH2O_;
6175  ::xsd::cxx::tree::one< ResistanceModifierExtrasplanchnic_type > ResistanceModifierExtrasplanchnic_;
6176  ::xsd::cxx::tree::one< ResistanceModifierMuscle_type > ResistanceModifierMuscle_;
6177  ::xsd::cxx::tree::one< ResistanceModifierSplanchnic_type > ResistanceModifierSplanchnic_;
6178  ::xsd::cxx::tree::one< SympatheticPeripheralSignalBaseline_type > SympatheticPeripheralSignalBaseline_;
6179  ::xsd::cxx::tree::one< SympatheticSinoatrialSignalBaseline_type > SympatheticSinoatrialSignalBaseline_;
6180  ::xsd::cxx::tree::one< SympatheticPeripheralSignalFatigue_type > SympatheticPeripheralSignalFatigue_;
6181  ::xsd::cxx::tree::one< VagalSignalBaseline_type > VagalSignalBaseline_;
6182 
6183  //@endcond
6184  };
6185 
6192  {
6193  public:
6201 
6205  typedef ::xml_schema::boolean Urinating_type;
6206 
6210  typedef ::xsd::cxx::tree::traits< Urinating_type, char > Urinating_traits;
6211 
6217  const Urinating_type&
6218  Urinating () const;
6219 
6225  Urinating_type&
6226  Urinating ();
6227 
6236  void
6237  Urinating (const Urinating_type& x);
6238 
6240 
6248 
6252  typedef ::xml_schema::double_ LeftAfferentResistance_mmHg_s_Per_mL_type;
6253 
6257  typedef ::xsd::cxx::tree::traits< LeftAfferentResistance_mmHg_s_Per_mL_type, char, ::xsd::cxx::tree::schema_type::double_ > LeftAfferentResistance_mmHg_s_Per_mL_traits;
6258 
6264  const LeftAfferentResistance_mmHg_s_Per_mL_type&
6265  LeftAfferentResistance_mmHg_s_Per_mL () const;
6266 
6272  LeftAfferentResistance_mmHg_s_Per_mL_type&
6273  LeftAfferentResistance_mmHg_s_Per_mL ();
6274 
6283  void
6284  LeftAfferentResistance_mmHg_s_Per_mL (const LeftAfferentResistance_mmHg_s_Per_mL_type& x);
6285 
6287 
6295 
6299  typedef ::xml_schema::double_ RightAfferentResistance_mmHg_s_Per_mL_type;
6300 
6304  typedef ::xsd::cxx::tree::traits< RightAfferentResistance_mmHg_s_Per_mL_type, char, ::xsd::cxx::tree::schema_type::double_ > RightAfferentResistance_mmHg_s_Per_mL_traits;
6305 
6311  const RightAfferentResistance_mmHg_s_Per_mL_type&
6312  RightAfferentResistance_mmHg_s_Per_mL () const;
6313 
6319  RightAfferentResistance_mmHg_s_Per_mL_type&
6320  RightAfferentResistance_mmHg_s_Per_mL ();
6321 
6330  void
6331  RightAfferentResistance_mmHg_s_Per_mL (const RightAfferentResistance_mmHg_s_Per_mL_type& x);
6332 
6334 
6342 
6346  typedef ::xml_schema::double_ LeftSodiumFlowSetPoint_mg_Per_s_type;
6347 
6351  typedef ::xsd::cxx::tree::traits< LeftSodiumFlowSetPoint_mg_Per_s_type, char, ::xsd::cxx::tree::schema_type::double_ > LeftSodiumFlowSetPoint_mg_Per_s_traits;
6352 
6358  const LeftSodiumFlowSetPoint_mg_Per_s_type&
6359  LeftSodiumFlowSetPoint_mg_Per_s () const;
6360 
6366  LeftSodiumFlowSetPoint_mg_Per_s_type&
6367  LeftSodiumFlowSetPoint_mg_Per_s ();
6368 
6377  void
6378  LeftSodiumFlowSetPoint_mg_Per_s (const LeftSodiumFlowSetPoint_mg_Per_s_type& x);
6379 
6381 
6389 
6393  typedef ::xml_schema::double_ RightSodiumFlowSetPoint_mg_Per_s_type;
6394 
6398  typedef ::xsd::cxx::tree::traits< RightSodiumFlowSetPoint_mg_Per_s_type, char, ::xsd::cxx::tree::schema_type::double_ > RightSodiumFlowSetPoint_mg_Per_s_traits;
6399 
6405  const RightSodiumFlowSetPoint_mg_Per_s_type&
6406  RightSodiumFlowSetPoint_mg_Per_s () const;
6407 
6413  RightSodiumFlowSetPoint_mg_Per_s_type&
6414  RightSodiumFlowSetPoint_mg_Per_s ();
6415 
6424  void
6425  RightSodiumFlowSetPoint_mg_Per_s (const RightSodiumFlowSetPoint_mg_Per_s_type& x);
6426 
6428 
6436 
6440  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData UrineProductionRate_mL_Per_min_type;
6441 
6445  typedef ::xsd::cxx::tree::traits< UrineProductionRate_mL_Per_min_type, char > UrineProductionRate_mL_Per_min_traits;
6446 
6452  const UrineProductionRate_mL_Per_min_type&
6453  UrineProductionRate_mL_Per_min () const;
6454 
6460  UrineProductionRate_mL_Per_min_type&
6461  UrineProductionRate_mL_Per_min ();
6462 
6471  void
6472  UrineProductionRate_mL_Per_min (const UrineProductionRate_mL_Per_min_type& x);
6473 
6482  void
6483  UrineProductionRate_mL_Per_min (::std::unique_ptr< UrineProductionRate_mL_Per_min_type > p);
6484 
6486 
6494 
6498  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData UrineOsmolarity_mOsm_Per_L_type;
6499 
6503  typedef ::xsd::cxx::tree::traits< UrineOsmolarity_mOsm_Per_L_type, char > UrineOsmolarity_mOsm_Per_L_traits;
6504 
6510  const UrineOsmolarity_mOsm_Per_L_type&
6511  UrineOsmolarity_mOsm_Per_L () const;
6512 
6518  UrineOsmolarity_mOsm_Per_L_type&
6519  UrineOsmolarity_mOsm_Per_L ();
6520 
6529  void
6530  UrineOsmolarity_mOsm_Per_L (const UrineOsmolarity_mOsm_Per_L_type& x);
6531 
6540  void
6541  UrineOsmolarity_mOsm_Per_L (::std::unique_ptr< UrineOsmolarity_mOsm_Per_L_type > p);
6542 
6544 
6552 
6556  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData SodiumConcentration_mg_Per_mL_type;
6557 
6561  typedef ::xsd::cxx::tree::traits< SodiumConcentration_mg_Per_mL_type, char > SodiumConcentration_mg_Per_mL_traits;
6562 
6568  const SodiumConcentration_mg_Per_mL_type&
6569  SodiumConcentration_mg_Per_mL () const;
6570 
6576  SodiumConcentration_mg_Per_mL_type&
6577  SodiumConcentration_mg_Per_mL ();
6578 
6587  void
6588  SodiumConcentration_mg_Per_mL (const SodiumConcentration_mg_Per_mL_type& x);
6589 
6598  void
6599  SodiumConcentration_mg_Per_mL (::std::unique_ptr< SodiumConcentration_mg_Per_mL_type > p);
6600 
6602 
6610 
6614  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData SodiumExcretionRate_mg_Per_min_type;
6615 
6619  typedef ::xsd::cxx::tree::traits< SodiumExcretionRate_mg_Per_min_type, char > SodiumExcretionRate_mg_Per_min_traits;
6620 
6626  const SodiumExcretionRate_mg_Per_min_type&
6627  SodiumExcretionRate_mg_Per_min () const;
6628 
6634  SodiumExcretionRate_mg_Per_min_type&
6635  SodiumExcretionRate_mg_Per_min ();
6636 
6645  void
6646  SodiumExcretionRate_mg_Per_min (const SodiumExcretionRate_mg_Per_min_type& x);
6647 
6656  void
6657  SodiumExcretionRate_mg_Per_min (::std::unique_ptr< SodiumExcretionRate_mg_Per_min_type > p);
6658 
6660 
6668 
6672  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData LeftSodiumFlow_mg_Per_s_type;
6673 
6677  typedef ::xsd::cxx::tree::traits< LeftSodiumFlow_mg_Per_s_type, char > LeftSodiumFlow_mg_Per_s_traits;
6678 
6684  const LeftSodiumFlow_mg_Per_s_type&
6685  LeftSodiumFlow_mg_Per_s () const;
6686 
6692  LeftSodiumFlow_mg_Per_s_type&
6693  LeftSodiumFlow_mg_Per_s ();
6694 
6703  void
6704  LeftSodiumFlow_mg_Per_s (const LeftSodiumFlow_mg_Per_s_type& x);
6705 
6714  void
6715  LeftSodiumFlow_mg_Per_s (::std::unique_ptr< LeftSodiumFlow_mg_Per_s_type > p);
6716 
6718 
6726 
6730  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData RightSodiumFlow_mg_Per_s_type;
6731 
6735  typedef ::xsd::cxx::tree::traits< RightSodiumFlow_mg_Per_s_type, char > RightSodiumFlow_mg_Per_s_traits;
6736 
6742  const RightSodiumFlow_mg_Per_s_type&
6743  RightSodiumFlow_mg_Per_s () const;
6744 
6750  RightSodiumFlow_mg_Per_s_type&
6751  RightSodiumFlow_mg_Per_s ();
6752 
6761  void
6762  RightSodiumFlow_mg_Per_s (const RightSodiumFlow_mg_Per_s_type& x);
6763 
6772  void
6773  RightSodiumFlow_mg_Per_s (::std::unique_ptr< RightSodiumFlow_mg_Per_s_type > p);
6774 
6776 
6784 
6788  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData LeftRenalArterialPressure_mmHg_type;
6789 
6793  typedef ::xsd::cxx::tree::traits< LeftRenalArterialPressure_mmHg_type, char > LeftRenalArterialPressure_mmHg_traits;
6794 
6800  const LeftRenalArterialPressure_mmHg_type&
6801  LeftRenalArterialPressure_mmHg () const;
6802 
6808  LeftRenalArterialPressure_mmHg_type&
6809  LeftRenalArterialPressure_mmHg ();
6810 
6819  void
6820  LeftRenalArterialPressure_mmHg (const LeftRenalArterialPressure_mmHg_type& x);
6821 
6830  void
6831  LeftRenalArterialPressure_mmHg (::std::unique_ptr< LeftRenalArterialPressure_mmHg_type > p);
6832 
6834 
6842 
6846  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData RightRenalArterialPressure_mmHg_type;
6847 
6851  typedef ::xsd::cxx::tree::traits< RightRenalArterialPressure_mmHg_type, char > RightRenalArterialPressure_mmHg_traits;
6852 
6858  const RightRenalArterialPressure_mmHg_type&
6859  RightRenalArterialPressure_mmHg () const;
6860 
6866  RightRenalArterialPressure_mmHg_type&
6867  RightRenalArterialPressure_mmHg ();
6868 
6877  void
6878  RightRenalArterialPressure_mmHg (const RightRenalArterialPressure_mmHg_type& x);
6879 
6888  void
6889  RightRenalArterialPressure_mmHg (::std::unique_ptr< RightRenalArterialPressure_mmHg_type > p);
6890 
6892 
6897 
6905 
6910  BioGearsRenalSystemData (const Urinating_type&,
6911  const LeftAfferentResistance_mmHg_s_Per_mL_type&,
6912  const RightAfferentResistance_mmHg_s_Per_mL_type&,
6913  const LeftSodiumFlowSetPoint_mg_Per_s_type&,
6914  const RightSodiumFlowSetPoint_mg_Per_s_type&,
6915  const UrineProductionRate_mL_Per_min_type&,
6916  const UrineOsmolarity_mOsm_Per_L_type&,
6917  const SodiumConcentration_mg_Per_mL_type&,
6918  const SodiumExcretionRate_mg_Per_min_type&,
6919  const LeftSodiumFlow_mg_Per_s_type&,
6920  const RightSodiumFlow_mg_Per_s_type&,
6921  const LeftRenalArterialPressure_mmHg_type&,
6922  const RightRenalArterialPressure_mmHg_type&);
6923 
6932  BioGearsRenalSystemData (const Urinating_type&,
6933  const LeftAfferentResistance_mmHg_s_Per_mL_type&,
6934  const RightAfferentResistance_mmHg_s_Per_mL_type&,
6935  const LeftSodiumFlowSetPoint_mg_Per_s_type&,
6936  const RightSodiumFlowSetPoint_mg_Per_s_type&,
6937  ::std::unique_ptr< UrineProductionRate_mL_Per_min_type >,
6938  ::std::unique_ptr< UrineOsmolarity_mOsm_Per_L_type >,
6939  ::std::unique_ptr< SodiumConcentration_mg_Per_mL_type >,
6940  ::std::unique_ptr< SodiumExcretionRate_mg_Per_min_type >,
6941  ::std::unique_ptr< LeftSodiumFlow_mg_Per_s_type >,
6942  ::std::unique_ptr< RightSodiumFlow_mg_Per_s_type >,
6943  ::std::unique_ptr< LeftRenalArterialPressure_mmHg_type >,
6944  ::std::unique_ptr< RightRenalArterialPressure_mmHg_type >);
6945 
6954  BioGearsRenalSystemData (const ::xercesc::DOMElement& e,
6955  ::xml_schema::flags f = 0,
6956  ::xml_schema::container* c = 0);
6957 
6968  ::xml_schema::flags f = 0,
6969  ::xml_schema::container* c = 0);
6970 
6982  virtual BioGearsRenalSystemData*
6983  _clone (::xml_schema::flags f = 0,
6984  ::xml_schema::container* c = 0) const;
6985 
6995  operator= (const BioGearsRenalSystemData& x);
6996 
6998 
7002  virtual
7004 
7005  // Implementation.
7006  //
7007 
7008  //@cond
7009 
7010  protected:
7011  void
7012  parse (::xsd::cxx::xml::dom::parser< char >&,
7013  ::xml_schema::flags);
7014 
7015  protected:
7016  ::xsd::cxx::tree::one< Urinating_type > Urinating_;
7017  ::xsd::cxx::tree::one< LeftAfferentResistance_mmHg_s_Per_mL_type > LeftAfferentResistance_mmHg_s_Per_mL_;
7018  ::xsd::cxx::tree::one< RightAfferentResistance_mmHg_s_Per_mL_type > RightAfferentResistance_mmHg_s_Per_mL_;
7019  ::xsd::cxx::tree::one< LeftSodiumFlowSetPoint_mg_Per_s_type > LeftSodiumFlowSetPoint_mg_Per_s_;
7020  ::xsd::cxx::tree::one< RightSodiumFlowSetPoint_mg_Per_s_type > RightSodiumFlowSetPoint_mg_Per_s_;
7021  ::xsd::cxx::tree::one< UrineProductionRate_mL_Per_min_type > UrineProductionRate_mL_Per_min_;
7022  ::xsd::cxx::tree::one< UrineOsmolarity_mOsm_Per_L_type > UrineOsmolarity_mOsm_Per_L_;
7023  ::xsd::cxx::tree::one< SodiumConcentration_mg_Per_mL_type > SodiumConcentration_mg_Per_mL_;
7024  ::xsd::cxx::tree::one< SodiumExcretionRate_mg_Per_min_type > SodiumExcretionRate_mg_Per_min_;
7025  ::xsd::cxx::tree::one< LeftSodiumFlow_mg_Per_s_type > LeftSodiumFlow_mg_Per_s_;
7026  ::xsd::cxx::tree::one< RightSodiumFlow_mg_Per_s_type > RightSodiumFlow_mg_Per_s_;
7027  ::xsd::cxx::tree::one< LeftRenalArterialPressure_mmHg_type > LeftRenalArterialPressure_mmHg_;
7028  ::xsd::cxx::tree::one< RightRenalArterialPressure_mmHg_type > RightRenalArterialPressure_mmHg_;
7029 
7030  //@endcond
7031  };
7032 
7039  {
7040  public:
7048 
7052  typedef ::xml_schema::double_ InitialExpiratoryReserveVolume_L_type;
7053 
7057  typedef ::xsd::cxx::tree::traits< InitialExpiratoryReserveVolume_L_type, char, ::xsd::cxx::tree::schema_type::double_ > InitialExpiratoryReserveVolume_L_traits;
7058 
7064  const InitialExpiratoryReserveVolume_L_type&
7065  InitialExpiratoryReserveVolume_L () const;
7066 
7072  InitialExpiratoryReserveVolume_L_type&
7073  InitialExpiratoryReserveVolume_L ();
7074 
7083  void
7084  InitialExpiratoryReserveVolume_L (const InitialExpiratoryReserveVolume_L_type& x);
7085 
7087 
7095 
7099  typedef ::xml_schema::double_ InitialFunctionalResidualCapacity_L_type;
7100 
7104  typedef ::xsd::cxx::tree::traits< InitialFunctionalResidualCapacity_L_type, char, ::xsd::cxx::tree::schema_type::double_ > InitialFunctionalResidualCapacity_L_traits;
7105 
7111  const InitialFunctionalResidualCapacity_L_type&
7112  InitialFunctionalResidualCapacity_L () const;
7113 
7119  InitialFunctionalResidualCapacity_L_type&
7120  InitialFunctionalResidualCapacity_L ();
7121 
7130  void
7131  InitialFunctionalResidualCapacity_L (const InitialFunctionalResidualCapacity_L_type& x);
7132 
7134 
7142 
7146  typedef ::xml_schema::double_ InitialInspiratoryCapacity_L_type;
7147 
7151  typedef ::xsd::cxx::tree::traits< InitialInspiratoryCapacity_L_type, char, ::xsd::cxx::tree::schema_type::double_ > InitialInspiratoryCapacity_L_traits;
7152 
7158  const InitialInspiratoryCapacity_L_type&
7159  InitialInspiratoryCapacity_L () const;
7160 
7166  InitialInspiratoryCapacity_L_type&
7167  InitialInspiratoryCapacity_L ();
7168 
7177  void
7178  InitialInspiratoryCapacity_L (const InitialInspiratoryCapacity_L_type& x);
7179 
7181 
7189 
7193  typedef ::xml_schema::double_ InitialResidualVolume_L_type;
7194 
7198  typedef ::xsd::cxx::tree::traits< InitialResidualVolume_L_type, char, ::xsd::cxx::tree::schema_type::double_ > InitialResidualVolume_L_traits;
7199 
7205  const InitialResidualVolume_L_type&
7206  InitialResidualVolume_L () const;
7207 
7213  InitialResidualVolume_L_type&
7214  InitialResidualVolume_L ();
7215 
7224  void
7225  InitialResidualVolume_L (const InitialResidualVolume_L_type& x);
7226 
7228 
7236 
7240  typedef ::xml_schema::boolean NotBreathing_type;
7241 
7245  typedef ::xsd::cxx::tree::traits< NotBreathing_type, char > NotBreathing_traits;
7246 
7252  const NotBreathing_type&
7253  NotBreathing () const;
7254 
7260  NotBreathing_type&
7261  NotBreathing ();
7262 
7271  void
7272  NotBreathing (const NotBreathing_type& x);
7273 
7275 
7283 
7287  typedef ::xml_schema::double_ TopBreathTotalVolume_L_type;
7288 
7292  typedef ::xsd::cxx::tree::traits< TopBreathTotalVolume_L_type, char, ::xsd::cxx::tree::schema_type::double_ > TopBreathTotalVolume_L_traits;
7293 
7299  const TopBreathTotalVolume_L_type&
7300  TopBreathTotalVolume_L () const;
7301 
7307  TopBreathTotalVolume_L_type&
7308  TopBreathTotalVolume_L ();
7309 
7318  void
7319  TopBreathTotalVolume_L (const TopBreathTotalVolume_L_type& x);
7320 
7322 
7330 
7334  typedef ::xml_schema::double_ TopBreathAlveoliVolume_L_type;
7335 
7339  typedef ::xsd::cxx::tree::traits< TopBreathAlveoliVolume_L_type, char, ::xsd::cxx::tree::schema_type::double_ > TopBreathAlveoliVolume_L_traits;
7340 
7346  const TopBreathAlveoliVolume_L_type&
7347  TopBreathAlveoliVolume_L () const;
7348 
7354  TopBreathAlveoliVolume_L_type&
7355  TopBreathAlveoliVolume_L ();
7356 
7365  void
7366  TopBreathAlveoliVolume_L (const TopBreathAlveoliVolume_L_type& x);
7367 
7369 
7377 
7381  typedef ::xml_schema::double_ TopBreathDeadSpaceVolume_L_type;
7382 
7386  typedef ::xsd::cxx::tree::traits< TopBreathDeadSpaceVolume_L_type, char, ::xsd::cxx::tree::schema_type::double_ > TopBreathDeadSpaceVolume_L_traits;
7387 
7393  const TopBreathDeadSpaceVolume_L_type&
7394  TopBreathDeadSpaceVolume_L () const;
7395 
7401  TopBreathDeadSpaceVolume_L_type&
7402  TopBreathDeadSpaceVolume_L ();
7403 
7412  void
7413  TopBreathDeadSpaceVolume_L (const TopBreathDeadSpaceVolume_L_type& x);
7414 
7416 
7424 
7428  typedef ::xml_schema::double_ TopBreathPleuralPressure_cmH2O_type;
7429 
7433  typedef ::xsd::cxx::tree::traits< TopBreathPleuralPressure_cmH2O_type, char, ::xsd::cxx::tree::schema_type::double_ > TopBreathPleuralPressure_cmH2O_traits;
7434 
7440  const TopBreathPleuralPressure_cmH2O_type&
7441  TopBreathPleuralPressure_cmH2O () const;
7442 
7448  TopBreathPleuralPressure_cmH2O_type&
7449  TopBreathPleuralPressure_cmH2O ();
7450 
7459  void
7460  TopBreathPleuralPressure_cmH2O (const TopBreathPleuralPressure_cmH2O_type& x);
7461 
7463 
7471 
7475  typedef ::xml_schema::double_ LastCardiacCycleBloodPH_type;
7476 
7480  typedef ::xsd::cxx::tree::traits< LastCardiacCycleBloodPH_type, char, ::xsd::cxx::tree::schema_type::double_ > LastCardiacCycleBloodPH_traits;
7481 
7487  const LastCardiacCycleBloodPH_type&
7488  LastCardiacCycleBloodPH () const;
7489 
7495  LastCardiacCycleBloodPH_type&
7496  LastCardiacCycleBloodPH ();
7497 
7506  void
7507  LastCardiacCycleBloodPH (const LastCardiacCycleBloodPH_type& x);
7508 
7510 
7518 
7522  typedef ::xml_schema::double_ PreviousTotalLungVolume_L_type;
7523 
7527  typedef ::xsd::cxx::tree::traits< PreviousTotalLungVolume_L_type, char, ::xsd::cxx::tree::schema_type::double_ > PreviousTotalLungVolume_L_traits;
7528 
7534  const PreviousTotalLungVolume_L_type&
7535  PreviousTotalLungVolume_L () const;
7536 
7542  PreviousTotalLungVolume_L_type&
7543  PreviousTotalLungVolume_L ();
7544 
7553  void
7554  PreviousTotalLungVolume_L (const PreviousTotalLungVolume_L_type& x);
7555 
7557 
7565 
7569  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData BloodPHRunningAverage_type;
7570 
7574  typedef ::xsd::cxx::tree::traits< BloodPHRunningAverage_type, char > BloodPHRunningAverage_traits;
7575 
7581  const BloodPHRunningAverage_type&
7582  BloodPHRunningAverage () const;
7583 
7589  BloodPHRunningAverage_type&
7590  BloodPHRunningAverage ();
7591 
7600  void
7601  BloodPHRunningAverage (const BloodPHRunningAverage_type& x);
7602 
7611  void
7612  BloodPHRunningAverage (::std::unique_ptr< BloodPHRunningAverage_type > p);
7613 
7615 
7623 
7627  typedef ::xml_schema::boolean BreathingCycle_type;
7628 
7632  typedef ::xsd::cxx::tree::traits< BreathingCycle_type, char > BreathingCycle_traits;
7633 
7639  const BreathingCycle_type&
7640  BreathingCycle () const;
7641 
7647  BreathingCycle_type&
7648  BreathingCycle ();
7649 
7658  void
7659  BreathingCycle (const BreathingCycle_type& x);
7660 
7662 
7670 
7674  typedef ::xml_schema::double_ ArterialOxygenPressure_mmHg_type;
7675 
7679  typedef ::xsd::cxx::tree::traits< ArterialOxygenPressure_mmHg_type, char, ::xsd::cxx::tree::schema_type::double_ > ArterialOxygenPressure_mmHg_traits;
7680 
7686  const ArterialOxygenPressure_mmHg_type&
7687  ArterialOxygenPressure_mmHg () const;
7688 
7694  ArterialOxygenPressure_mmHg_type&
7695  ArterialOxygenPressure_mmHg ();
7696 
7705  void
7706  ArterialOxygenPressure_mmHg (const ArterialOxygenPressure_mmHg_type& x);
7707 
7709 
7717 
7721  typedef ::xml_schema::double_ ArterialCarbonDioxidePressure_mmHg_type;
7722 
7726  typedef ::xsd::cxx::tree::traits< ArterialCarbonDioxidePressure_mmHg_type, char, ::xsd::cxx::tree::schema_type::double_ > ArterialCarbonDioxidePressure_mmHg_traits;
7727 
7733  const ArterialCarbonDioxidePressure_mmHg_type&
7734  ArterialCarbonDioxidePressure_mmHg () const;
7735 
7741  ArterialCarbonDioxidePressure_mmHg_type&
7742  ArterialCarbonDioxidePressure_mmHg ();
7743 
7752  void
7753  ArterialCarbonDioxidePressure_mmHg (const ArterialCarbonDioxidePressure_mmHg_type& x);
7754 
7756 
7764 
7768  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData ArterialOxygenAverage_mmHg_type;
7769 
7773  typedef ::xsd::cxx::tree::traits< ArterialOxygenAverage_mmHg_type, char > ArterialOxygenAverage_mmHg_traits;
7774 
7780  const ArterialOxygenAverage_mmHg_type&
7781  ArterialOxygenAverage_mmHg () const;
7782 
7788  ArterialOxygenAverage_mmHg_type&
7789  ArterialOxygenAverage_mmHg ();
7790 
7799  void
7800  ArterialOxygenAverage_mmHg (const ArterialOxygenAverage_mmHg_type& x);
7801 
7810  void
7811  ArterialOxygenAverage_mmHg (::std::unique_ptr< ArterialOxygenAverage_mmHg_type > p);
7812 
7814 
7822 
7826  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData ArterialCarbonDioxideAverage_mmHg_type;
7827 
7831  typedef ::xsd::cxx::tree::traits< ArterialCarbonDioxideAverage_mmHg_type, char > ArterialCarbonDioxideAverage_mmHg_traits;
7832 
7838  const ArterialCarbonDioxideAverage_mmHg_type&
7839  ArterialCarbonDioxideAverage_mmHg () const;
7840 
7846  ArterialCarbonDioxideAverage_mmHg_type&
7847  ArterialCarbonDioxideAverage_mmHg ();
7848 
7857  void
7858  ArterialCarbonDioxideAverage_mmHg (const ArterialCarbonDioxideAverage_mmHg_type& x);
7859 
7868  void
7869  ArterialCarbonDioxideAverage_mmHg (::std::unique_ptr< ArterialCarbonDioxideAverage_mmHg_type > p);
7870 
7872 
7880 
7884  typedef ::xml_schema::double_ BreathingCycleTime_s_type;
7885 
7889  typedef ::xsd::cxx::tree::traits< BreathingCycleTime_s_type, char, ::xsd::cxx::tree::schema_type::double_ > BreathingCycleTime_s_traits;
7890 
7896  const BreathingCycleTime_s_type&
7897  BreathingCycleTime_s () const;
7898 
7904  BreathingCycleTime_s_type&
7905  BreathingCycleTime_s ();
7906 
7915  void
7916  BreathingCycleTime_s (const BreathingCycleTime_s_type& x);
7917 
7919 
7927 
7931  typedef ::xml_schema::double_ BreathTimeExhale_min_type;
7932 
7936  typedef ::xsd::cxx::tree::traits< BreathTimeExhale_min_type, char, ::xsd::cxx::tree::schema_type::double_ > BreathTimeExhale_min_traits;
7937 
7943  const BreathTimeExhale_min_type&
7944  BreathTimeExhale_min () const;
7945 
7951  BreathTimeExhale_min_type&
7952  BreathTimeExhale_min ();
7953 
7962  void
7963  BreathTimeExhale_min (const BreathTimeExhale_min_type& x);
7964 
7966 
7974 
7978  typedef ::xml_schema::double_ DefaultDrivePressure_cmH2O_type;
7979 
7983  typedef ::xsd::cxx::tree::traits< DefaultDrivePressure_cmH2O_type, char, ::xsd::cxx::tree::schema_type::double_ > DefaultDrivePressure_cmH2O_traits;
7984 
7990  const DefaultDrivePressure_cmH2O_type&
7991  DefaultDrivePressure_cmH2O () const;
7992 
7998  DefaultDrivePressure_cmH2O_type&
7999  DefaultDrivePressure_cmH2O ();
8000 
8009  void
8010  DefaultDrivePressure_cmH2O (const DefaultDrivePressure_cmH2O_type& x);
8011 
8013 
8021 
8025  typedef ::xml_schema::double_ DriverPressure_cmH2O_type;
8026 
8030  typedef ::xsd::cxx::tree::traits< DriverPressure_cmH2O_type, char, ::xsd::cxx::tree::schema_type::double_ > DriverPressure_cmH2O_traits;
8031 
8037  const DriverPressure_cmH2O_type&
8038  DriverPressure_cmH2O () const;
8039 
8045  DriverPressure_cmH2O_type&
8046  DriverPressure_cmH2O ();
8047 
8056  void
8057  DriverPressure_cmH2O (const DriverPressure_cmH2O_type& x);
8058 
8060 
8068 
8072  typedef ::xml_schema::double_ DriverPressureMin_cmH2O_type;
8073 
8077  typedef ::xsd::cxx::tree::traits< DriverPressureMin_cmH2O_type, char, ::xsd::cxx::tree::schema_type::double_ > DriverPressureMin_cmH2O_traits;
8078 
8084  const DriverPressureMin_cmH2O_type&
8085  DriverPressureMin_cmH2O () const;
8086 
8092  DriverPressureMin_cmH2O_type&
8093  DriverPressureMin_cmH2O ();
8094 
8103  void
8104  DriverPressureMin_cmH2O (const DriverPressureMin_cmH2O_type& x);
8105 
8107 
8115 
8119  typedef ::xml_schema::double_ ElapsedBreathingCycleTime_min_type;
8120 
8124  typedef ::xsd::cxx::tree::traits< ElapsedBreathingCycleTime_min_type, char, ::xsd::cxx::tree::schema_type::double_ > ElapsedBreathingCycleTime_min_traits;
8125 
8131  const ElapsedBreathingCycleTime_min_type&
8132  ElapsedBreathingCycleTime_min () const;
8133 
8139  ElapsedBreathingCycleTime_min_type&
8140  ElapsedBreathingCycleTime_min ();
8141 
8150  void
8151  ElapsedBreathingCycleTime_min (const ElapsedBreathingCycleTime_min_type& x);
8152 
8154 
8162 
8166  typedef ::xml_schema::double_ IEscaleFactor_type;
8167 
8171  typedef ::xsd::cxx::tree::traits< IEscaleFactor_type, char, ::xsd::cxx::tree::schema_type::double_ > IEscaleFactor_traits;
8172 
8178  const IEscaleFactor_type&
8179  IEscaleFactor () const;
8180 
8186  IEscaleFactor_type&
8187  IEscaleFactor ();
8188 
8197  void
8198  IEscaleFactor (const IEscaleFactor_type& x);
8199 
8201 
8209 
8213  typedef ::xml_schema::double_ InstantaneousFunctionalResidualCapacity_L_type;
8214 
8218  typedef ::xsd::cxx::tree::traits< InstantaneousFunctionalResidualCapacity_L_type, char, ::xsd::cxx::tree::schema_type::double_ > InstantaneousFunctionalResidualCapacity_L_traits;
8219 
8225  const InstantaneousFunctionalResidualCapacity_L_type&
8226  InstantaneousFunctionalResidualCapacity_L () const;
8227 
8233  InstantaneousFunctionalResidualCapacity_L_type&
8234  InstantaneousFunctionalResidualCapacity_L ();
8235 
8244  void
8245  InstantaneousFunctionalResidualCapacity_L (const InstantaneousFunctionalResidualCapacity_L_type& x);
8246 
8248 
8256 
8260  typedef ::xml_schema::double_ MaxDriverPressure_cmH2O_type;
8261 
8265  typedef ::xsd::cxx::tree::traits< MaxDriverPressure_cmH2O_type, char, ::xsd::cxx::tree::schema_type::double_ > MaxDriverPressure_cmH2O_traits;
8266 
8272  const MaxDriverPressure_cmH2O_type&
8273  MaxDriverPressure_cmH2O () const;
8274 
8280  MaxDriverPressure_cmH2O_type&
8281  MaxDriverPressure_cmH2O ();
8282 
8291  void
8292  MaxDriverPressure_cmH2O (const MaxDriverPressure_cmH2O_type& x);
8293 
8295 
8303 
8307  typedef ::xml_schema::double_ PeakRespiratoryDrivePressure_cmH2O_type;
8308 
8312  typedef ::xsd::cxx::tree::traits< PeakRespiratoryDrivePressure_cmH2O_type, char, ::xsd::cxx::tree::schema_type::double_ > PeakRespiratoryDrivePressure_cmH2O_traits;
8313 
8319  const PeakRespiratoryDrivePressure_cmH2O_type&
8320  PeakRespiratoryDrivePressure_cmH2O () const;
8321 
8327  PeakRespiratoryDrivePressure_cmH2O_type&
8328  PeakRespiratoryDrivePressure_cmH2O ();
8329 
8338  void
8339  PeakRespiratoryDrivePressure_cmH2O (const PeakRespiratoryDrivePressure_cmH2O_type& x);
8340 
8342 
8350 
8354  typedef ::xml_schema::double_ VentilationFrequency_Per_min_type;
8355 
8359  typedef ::xsd::cxx::tree::traits< VentilationFrequency_Per_min_type, char, ::xsd::cxx::tree::schema_type::double_ > VentilationFrequency_Per_min_traits;
8360 
8366  const VentilationFrequency_Per_min_type&
8367  VentilationFrequency_Per_min () const;
8368 
8374  VentilationFrequency_Per_min_type&
8375  VentilationFrequency_Per_min ();
8376 
8385  void
8386  VentilationFrequency_Per_min (const VentilationFrequency_Per_min_type& x);
8387 
8389 
8397 
8401  typedef ::xml_schema::boolean ConsciousBreathing_type;
8402 
8406  typedef ::xsd::cxx::tree::traits< ConsciousBreathing_type, char > ConsciousBreathing_traits;
8407 
8413  const ConsciousBreathing_type&
8414  ConsciousBreathing () const;
8415 
8421  ConsciousBreathing_type&
8422  ConsciousBreathing ();
8423 
8432  void
8433  ConsciousBreathing (const ConsciousBreathing_type& x);
8434 
8436 
8444 
8448  typedef ::xml_schema::double_ ConsciousRespirationPeriod_s_type;
8449 
8453  typedef ::xsd::cxx::tree::traits< ConsciousRespirationPeriod_s_type, char, ::xsd::cxx::tree::schema_type::double_ > ConsciousRespirationPeriod_s_traits;
8454 
8460  const ConsciousRespirationPeriod_s_type&
8461  ConsciousRespirationPeriod_s () const;
8462 
8468  ConsciousRespirationPeriod_s_type&
8469  ConsciousRespirationPeriod_s ();
8470 
8479  void
8480  ConsciousRespirationPeriod_s (const ConsciousRespirationPeriod_s_type& x);
8481 
8483 
8491 
8495  typedef ::xml_schema::double_ ConsciousRespirationRemainingPeriod_s_type;
8496 
8500  typedef ::xsd::cxx::tree::traits< ConsciousRespirationRemainingPeriod_s_type, char, ::xsd::cxx::tree::schema_type::double_ > ConsciousRespirationRemainingPeriod_s_traits;
8501 
8507  const ConsciousRespirationRemainingPeriod_s_type&
8508  ConsciousRespirationRemainingPeriod_s () const;
8509 
8515  ConsciousRespirationRemainingPeriod_s_type&
8516  ConsciousRespirationRemainingPeriod_s ();
8517 
8526  void
8527  ConsciousRespirationRemainingPeriod_s (const ConsciousRespirationRemainingPeriod_s_type& x);
8528 
8530 
8538 
8542  typedef ::xml_schema::double_ ExpiratoryReserveVolumeFraction_type;
8543 
8547  typedef ::xsd::cxx::tree::traits< ExpiratoryReserveVolumeFraction_type, char, ::xsd::cxx::tree::schema_type::double_ > ExpiratoryReserveVolumeFraction_traits;
8548 
8554  const ExpiratoryReserveVolumeFraction_type&
8555  ExpiratoryReserveVolumeFraction () const;
8556 
8562  ExpiratoryReserveVolumeFraction_type&
8563  ExpiratoryReserveVolumeFraction ();
8564 
8573  void
8574  ExpiratoryReserveVolumeFraction (const ExpiratoryReserveVolumeFraction_type& x);
8575 
8577 
8585 
8589  typedef ::xml_schema::double_ InspiratoryCapacityFraction_type;
8590 
8594  typedef ::xsd::cxx::tree::traits< InspiratoryCapacityFraction_type, char, ::xsd::cxx::tree::schema_type::double_ > InspiratoryCapacityFraction_traits;
8595 
8601  const InspiratoryCapacityFraction_type&
8602  InspiratoryCapacityFraction () const;
8603 
8609  InspiratoryCapacityFraction_type&
8610  InspiratoryCapacityFraction ();
8611 
8620  void
8621  InspiratoryCapacityFraction (const InspiratoryCapacityFraction_type& x);
8622 
8624 
8632 
8636  typedef ::xml_schema::double_ ConsciousStartPressure_cmH2O_type;
8637 
8641  typedef ::xsd::cxx::tree::traits< ConsciousStartPressure_cmH2O_type, char, ::xsd::cxx::tree::schema_type::double_ > ConsciousStartPressure_cmH2O_traits;
8642 
8648  const ConsciousStartPressure_cmH2O_type&
8649  ConsciousStartPressure_cmH2O () const;
8650 
8656  ConsciousStartPressure_cmH2O_type&
8657  ConsciousStartPressure_cmH2O ();
8658 
8667  void
8668  ConsciousStartPressure_cmH2O (const ConsciousStartPressure_cmH2O_type& x);
8669 
8671 
8679 
8683  typedef ::xml_schema::double_ ConsciousEndPressure_cmH2O_type;
8684 
8688  typedef ::xsd::cxx::tree::traits< ConsciousEndPressure_cmH2O_type, char, ::xsd::cxx::tree::schema_type::double_ > ConsciousEndPressure_cmH2O_traits;
8689 
8695  const ConsciousEndPressure_cmH2O_type&
8696  ConsciousEndPressure_cmH2O () const;
8697 
8703  ConsciousEndPressure_cmH2O_type&
8704  ConsciousEndPressure_cmH2O ();
8705 
8714  void
8715  ConsciousEndPressure_cmH2O (const ConsciousEndPressure_cmH2O_type& x);
8716 
8718 
8726 
8730  typedef ::xml_schema::boolean HadAirwayObstruction_type;
8731 
8735  typedef ::xsd::cxx::tree::traits< HadAirwayObstruction_type, char > HadAirwayObstruction_traits;
8736 
8742  const HadAirwayObstruction_type&
8743  HadAirwayObstruction () const;
8744 
8750  HadAirwayObstruction_type&
8751  HadAirwayObstruction ();
8752 
8761  void
8762  HadAirwayObstruction (const HadAirwayObstruction_type& x);
8763 
8765 
8773 
8777  typedef ::xml_schema::boolean HadBronchoconstriction_type;
8778 
8782  typedef ::xsd::cxx::tree::traits< HadBronchoconstriction_type, char > HadBronchoconstriction_traits;
8783 
8789  const HadBronchoconstriction_type&
8790  HadBronchoconstriction () const;
8791 
8797  HadBronchoconstriction_type&
8798  HadBronchoconstriction ();
8799 
8808  void
8809  HadBronchoconstriction (const HadBronchoconstriction_type& x);
8810 
8812 
8817 
8825 
8830  BioGearsRespiratorySystemData (const InitialExpiratoryReserveVolume_L_type&,
8831  const InitialFunctionalResidualCapacity_L_type&,
8832  const InitialInspiratoryCapacity_L_type&,
8833  const InitialResidualVolume_L_type&,
8834  const NotBreathing_type&,
8835  const TopBreathTotalVolume_L_type&,
8836  const TopBreathAlveoliVolume_L_type&,
8837  const TopBreathDeadSpaceVolume_L_type&,
8838  const TopBreathPleuralPressure_cmH2O_type&,
8839  const LastCardiacCycleBloodPH_type&,
8840  const PreviousTotalLungVolume_L_type&,
8841  const BloodPHRunningAverage_type&,
8842  const BreathingCycle_type&,
8843  const ArterialOxygenPressure_mmHg_type&,
8844  const ArterialCarbonDioxidePressure_mmHg_type&,
8845  const ArterialOxygenAverage_mmHg_type&,
8846  const ArterialCarbonDioxideAverage_mmHg_type&,
8847  const BreathingCycleTime_s_type&,
8848  const BreathTimeExhale_min_type&,
8849  const DefaultDrivePressure_cmH2O_type&,
8850  const DriverPressure_cmH2O_type&,
8851  const DriverPressureMin_cmH2O_type&,
8852  const ElapsedBreathingCycleTime_min_type&,
8853  const IEscaleFactor_type&,
8854  const InstantaneousFunctionalResidualCapacity_L_type&,
8855  const MaxDriverPressure_cmH2O_type&,
8856  const PeakRespiratoryDrivePressure_cmH2O_type&,
8857  const VentilationFrequency_Per_min_type&,
8858  const ConsciousBreathing_type&,
8859  const ConsciousRespirationPeriod_s_type&,
8860  const ConsciousRespirationRemainingPeriod_s_type&,
8861  const ExpiratoryReserveVolumeFraction_type&,
8862  const InspiratoryCapacityFraction_type&,
8863  const ConsciousStartPressure_cmH2O_type&,
8864  const ConsciousEndPressure_cmH2O_type&,
8865  const HadAirwayObstruction_type&,
8866  const HadBronchoconstriction_type&);
8867 
8876  BioGearsRespiratorySystemData (const InitialExpiratoryReserveVolume_L_type&,
8877  const InitialFunctionalResidualCapacity_L_type&,
8878  const InitialInspiratoryCapacity_L_type&,
8879  const InitialResidualVolume_L_type&,
8880  const NotBreathing_type&,
8881  const TopBreathTotalVolume_L_type&,
8882  const TopBreathAlveoliVolume_L_type&,
8883  const TopBreathDeadSpaceVolume_L_type&,
8884  const TopBreathPleuralPressure_cmH2O_type&,
8885  const LastCardiacCycleBloodPH_type&,
8886  const PreviousTotalLungVolume_L_type&,
8887  ::std::unique_ptr< BloodPHRunningAverage_type >,
8888  const BreathingCycle_type&,
8889  const ArterialOxygenPressure_mmHg_type&,
8890  const ArterialCarbonDioxidePressure_mmHg_type&,
8891  ::std::unique_ptr< ArterialOxygenAverage_mmHg_type >,
8892  ::std::unique_ptr< ArterialCarbonDioxideAverage_mmHg_type >,
8893  const BreathingCycleTime_s_type&,
8894  const BreathTimeExhale_min_type&,
8895  const DefaultDrivePressure_cmH2O_type&,
8896  const DriverPressure_cmH2O_type&,
8897  const DriverPressureMin_cmH2O_type&,
8898  const ElapsedBreathingCycleTime_min_type&,
8899  const IEscaleFactor_type&,
8900  const InstantaneousFunctionalResidualCapacity_L_type&,
8901  const MaxDriverPressure_cmH2O_type&,
8902  const PeakRespiratoryDrivePressure_cmH2O_type&,
8903  const VentilationFrequency_Per_min_type&,
8904  const ConsciousBreathing_type&,
8905  const ConsciousRespirationPeriod_s_type&,
8906  const ConsciousRespirationRemainingPeriod_s_type&,
8907  const ExpiratoryReserveVolumeFraction_type&,
8908  const InspiratoryCapacityFraction_type&,
8909  const ConsciousStartPressure_cmH2O_type&,
8910  const ConsciousEndPressure_cmH2O_type&,
8911  const HadAirwayObstruction_type&,
8912  const HadBronchoconstriction_type&);
8913 
8922  BioGearsRespiratorySystemData (const ::xercesc::DOMElement& e,
8923  ::xml_schema::flags f = 0,
8924  ::xml_schema::container* c = 0);
8925 
8936  ::xml_schema::flags f = 0,
8937  ::xml_schema::container* c = 0);
8938 
8951  _clone (::xml_schema::flags f = 0,
8952  ::xml_schema::container* c = 0) const;
8953 
8963  operator= (const BioGearsRespiratorySystemData& x);
8964 
8966 
8970  virtual
8972 
8973  // Implementation.
8974  //
8975 
8976  //@cond
8977 
8978  protected:
8979  void
8980  parse (::xsd::cxx::xml::dom::parser< char >&,
8981  ::xml_schema::flags);
8982 
8983  protected:
8984  ::xsd::cxx::tree::one< InitialExpiratoryReserveVolume_L_type > InitialExpiratoryReserveVolume_L_;
8985  ::xsd::cxx::tree::one< InitialFunctionalResidualCapacity_L_type > InitialFunctionalResidualCapacity_L_;
8986  ::xsd::cxx::tree::one< InitialInspiratoryCapacity_L_type > InitialInspiratoryCapacity_L_;
8987  ::xsd::cxx::tree::one< InitialResidualVolume_L_type > InitialResidualVolume_L_;
8988  ::xsd::cxx::tree::one< NotBreathing_type > NotBreathing_;
8989  ::xsd::cxx::tree::one< TopBreathTotalVolume_L_type > TopBreathTotalVolume_L_;
8990  ::xsd::cxx::tree::one< TopBreathAlveoliVolume_L_type > TopBreathAlveoliVolume_L_;
8991  ::xsd::cxx::tree::one< TopBreathDeadSpaceVolume_L_type > TopBreathDeadSpaceVolume_L_;
8992  ::xsd::cxx::tree::one< TopBreathPleuralPressure_cmH2O_type > TopBreathPleuralPressure_cmH2O_;
8993  ::xsd::cxx::tree::one< LastCardiacCycleBloodPH_type > LastCardiacCycleBloodPH_;
8994  ::xsd::cxx::tree::one< PreviousTotalLungVolume_L_type > PreviousTotalLungVolume_L_;
8995  ::xsd::cxx::tree::one< BloodPHRunningAverage_type > BloodPHRunningAverage_;
8996  ::xsd::cxx::tree::one< BreathingCycle_type > BreathingCycle_;
8997  ::xsd::cxx::tree::one< ArterialOxygenPressure_mmHg_type > ArterialOxygenPressure_mmHg_;
8998  ::xsd::cxx::tree::one< ArterialCarbonDioxidePressure_mmHg_type > ArterialCarbonDioxidePressure_mmHg_;
8999  ::xsd::cxx::tree::one< ArterialOxygenAverage_mmHg_type > ArterialOxygenAverage_mmHg_;
9000  ::xsd::cxx::tree::one< ArterialCarbonDioxideAverage_mmHg_type > ArterialCarbonDioxideAverage_mmHg_;
9001  ::xsd::cxx::tree::one< BreathingCycleTime_s_type > BreathingCycleTime_s_;
9002  ::xsd::cxx::tree::one< BreathTimeExhale_min_type > BreathTimeExhale_min_;
9003  ::xsd::cxx::tree::one< DefaultDrivePressure_cmH2O_type > DefaultDrivePressure_cmH2O_;
9004  ::xsd::cxx::tree::one< DriverPressure_cmH2O_type > DriverPressure_cmH2O_;
9005  ::xsd::cxx::tree::one< DriverPressureMin_cmH2O_type > DriverPressureMin_cmH2O_;
9006  ::xsd::cxx::tree::one< ElapsedBreathingCycleTime_min_type > ElapsedBreathingCycleTime_min_;
9007  ::xsd::cxx::tree::one< IEscaleFactor_type > IEscaleFactor_;
9008  ::xsd::cxx::tree::one< InstantaneousFunctionalResidualCapacity_L_type > InstantaneousFunctionalResidualCapacity_L_;
9009  ::xsd::cxx::tree::one< MaxDriverPressure_cmH2O_type > MaxDriverPressure_cmH2O_;
9010  ::xsd::cxx::tree::one< PeakRespiratoryDrivePressure_cmH2O_type > PeakRespiratoryDrivePressure_cmH2O_;
9011  ::xsd::cxx::tree::one< VentilationFrequency_Per_min_type > VentilationFrequency_Per_min_;
9012  ::xsd::cxx::tree::one< ConsciousBreathing_type > ConsciousBreathing_;
9013  ::xsd::cxx::tree::one< ConsciousRespirationPeriod_s_type > ConsciousRespirationPeriod_s_;
9014  ::xsd::cxx::tree::one< ConsciousRespirationRemainingPeriod_s_type > ConsciousRespirationRemainingPeriod_s_;
9015  ::xsd::cxx::tree::one< ExpiratoryReserveVolumeFraction_type > ExpiratoryReserveVolumeFraction_;
9016  ::xsd::cxx::tree::one< InspiratoryCapacityFraction_type > InspiratoryCapacityFraction_;
9017  ::xsd::cxx::tree::one< ConsciousStartPressure_cmH2O_type > ConsciousStartPressure_cmH2O_;
9018  ::xsd::cxx::tree::one< ConsciousEndPressure_cmH2O_type > ConsciousEndPressure_cmH2O_;
9019  ::xsd::cxx::tree::one< HadAirwayObstruction_type > HadAirwayObstruction_;
9020  ::xsd::cxx::tree::one< HadBronchoconstriction_type > HadBronchoconstriction_;
9021 
9022  //@endcond
9023  };
9024 
9031  {
9032  public:
9040 
9044  typedef ::xml_schema::double_ RestingPatientMass_kg_type;
9045 
9049  typedef ::xsd::cxx::tree::traits< RestingPatientMass_kg_type, char, ::xsd::cxx::tree::schema_type::double_ > RestingPatientMass_kg_traits;
9050 
9056  const RestingPatientMass_kg_type&
9057  RestingPatientMass_kg () const;
9058 
9064  RestingPatientMass_kg_type&
9065  RestingPatientMass_kg ();
9066 
9075  void
9076  RestingPatientMass_kg (const RestingPatientMass_kg_type& x);
9077 
9079 
9087 
9091  typedef ::xml_schema::double_ RestingFluidMass_kg_type;
9092 
9096  typedef ::xsd::cxx::tree::traits< RestingFluidMass_kg_type, char, ::xsd::cxx::tree::schema_type::double_ > RestingFluidMass_kg_traits;
9097 
9103  const RestingFluidMass_kg_type&
9104  RestingFluidMass_kg () const;
9105 
9111  RestingFluidMass_kg_type&
9112  RestingFluidMass_kg ();
9113 
9122  void
9123  RestingFluidMass_kg (const RestingFluidMass_kg_type& x);
9124 
9126 
9134 
9138  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData O2ConsumedRunningAverage_mL_Per_s_type;
9139 
9143  typedef ::xsd::cxx::tree::traits< O2ConsumedRunningAverage_mL_Per_s_type, char > O2ConsumedRunningAverage_mL_Per_s_traits;
9144 
9150  const O2ConsumedRunningAverage_mL_Per_s_type&
9151  O2ConsumedRunningAverage_mL_Per_s () const;
9152 
9158  O2ConsumedRunningAverage_mL_Per_s_type&
9159  O2ConsumedRunningAverage_mL_Per_s ();
9160 
9169  void
9170  O2ConsumedRunningAverage_mL_Per_s (const O2ConsumedRunningAverage_mL_Per_s_type& x);
9171 
9180  void
9181  O2ConsumedRunningAverage_mL_Per_s (::std::unique_ptr< O2ConsumedRunningAverage_mL_Per_s_type > p);
9182 
9184 
9192 
9196  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData CO2ProducedRunningAverage_mL_Per_s_type;
9197 
9201  typedef ::xsd::cxx::tree::traits< CO2ProducedRunningAverage_mL_Per_s_type, char > CO2ProducedRunningAverage_mL_Per_s_traits;
9202 
9208  const CO2ProducedRunningAverage_mL_Per_s_type&
9209  CO2ProducedRunningAverage_mL_Per_s () const;
9210 
9216  CO2ProducedRunningAverage_mL_Per_s_type&
9217  CO2ProducedRunningAverage_mL_Per_s ();
9218 
9227  void
9228  CO2ProducedRunningAverage_mL_Per_s (const CO2ProducedRunningAverage_mL_Per_s_type& x);
9229 
9238  void
9239  CO2ProducedRunningAverage_mL_Per_s (::std::unique_ptr< CO2ProducedRunningAverage_mL_Per_s_type > p);
9240 
9242 
9250 
9254  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData RespiratoryQuotientRunningAverage_type;
9255 
9259  typedef ::xsd::cxx::tree::traits< RespiratoryQuotientRunningAverage_type, char > RespiratoryQuotientRunningAverage_traits;
9260 
9266  const RespiratoryQuotientRunningAverage_type&
9267  RespiratoryQuotientRunningAverage () const;
9268 
9274  RespiratoryQuotientRunningAverage_type&
9275  RespiratoryQuotientRunningAverage ();
9276 
9285  void
9286  RespiratoryQuotientRunningAverage (const RespiratoryQuotientRunningAverage_type& x);
9287 
9296  void
9297  RespiratoryQuotientRunningAverage (::std::unique_ptr< RespiratoryQuotientRunningAverage_type > p);
9298 
9300 
9308 
9312  typedef ::mil::tatrc::physiology::datamodel::RunningAverageData FatigueRunningAverage_type;
9313 
9317  typedef ::xsd::cxx::tree::traits< FatigueRunningAverage_type, char > FatigueRunningAverage_traits;
9318 
9324  const FatigueRunningAverage_type&
9325  FatigueRunningAverage () const;
9326 
9332  FatigueRunningAverage_type&
9333  FatigueRunningAverage ();
9334 
9343  void
9344  FatigueRunningAverage (const FatigueRunningAverage_type& x);
9345 
9354  void
9355  FatigueRunningAverage (::std::unique_ptr< FatigueRunningAverage_type > p);
9356 
9358 
9363 
9371 
9376  BioGearsTissueSystemData (const RestingPatientMass_kg_type&,
9377  const RestingFluidMass_kg_type&,
9378  const O2ConsumedRunningAverage_mL_Per_s_type&,
9379  const CO2ProducedRunningAverage_mL_Per_s_type&,
9380  const RespiratoryQuotientRunningAverage_type&,
9381  const FatigueRunningAverage_type&);
9382 
9391  BioGearsTissueSystemData (const RestingPatientMass_kg_type&,
9392  const RestingFluidMass_kg_type&,
9393  ::std::unique_ptr< O2ConsumedRunningAverage_mL_Per_s_type >,
9394  ::std::unique_ptr< CO2ProducedRunningAverage_mL_Per_s_type >,
9395  ::std::unique_ptr< RespiratoryQuotientRunningAverage_type >,
9396  ::std::unique_ptr< FatigueRunningAverage_type >);
9397 
9406  BioGearsTissueSystemData (const ::xercesc::DOMElement& e,
9407  ::xml_schema::flags f = 0,
9408  ::xml_schema::container* c = 0);
9409 
9420  ::xml_schema::flags f = 0,
9421  ::xml_schema::container* c = 0);
9422 
9434  virtual BioGearsTissueSystemData*
9435  _clone (::xml_schema::flags f = 0,
9436  ::xml_schema::container* c = 0) const;
9437 
9447  operator= (const BioGearsTissueSystemData& x);
9448 
9450 
9454  virtual
9456 
9457  // Implementation.
9458  //
9459 
9460  //@cond
9461 
9462  protected:
9463  void
9464  parse (::xsd::cxx::xml::dom::parser< char >&,
9465  ::xml_schema::flags);
9466 
9467  protected:
9468  ::xsd::cxx::tree::one< RestingPatientMass_kg_type > RestingPatientMass_kg_;
9469  ::xsd::cxx::tree::one< RestingFluidMass_kg_type > RestingFluidMass_kg_;
9470  ::xsd::cxx::tree::one< O2ConsumedRunningAverage_mL_Per_s_type > O2ConsumedRunningAverage_mL_Per_s_;
9471  ::xsd::cxx::tree::one< CO2ProducedRunningAverage_mL_Per_s_type > CO2ProducedRunningAverage_mL_Per_s_;
9472  ::xsd::cxx::tree::one< RespiratoryQuotientRunningAverage_type > RespiratoryQuotientRunningAverage_;
9473  ::xsd::cxx::tree::one< FatigueRunningAverage_type > FatigueRunningAverage_;
9474 
9475  //@endcond
9476  };
9477  }
9478  }
9479  }
9480 }
9481 
9482 #include <iosfwd>
9483 
9484 namespace mil
9485 {
9486  namespace tatrc
9487  {
9488  namespace physiology
9489  {
9490  namespace datamodel
9491  {
9492  BIOGEARS_CDM_API
9493  ::std::ostream&
9494  operator<< (::std::ostream&, const BioGearsBloodChemistrySystemData&);
9495 
9496  BIOGEARS_CDM_API
9497  ::std::ostream&
9498  operator<< (::std::ostream&, const BioGearsCardiovascularSystemData&);
9499 
9500  BIOGEARS_CDM_API
9501  ::std::ostream&
9502  operator<< (::std::ostream&, const BioGearsDrugSystemData&);
9503 
9504  BIOGEARS_CDM_API
9505  ::std::ostream&
9506  operator<< (::std::ostream&, const BioGearsEndocrineSystemData&);
9507 
9508  BIOGEARS_CDM_API
9509  ::std::ostream&
9510  operator<< (::std::ostream&, const BioGearsEnergySystemData&);
9511 
9512  BIOGEARS_CDM_API
9513  ::std::ostream&
9514  operator<< (::std::ostream&, const BioGearsGastrointestinalSystemData&);
9515 
9516  BIOGEARS_CDM_API
9517  ::std::ostream&
9518  operator<< (::std::ostream&, const BioGearsHepaticSystemData&);
9519 
9520  BIOGEARS_CDM_API
9521  ::std::ostream&
9522  operator<< (::std::ostream&, const BioGearsNervousSystemData&);
9523 
9524  BIOGEARS_CDM_API
9525  ::std::ostream&
9526  operator<< (::std::ostream&, const BioGearsRenalSystemData&);
9527 
9528  BIOGEARS_CDM_API
9529  ::std::ostream&
9530  operator<< (::std::ostream&, const BioGearsRespiratorySystemData&);
9531 
9532  BIOGEARS_CDM_API
9533  ::std::ostream&
9534  operator<< (::std::ostream&, const BioGearsTissueSystemData&);
9535  }
9536  }
9537  }
9538 }
9539 
9540 #include <iosfwd>
9541 
9542 #include <xercesc/sax/InputSource.hpp>
9543 #include <xercesc/dom/DOMDocument.hpp>
9544 #include <xercesc/dom/DOMErrorHandler.hpp>
9545 
9546 namespace mil
9547 {
9548  namespace tatrc
9549  {
9550  namespace physiology
9551  {
9552  namespace datamodel
9553  {
9554  }
9555  }
9556  }
9557 }
9558 
9559 #include <iosfwd>
9560 
9561 #include <xercesc/dom/DOMDocument.hpp>
9562 #include <xercesc/dom/DOMErrorHandler.hpp>
9563 #include <xercesc/framework/XMLFormatter.hpp>
9564 
9565 #include <xsd/cxx/xml/dom/auto-ptr.hxx>
9566 
9567 namespace mil
9568 {
9569  namespace tatrc
9570  {
9571  namespace physiology
9572  {
9573  namespace datamodel
9574  {
9575  BIOGEARS_CDM_API
9576  void
9577  operator<< (::xercesc::DOMElement&, const BioGearsBloodChemistrySystemData&);
9578 
9579  BIOGEARS_CDM_API
9580  void
9581  operator<< (::xercesc::DOMElement&, const BioGearsCardiovascularSystemData&);
9582 
9583  BIOGEARS_CDM_API
9584  void
9585  operator<< (::xercesc::DOMElement&, const BioGearsDrugSystemData&);
9586 
9587  BIOGEARS_CDM_API
9588  void
9589  operator<< (::xercesc::DOMElement&, const BioGearsEndocrineSystemData&);
9590 
9591  BIOGEARS_CDM_API
9592  void
9593  operator<< (::xercesc::DOMElement&, const BioGearsEnergySystemData&);
9594 
9595  BIOGEARS_CDM_API
9596  void
9597  operator<< (::xercesc::DOMElement&, const BioGearsGastrointestinalSystemData&);
9598 
9599  BIOGEARS_CDM_API
9600  void
9601  operator<< (::xercesc::DOMElement&, const BioGearsHepaticSystemData&);
9602 
9603  BIOGEARS_CDM_API
9604  void
9605  operator<< (::xercesc::DOMElement&, const BioGearsNervousSystemData&);
9606 
9607  BIOGEARS_CDM_API
9608  void
9609  operator<< (::xercesc::DOMElement&, const BioGearsRenalSystemData&);
9610 
9611  BIOGEARS_CDM_API
9612  void
9613  operator<< (::xercesc::DOMElement&, const BioGearsRespiratorySystemData&);
9614 
9615  BIOGEARS_CDM_API
9616  void
9617  operator<< (::xercesc::DOMElement&, const BioGearsTissueSystemData&);
9618  }
9619  }
9620  }
9621 }
9622 
9623 #include <xsd/cxx/post.hxx>
9624 
9625 // Begin epilogue.
9626 //
9627 //
9628 // End epilogue.
9629 
9630 #endif // D__BIOGEARS_CORE_SHARE_XSD__BIOGEARS_BIO_GEARS_PHYSIOLOGY_HXX
::xsd::cxx::tree::traits< CardiacCycleAortaPressureLow_mmHg_type, char,::xsd::cxx::tree::schema_type::double_ > CardiacCycleAortaPressureLow_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2193
::xsd::cxx::tree::traits< InitialFunctionalResidualCapacity_L_type, char,::xsd::cxx::tree::schema_type::double_ > InitialFunctionalResidualCapacity_L_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7104
::xsd::cxx::tree::id< char, ncname > id
C++ type corresponding to the ID XML Schema built-in type.
Definition: BioGears.hxx:325
long long negative_integer
C++ type corresponding to the negativeInteger XML Schema built-in type.
Definition: BioGears.hxx:231
::xsd::cxx::tree::traits< CurrentCardiacCycleTime_s_type, char,::xsd::cxx::tree::schema_type::double_ > CurrentCardiacCycleTime_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2099
::xsd::cxx::tree::traits< NasalStates_type, char > NasalStates_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:3220
::xsd::cxx::tree::traits< ChemoreceptorFiringRateSetPoint_Hz_type, char,::xsd::cxx::tree::schema_type::double_ > ChemoreceptorFiringRateSetPoint_Hz_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4949
::xml_schema::double_ DriverPressureMin_cmH2O_type
Element type.
Definition: BioGearsPhysiology.hxx:8072
::xml_schema::double_ CerebralPerfusionPressureBaseline_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:4850
::xml_schema::double_ RightHeartElastanceMax_mmHg_Per_mL_type
Element type.
Definition: BioGearsPhysiology.hxx:1859
::xsd::cxx::tree::traits< ArterialOxygenAverage_mmHg_type, char > ArterialOxygenAverage_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:713
::mil::tatrc::physiology::datamodel::RunningAverageData RightRenalArterialPressure_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:6846
Class corresponding to the BioGearsRespiratorySystemData schema type.
Definition: BioGearsPhysiology.hxx:7038
::xml_schema::double_ ConsciousRespirationPeriod_s_type
Element type.
Definition: BioGearsPhysiology.hxx:8448
::xsd::cxx::tree::traits< CardiacCyclePulmonaryShuntFlow_mL_Per_s_type, char > CardiacCyclePulmonaryShuntFlow_mL_Per_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2707
::xsd::cxx::tree::simple_type< char, type > simple_type
C++ type corresponding to the anySimpleType XML Schema built-in type.
Definition: BioGears.hxx:128
::xsd::cxx::tree::parsing< char > parsing
Exception indicating a parsing failure.
Definition: BioGears.hxx:552
::xml_schema::double_ RemovedRBC_ct_type
Element type.
Definition: BioGearsPhysiology.hxx:1200
CerebralArteriesEffectors_Small_sequence::iterator CerebralArteriesEffectors_Small_iterator
Element iterator type.
Definition: BioGearsPhysiology.hxx:4561
::xml_schema::double_ LeftHeartElastanceMax_mmHg_Per_mL_type
Element type.
Definition: BioGearsPhysiology.hxx:1718
::xsd::cxx::tree::date< char, simple_type > date
C++ type corresponding to the date XML Schema built-in type.
Definition: BioGears.hxx:393
::xsd::cxx::tree::bounds< char > bounds
Exception indicating that the size argument exceeds the capacity argument.
Definition: BioGears.hxx:541
::xml_schema::double_ HeartElastanceModifier_type
Element type.
Definition: BioGearsPhysiology.hxx:5038
CerebralArteriesEffectors_Large_sequence::iterator CerebralArteriesEffectors_Large_iterator
Element iterator type.
Definition: BioGearsPhysiology.hxx:4497
::xsd::cxx::tree::traits< SodiumExcretionRate_mg_Per_min_type, char > SodiumExcretionRate_mg_Per_min_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:6619
::xsd::cxx::tree::traits< RightHeartElastance_mmHg_Per_mL_type, char,::xsd::cxx::tree::schema_type::double_ > RightHeartElastance_mmHg_Per_mL_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1817
::xml_schema::double_ CerebralBloodFlowBaseline_mL_Per_s_type
Element type.
Definition: BioGearsPhysiology.hxx:4615
::mil::tatrc::physiology::datamodel::NasalStateData NasalStates_type
Element type.
Definition: BioGearsPhysiology.hxx:3200
::xml_schema::double_ CardiopulmonaryInputBaseline_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:4346
::xsd::cxx::tree::no_prefix_mapping< char > no_prefix_mapping
Exception indicating that a prefix-namespace mapping was not provided.
Definition: BioGears.hxx:588
::xsd::cxx::tree::sequence< NasalStates_type > NasalStates_sequence
Element sequence container type.
Definition: BioGearsPhysiology.hxx:3205
::xml_schema::double_ BaroreceptorOperatingPoint_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:4299
::xsd::cxx::tree::duplicate_id< char > duplicate_id
Exception indicating that a duplicate ID value was encountered in the object model.
Definition: BioGears.hxx:547
::xsd::cxx::tree::expected_element< char > expected_element
Exception indicating that an expected element was not encountered.
Definition: BioGears.hxx:558
Class corresponding to the BioGearsTissueSystemData schema type.
Definition: BioGearsPhysiology.hxx:9030
::xml_schema::double_ CerebralBloodFlowInput_mL_Per_s_type
Element type.
Definition: BioGearsPhysiology.hxx:4662
::xml_schema::double_ DriverPressure_cmH2O_type
Element type.
Definition: BioGearsPhysiology.hxx:8025
::xsd::cxx::tree::traits< NotBreathing_type, char > NotBreathing_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7245
::xsd::cxx::tree::traits< AgedRbcAcetylcholinesterase_nM_type, char,::xsd::cxx::tree::schema_type::double_ > AgedRbcAcetylcholinesterase_nM_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:3380
::xsd::cxx::tree::traits< CardiacCycleStrokeVolume_mL_type, char,::xsd::cxx::tree::schema_type::double_ > CardiacCycleStrokeVolume_mL_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2428
::xsd::cxx::tree::traits< CardiacCycleArterialPressure_mmHg_type, char > CardiacCycleArterialPressure_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2475
::xsd::cxx::tree::traits< ArterialOxygenBaseline_mmHg_type, char,::xsd::cxx::tree::schema_type::double_ > ArterialOxygenBaseline_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4210
::xsd::cxx::tree::flags flags
Parsing and serialization flags.
Definition: BioGears.hxx:504
::xsd::cxx::tree::traits< BreathTimeExhale_min_type, char,::xsd::cxx::tree::schema_type::double_ > BreathTimeExhale_min_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7936
::xsd::cxx::tree::language< char, token > language
C++ type corresponding to the language XML Schema built-in type.
Definition: BioGears.hxx:315
::xsd::cxx::tree::traits< HadBronchoconstriction_type, char > HadBronchoconstriction_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8782
::xsd::cxx::tree::traits< FourCellAgglutinates_ct_type, char,::xsd::cxx::tree::schema_type::double_ > FourCellAgglutinates_ct_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1158
::xsd::cxx::tree::traits< VagalSignalBaseline_type, char,::xsd::cxx::tree::schema_type::double_ > VagalSignalBaseline_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5983
::xsd::cxx::tree::normalized_string< char, string > normalized_string
C++ type corresponding to the normalizedString XML Schema built-in type.
Definition: BioGears.hxx:279
::xsd::cxx::tree::traits< CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_type, char > CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2591
::xml_schema::double_ CurrentCardiacCycleTime_s_type
Element type.
Definition: BioGearsPhysiology.hxx:2094
::xsd::cxx::tree::traits< PreviousTotalLungVolume_L_type, char,::xsd::cxx::tree::schema_type::double_ > PreviousTotalLungVolume_L_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7527
::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCyclePulmonaryCapillariesWedgePressure_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:2586
::xml_schema::double_ AorticBaroreceptorStrain_type
Element type.
Definition: BioGearsPhysiology.hxx:4158
::xml_schema::double_ MaxDriverPressure_cmH2O_type
Element type.
Definition: BioGearsPhysiology.hxx:8260
::xml_schema::double_ ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz_type
Element type.
Definition: BioGearsPhysiology.hxx:4897
::xml_schema::double_ AfferentChemoreceptor_Hz_type
Element type.
Definition: BioGearsPhysiology.hxx:4064
::mil::tatrc::physiology::datamodel::SubstanceBolusStateData BolusAdministration_type
Element type.
Definition: BioGearsPhysiology.hxx:3136
::mil::tatrc::physiology::datamodel::RunningAverageData SodiumConcentration_mg_Per_mL_type
Element type.
Definition: BioGearsPhysiology.hxx:6556
::xml_schema::double_ TopBreathDeadSpaceVolume_L_type
Element type.
Definition: BioGearsPhysiology.hxx:7381
::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCyclePulmonaryShuntFlow_mL_Per_s_type
Element type.
Definition: BioGearsPhysiology.hxx:2702
Class corresponding to the BloodChemistrySystemData schema type.
Definition: Physiology.hxx:2849
::xsd::cxx::tree::traits< OxygenAutoregulatorMuscle_type, char,::xsd::cxx::tree::schema_type::double_ > OxygenAutoregulatorMuscle_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5560
::xsd::cxx::tree::traits< TopBreathDeadSpaceVolume_L_type, char,::xsd::cxx::tree::schema_type::double_ > TopBreathDeadSpaceVolume_L_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7386
::xsd::cxx::tree::traits< RightRenalArterialPressure_mmHg_type, char > RightRenalArterialPressure_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:6851
::xsd::cxx::tree::traits< CardiacCyclePulmonaryArteryPressureLow_mmHg_type, char,::xsd::cxx::tree::schema_type::double_ > CardiacCyclePulmonaryArteryPressureLow_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2287
::xsd::cxx::tree::traits< TransmucosalStates_type, char > TransmucosalStates_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:3284
::xml_schema::double_ VagalSignalBaseline_type
Element type.
Definition: BioGearsPhysiology.hxx:5978
float float_
C++ type corresponding to the float XML Schema built-in type.
Definition: BioGears.hxx:251
::xsd::cxx::tree::traits< CerebralArteriesEffectors_Small_type, char,::xsd::cxx::tree::schema_type::double_ > CerebralArteriesEffectors_Small_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4571
::xsd::cxx::tree::traits< MaxDriverPressure_cmH2O_type, char,::xsd::cxx::tree::schema_type::double_ > MaxDriverPressure_cmH2O_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8265
::xml_schema::double_ ResistanceModifierExtrasplanchnic_type
Element type.
Definition: BioGearsPhysiology.hxx:5696
::xml_schema::double_ OxygenAutoregulatorHeart_type
Element type.
Definition: BioGearsPhysiology.hxx:5508
bool boolean
C++ type corresponding to the boolean XML Schema built-in type.
Definition: BioGears.hxx:241
::xsd::cxx::tree::traits< ConsciousStartPressure_cmH2O_type, char,::xsd::cxx::tree::schema_type::double_ > ConsciousStartPressure_cmH2O_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8641
::xml_schema::double_ ThreeCellPatAgglutinates_ct_type
Element type.
Definition: BioGearsPhysiology.hxx:1059
::xml_schema::boolean ConsciousBreathing_type
Element type.
Definition: BioGearsPhysiology.hxx:8401
::xsd::cxx::tree::traits< BloodPHRunningAverage_type, char > BloodPHRunningAverage_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7574
::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCyclePulmonaryArteryPressure_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:2760
NasalStates_sequence::iterator NasalStates_iterator
Element iterator type.
Definition: BioGearsPhysiology.hxx:3210
::xsd::cxx::tree::uri< char, simple_type > uri
C++ type corresponding to the anyURI XML Schema built-in type.
Definition: BioGears.hxx:347
::xml_schema::double_ TopBreathPleuralPressure_cmH2O_type
Element type.
Definition: BioGearsPhysiology.hxx:7428
::xsd::cxx::tree::traits< LastCardiacCycleMeanArterialCO2PartialPressure_mmHg_type, char,::xsd::cxx::tree::schema_type::double_ > LastCardiacCycleMeanArterialCO2PartialPressure_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2381
::xsd::cxx::tree::traits< CentralFrequencyDelta_Per_min_type, char,::xsd::cxx::tree::schema_type::double_ > CentralFrequencyDelta_Per_min_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4714
::xsd::cxx::tree::traits< DriverPressure_cmH2O_type, char,::xsd::cxx::tree::schema_type::double_ > DriverPressure_cmH2O_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8030
::xsd::cxx::tree::traits< SarinRbcAcetylcholinesteraseComplex_nM_type, char,::xsd::cxx::tree::schema_type::double_ > SarinRbcAcetylcholinesteraseComplex_nM_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:3333
::xsd::cxx::tree::no_type_info< char > no_type_info
Exception indicating that the type information is not available for a type.
Definition: BioGears.hxx:594
::xml_schema::double_ CardiacCyclePeriod_s_type
Element type.
Definition: BioGearsPhysiology.hxx:1530
::mil::tatrc::physiology::datamodel::RunningAverageData UrineProductionRate_mL_Per_min_type
Element type.
Definition: BioGearsPhysiology.hxx:6440
::xml_schema::double_ InspiratoryCapacityFraction_type
Element type.
Definition: BioGearsPhysiology.hxx:8589
::xsd::cxx::tree::diagnostics< char > diagnostics
List of error conditions.
Definition: BioGears.hxx:527
::xsd::cxx::tree::time_zone time_zone
Time zone type.
Definition: BioGears.hxx:387
::xml_schema::double_ ExpiratoryReserveVolumeFraction_type
Element type.
Definition: BioGearsPhysiology.hxx:8542
::xsd::cxx::tree::traits< LastCardiacCycleBloodPH_type, char,::xsd::cxx::tree::schema_type::double_ > LastCardiacCycleBloodPH_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7480
::mil::tatrc::physiology::datamodel::RunningAverageData RespiratoryQuotientRunningAverage_type
Element type.
Definition: BioGearsPhysiology.hxx:9254
Definition: BioGears.cxx:43
::xsd::cxx::tree::traits< RhFactorMismatch_ct_type, char,::xsd::cxx::tree::schema_type::double_ > RhFactorMismatch_ct_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:829
unsigned long long non_negative_integer
C++ type corresponding to the nonNegativeInteger XML Schema built-in type.
Definition: BioGears.hxx:219
Class corresponding to the CardiovascularSystemData schema type.
Definition: Physiology.hxx:5790
::xsd::cxx::tree::unexpected_enumerator< char > unexpected_enumerator
Exception indicating that an unexpected enumerator was encountered.
Definition: BioGears.hxx:576
::mil::tatrc::physiology::datamodel::RunningAverageData RightSodiumFlow_mg_Per_s_type
Element type.
Definition: BioGearsPhysiology.hxx:6730
::xsd::cxx::tree::traits< CerebralBloodFlowBaseline_mL_Per_s_type, char,::xsd::cxx::tree::schema_type::double_ > CerebralBloodFlowBaseline_mL_Per_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4620
::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCycleCentralVenousPressure_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:2818
::xsd::cxx::tree::traits< Urinating_type, char > Urinating_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:6210
::mil::tatrc::physiology::datamodel::RunningAverageData ArterialCarbonDioxideAverage_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:7826
::xml_schema::double_ ArterialOxygenBaseline_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:4205
::xsd::cxx::tree::traits< OxygenAutoregulatorHeart_type, char,::xsd::cxx::tree::schema_type::double_ > OxygenAutoregulatorHeart_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5513
unsigned long long positive_integer
C++ type corresponding to the positiveInteger XML Schema built-in type.
Definition: BioGears.hxx:225
::xsd::cxx::tree::exception< char > exception
Root of the C++/Tree exception hierarchy.
Definition: BioGears.hxx:535
::xsd::cxx::tree::facet facet
Simple type facet.
Definition: BioGears.hxx:496
::xml_schema::double_ DefaultDrivePressure_cmH2O_type
Element type.
Definition: BioGearsPhysiology.hxx:7978
::mil::tatrc::physiology::datamodel::RunningAverageData LeftSodiumFlow_mg_Per_s_type
Element type.
Definition: BioGearsPhysiology.hxx:6672
::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCycleArterialPressure_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:2470
::xsd::cxx::tree::traits< HeartOxygenBaseline_type, char,::xsd::cxx::tree::schema_type::double_ > HeartOxygenBaseline_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5090
::xsd::cxx::tree::traits< ArterialCarbonDioxidePressure_mmHg_type, char,::xsd::cxx::tree::schema_type::double_ > ArterialCarbonDioxidePressure_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7726
::xsd::cxx::tree::traits< ConsciousBreathing_type, char > ConsciousBreathing_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8406
::xsd::cxx::tree::as_decimal< decimal > as_decimal
Serialization wrapper for the decimal type.
Definition: BioGears.hxx:491
::xsd::cxx::tree::traits< SodiumConcentration_mg_Per_mL_type, char > SodiumConcentration_mg_Per_mL_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:6561
::xsd::cxx::tree::traits< LeftHeartElastanceMax_mmHg_Per_mL_type, char,::xsd::cxx::tree::schema_type::double_ > LeftHeartElastanceMax_mmHg_Per_mL_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1723
::xml_schema::double_ TopBreathAlveoliVolume_L_type
Element type.
Definition: BioGearsPhysiology.hxx:7334
::xsd::cxx::tree::expected_text_content< char > expected_text_content
Exception indicating that the text content was expected for an element.
Definition: BioGears.hxx:582
::xsd::cxx::tree::sequence< CerebralArteriesEffectors_Large_type > CerebralArteriesEffectors_Large_sequence
Element sequence container type.
Definition: BioGearsPhysiology.hxx:4492
::xml_schema::double_ LeftHeartElastance_mmHg_Per_mL_type
Element type.
Definition: BioGearsPhysiology.hxx:1671
::xsd::cxx::tree::unexpected_element< char > unexpected_element
Exception indicating that an unexpected element was encountered.
Definition: BioGears.hxx:564
::xsd::cxx::tree::traits< LeftSodiumFlowSetPoint_mg_Per_s_type, char,::xsd::cxx::tree::schema_type::double_ > LeftSodiumFlowSetPoint_mg_Per_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:6351
::xsd::cxx::tree::traits< ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz_type, char,::xsd::cxx::tree::schema_type::double_ > ChemoreceptorPeripheralBloodGasInteractionBaseline_Hz_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4902
::xsd::cxx::tree::traits< PeripheralFrequencyDelta_Per_min_type, char,::xsd::cxx::tree::schema_type::double_ > PeripheralFrequencyDelta_Per_min_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5607
::xsd::cxx::tree::traits< RightSodiumFlowSetPoint_mg_Per_s_type, char,::xsd::cxx::tree::schema_type::double_ > RightSodiumFlowSetPoint_mg_Per_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:6398
::xsd::cxx::tree::traits< InstantaneousFunctionalResidualCapacity_L_type, char,::xsd::cxx::tree::schema_type::double_ > InstantaneousFunctionalResidualCapacity_L_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8218
::xsd::cxx::tree::traits< BicarbonateMolarity_mmol_Per_L_type, char > BicarbonateMolarity_mmol_Per_L_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:3660
::mil::tatrc::physiology::datamodel::RunningAverageData FatigueRunningAverage_type
Element type.
Definition: BioGearsPhysiology.hxx:9312
Class corresponding to the BioGearsRenalSystemData schema type.
Definition: BioGearsPhysiology.hxx:6191
::xsd::cxx::tree::traits< RightHeartElastanceMin_mmHg_Per_mL_type, char,::xsd::cxx::tree::schema_type::double_ > RightHeartElastanceMin_mmHg_Per_mL_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1911
::xml_schema::double_ RightHeartElastanceMin_mmHg_Per_mL_type
Element type.
Definition: BioGearsPhysiology.hxx:1906
::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCycleArterialCO2PartialPressure_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:2528
::xml_schema::double_ CurrentCardiacCycleDuration_s_type
Element type.
Definition: BioGearsPhysiology.hxx:1577
::xsd::cxx::tree::traits< PatientRBC_ct_type, char,::xsd::cxx::tree::schema_type::double_ > PatientRBC_ct_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:970
unsigned long long unsigned_long
C++ type corresponding to the unsignedLong XML Schema built-in type.
Definition: BioGears.hxx:197
::xml_schema::double_ HeartRateModifierVagal_type
Element type.
Definition: BioGearsPhysiology.hxx:5179
::xsd::cxx::tree::traits< CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_type, char > CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2649
::xsd::cxx::tree::traits< CurrentCardiacCycleDuration_s_type, char,::xsd::cxx::tree::schema_type::double_ > CurrentCardiacCycleDuration_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1582
::xml_schema::double_ ConsciousEndPressure_cmH2O_type
Element type.
Definition: BioGearsPhysiology.hxx:8683
::xsd::cxx::tree::traits< CardiacCycleArterialCO2PartialPressure_mmHg_type, char > CardiacCycleArterialCO2PartialPressure_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2533
::xml_schema::boolean EnterCardiacArrest_type
Element type.
Definition: BioGearsPhysiology.hxx:1483
::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCycleSkinFlow_mL_Per_s_type
Element type.
Definition: BioGearsPhysiology.hxx:2876
::xsd::cxx::tree::time< char, simple_type > time
C++ type corresponding to the time XML Schema built-in type.
Definition: BioGears.hxx:441
::xsd::cxx::tree::gmonth_day< char, simple_type > gmonth_day
C++ type corresponding to the gMonthDay XML Schema built-in type.
Definition: BioGears.hxx:423
::xml_schema::double_ HypercapniaThresholdPeripheral_type
Element type.
Definition: BioGearsPhysiology.hxx:5273
::xml_schema::double_ BreathTimeExhale_min_type
Element type.
Definition: BioGearsPhysiology.hxx:7931
::xsd::cxx::tree::sequence< TransmucosalStates_type > TransmucosalStates_sequence
Element sequence container type.
Definition: BioGearsPhysiology.hxx:3269
Class corresponding to the HepaticSystemData schema type.
Definition: Physiology.hxx:11658
::xml_schema::double_ RightSodiumFlowSetPoint_mg_Per_s_type
Element type.
Definition: BioGearsPhysiology.hxx:6393
::xsd::cxx::tree::traits< ArterialOxygenAverage_mmHg_type, char > ArterialOxygenAverage_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7773
::xsd::cxx::tree::sequence< CerebralArteriesEffectors_Small_type > CerebralArteriesEffectors_Small_sequence
Element sequence container type.
Definition: BioGearsPhysiology.hxx:4556
::xml_schema::double_ ConsciousStartPressure_cmH2O_type
Element type.
Definition: BioGearsPhysiology.hxx:8636
::xsd::cxx::tree::traits< ThreeCellPatAgglutinates_ct_type, char,::xsd::cxx::tree::schema_type::double_ > ThreeCellPatAgglutinates_ct_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1064
::xml_schema::double_ CardiacCycleStrokeVolume_mL_type
Element type.
Definition: BioGearsPhysiology.hxx:2423
::xsd::cxx::tree::buffer< char > buffer
Binary buffer type.
Definition: BioGears.hxx:366
Class corresponding to the BioGearsGastrointestinalSystemData schema type.
Definition: BioGearsPhysiology.hxx:3914
::xsd::cxx::tree::traits< ConsciousRespirationRemainingPeriod_s_type, char,::xsd::cxx::tree::schema_type::double_ > ConsciousRespirationRemainingPeriod_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8500
::xsd::cxx::tree::traits< ArterialCarbonDioxideAverage_mmHg_type, char > ArterialCarbonDioxideAverage_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:771
::xml_schema::double_ CardiacCycleAortaPressureLow_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:2188
::xsd::cxx::tree::traits< ResistanceModifierSplanchnic_type, char,::xsd::cxx::tree::schema_type::double_ > ResistanceModifierSplanchnic_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5795
::xsd::cxx::tree::traits< PackOn_type, char > PackOn_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:3718
::xsd::cxx::tree::type type
C++ type corresponding to the anyType XML Schema built-in type.
Definition: BioGears.hxx:122
::xsd::cxx::tree::traits< LeftAfferentResistance_mmHg_s_Per_mL_type, char,::xsd::cxx::tree::schema_type::double_ > LeftAfferentResistance_mmHg_s_Per_mL_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:6257
::xsd::cxx::tree::traits< LeftSodiumFlow_mg_Per_s_type, char > LeftSodiumFlow_mg_Per_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:6677
::xsd::cxx::tree::traits< CardiacCyclePulmonaryArteryPressureHigh_mmHg_type, char,::xsd::cxx::tree::schema_type::double_ > CardiacCyclePulmonaryArteryPressureHigh_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2334
Class corresponding to the BioGearsEndocrineSystemData schema type.
Definition: BioGearsPhysiology.hxx:3515
::xsd::cxx::tree::traits< CarotidBaroreceptorStrain_type, char,::xsd::cxx::tree::schema_type::double_ > CarotidBaroreceptorStrain_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4445
long long long_
C++ type corresponding to the long XML Schema built-in type.
Definition: BioGears.hxx:191
::xsd::cxx::tree::base64_binary< char, simple_type > base64_binary
C++ type corresponding to the base64Binary XML Schema built-in type.
Definition: BioGears.hxx:372
::mil::tatrc::physiology::datamodel::RunningAverageData O2ConsumedRunningAverage_mL_Per_s_type
Element type.
Definition: BioGearsPhysiology.hxx:9138
::xsd::cxx::tree::traits< ResistanceModifierMuscle_type, char,::xsd::cxx::tree::schema_type::double_ > ResistanceModifierMuscle_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5748
::xsd::cxx::tree::traits< MuscleOxygenBaseline_type, char,::xsd::cxx::tree::schema_type::double_ > MuscleOxygenBaseline_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5466
::xsd::cxx::tree::traits< BreathingCycleTime_s_type, char,::xsd::cxx::tree::schema_type::double_ > BreathingCycleTime_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7889
::xml_schema::double_ AgedRbcAcetylcholinesterase_nM_type
Element type.
Definition: BioGearsPhysiology.hxx:3375
::xsd::cxx::tree::traits< AfferentPulmonaryStrechReceptor_Hz_type, char,::xsd::cxx::tree::schema_type::double_ > AfferentPulmonaryStrechReceptor_Hz_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4116
::xsd::cxx::tree::traits< CerebralOxygenSaturationBaseline_type, char,::xsd::cxx::tree::schema_type::double_ > CerebralOxygenSaturationBaseline_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4808
::xml_schema::double_ CentralPressureDelta_cmH2O_type
Element type.
Definition: BioGearsPhysiology.hxx:4756
::xsd::cxx::tree::traits< DefaultDrivePressure_cmH2O_type, char,::xsd::cxx::tree::schema_type::double_ > DefaultDrivePressure_cmH2O_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7983
::xml_schema::boolean HadBronchoconstriction_type
Element type.
Definition: BioGearsPhysiology.hxx:8777
::xml_schema::double_ HypercapniaThresholdHeart_type
Element type.
Definition: BioGearsPhysiology.hxx:5226
::xml_schema::double_ ResistanceModifierSplanchnic_type
Element type.
Definition: BioGearsPhysiology.hxx:5790
::xsd::cxx::tree::expected_attribute< char > expected_attribute
Exception indicating that an expected attribute was not encountered.
Definition: BioGears.hxx:570
::xsd::cxx::tree::duration< char, simple_type > duration
C++ type corresponding to the duration XML Schema built-in type.
Definition: BioGears.hxx:405
::xsd::cxx::tree::traits< InitialExpiratoryReserveVolume_L_type, char,::xsd::cxx::tree::schema_type::double_ > InitialExpiratoryReserveVolume_L_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7057
::xml_schema::double_ ThreeCellDonAgglutinates_ct_type
Element type.
Definition: BioGearsPhysiology.hxx:1106
::xsd::cxx::tree::traits< RestingFluidMass_kg_type, char,::xsd::cxx::tree::schema_type::double_ > RestingFluidMass_kg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:9096
::xml_schema::double_ CompressionRatio_type
Element type.
Definition: BioGearsPhysiology.hxx:2000
::mil::tatrc::physiology::datamodel::RunningAverageData ArterialOxygenAverage_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:708
::xsd::cxx::tree::sequence< BolusAdministration_type > BolusAdministration_sequence
Element sequence container type.
Definition: BioGearsPhysiology.hxx:3141
::mil::tatrc::physiology::datamodel::RunningAverageData SodiumExcretionRate_mg_Per_min_type
Element type.
Definition: BioGearsPhysiology.hxx:6614
TransmucosalStates_sequence::const_iterator TransmucosalStates_const_iterator
Element constant iterator type.
Definition: BioGearsPhysiology.hxx:3279
::xsd::cxx::tree::gmonth< char, simple_type > gmonth
C++ type corresponding to the gMonth XML Schema built-in type.
Definition: BioGears.hxx:417
::xsd::cxx::tree::traits< CardiacCycleDiastolicVolume_mL_type, char,::xsd::cxx::tree::schema_type::double_ > CardiacCycleDiastolicVolume_mL_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2146
::xsd::cxx::tree::traits< CentralPressureDelta_cmH2O_type, char,::xsd::cxx::tree::schema_type::double_ > CentralPressureDelta_cmH2O_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4761
int int_
C++ type corresponding to the int XML Schema built-in type.
Definition: BioGears.hxx:175
Class corresponding to the TissueSystemData schema type.
Definition: Physiology.hxx:19575
Class corresponding to the EnergySystemData schema type.
Definition: Physiology.hxx:9611
::mil::tatrc::physiology::datamodel::RunningAverageData CardiacCyclePulmonaryCapillariesFlow_mL_Per_s_type
Element type.
Definition: BioGearsPhysiology.hxx:2644
::xml_schema::double_ ArterialCarbonDioxidePressure_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:7721
::xsd::cxx::tree::traits< LeftHeartElastanceMin_mmHg_Per_mL_type, char,::xsd::cxx::tree::schema_type::double_ > LeftHeartElastanceMin_mmHg_Per_mL_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1770
::xsd::cxx::tree::traits< HypoxiaThresholdPeripheral_type, char,::xsd::cxx::tree::schema_type::double_ > HypoxiaThresholdPeripheral_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5372
::xml_schema::double_ HypoxiaThresholdHeart_type
Element type.
Definition: BioGearsPhysiology.hxx:5320
::xml_schema::double_ LeftHeartElastanceMin_mmHg_Per_mL_type
Element type.
Definition: BioGearsPhysiology.hxx:1765
::xsd::cxx::xml::dom::namespace_info< char > namespace_info
Namespace serialization information.
Definition: BioGears.hxx:471
::xsd::cxx::tree::traits< FatigueRunningAverage_type, char > FatigueRunningAverage_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:9317
::xsd::cxx::tree::traits< UrineProductionRate_mL_Per_min_type, char > UrineProductionRate_mL_Per_min_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:6445
::xsd::cxx::tree::traits< MeanLungVolume_L_type, char,::xsd::cxx::tree::schema_type::double_ > MeanLungVolume_L_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5419
::xsd::cxx::tree::traits< ArterialCarbonDioxideBaseline_mmHg_type, char,::xsd::cxx::tree::schema_type::double_ > ArterialCarbonDioxideBaseline_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4257
::mil::tatrc::physiology::datamodel::TransmucosalStateData TransmucosalStates_type
Element type.
Definition: BioGearsPhysiology.hxx:3264
::xml_schema::boolean HadAirwayObstruction_type
Element type.
Definition: BioGearsPhysiology.hxx:8730
Class corresponding to the BioGearsCardiovascularSystemData schema type.
Definition: BioGearsPhysiology.hxx:1375
::xsd::cxx::tree::traits< CardiacCyclePulmonaryArteryPressure_mmHg_type, char > CardiacCyclePulmonaryArteryPressure_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2765
::xml_schema::double_ RhFactorMismatch_ct_type
Element type.
Definition: BioGearsPhysiology.hxx:824
::xsd::cxx::tree::traits< ElapsedBreathingCycleTime_min_type, char,::xsd::cxx::tree::schema_type::double_ > ElapsedBreathingCycleTime_min_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8124
::xsd::cxx::tree::ncname< char, name > ncname
C++ type corresponding to the NCName XML Schema built-in type.
Definition: BioGears.hxx:309
::xsd::cxx::tree::traits< HeartRateModifierVagal_type, char,::xsd::cxx::tree::schema_type::double_ > HeartRateModifierVagal_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5184
::xsd::cxx::tree::traits< IEscaleFactor_type, char,::xsd::cxx::tree::schema_type::double_ > IEscaleFactor_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8171
::xsd::cxx::tree::traits< TwoCellAgglutinates_ct_type, char,::xsd::cxx::tree::schema_type::double_ > TwoCellAgglutinates_ct_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1017
::xsd::cxx::tree::traits< CompressionPeriod_s_type, char,::xsd::cxx::tree::schema_type::double_ > CompressionPeriod_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2052
::xml_schema::double_ RhTransfusionReactionVolume_mL_type
Element type.
Definition: BioGearsPhysiology.hxx:871
::xml_schema::double_ DonorRBC_ct_type
Element type.
Definition: BioGearsPhysiology.hxx:918
::xml_schema::double_ LastCardiacCycleMeanArterialCO2PartialPressure_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:2376
::xml_schema::double_ LastCardiacCycleBloodPH_type
Element type.
Definition: BioGearsPhysiology.hxx:7475
::xsd::cxx::tree::traits< RespiratoryQuotientRunningAverage_type, char > RespiratoryQuotientRunningAverage_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:9259
::xsd::cxx::tree::traits< EnterCardiacArrest_type, char > EnterCardiacArrest_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1488
::xsd::cxx::tree::traits< CardiacCycleAortaPressureHigh_mmHg_type, char,::xsd::cxx::tree::schema_type::double_ > CardiacCycleAortaPressureHigh_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2240
::xsd::cxx::tree::name< char, token > name
C++ type corresponding to the Name XML Schema built-in type.
Definition: BioGears.hxx:291
::xsd::cxx::tree::hex_binary< char, simple_type > hex_binary
C++ type corresponding to the hexBinary XML Schema built-in type.
Definition: BioGears.hxx:378
::xsd::cxx::xml::dom::namespace_infomap< char > namespace_infomap
Namespace serialization information map.
Definition: BioGears.hxx:476
::xml_schema::double_ InstantaneousFunctionalResidualCapacity_L_type
Element type.
Definition: BioGearsPhysiology.hxx:8213
::xml_schema::double_ LeftSodiumFlowSetPoint_mg_Per_s_type
Element type.
Definition: BioGearsPhysiology.hxx:6346
::xsd::cxx::tree::traits< BolusAdministration_type, char > BolusAdministration_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:3156
::xsd::cxx::tree::traits< AfferentChemoreceptor_Hz_type, char,::xsd::cxx::tree::schema_type::double_ > AfferentChemoreceptor_Hz_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4069
::xsd::cxx::tree::nmtokens< char, simple_type, nmtoken > nmtokens
C++ type corresponding to the NMTOKENS XML Schema built-in type.
Definition: BioGears.hxx:303
::xsd::cxx::tree::traits< ThreeCellDonAgglutinates_ct_type, char,::xsd::cxx::tree::schema_type::double_ > ThreeCellDonAgglutinates_ct_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1111
::xsd::cxx::tree::traits< CompressionRatio_type, char,::xsd::cxx::tree::schema_type::double_ > CompressionRatio_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2005
BolusAdministration_sequence::iterator BolusAdministration_iterator
Element iterator type.
Definition: BioGearsPhysiology.hxx:3146
::xml_schema::double_ LeftHeartElastanceModifier_type
Element type.
Definition: BioGearsPhysiology.hxx:1624
::xsd::cxx::tree::gyear< char, simple_type > gyear
C++ type corresponding to the gYear XML Schema built-in type.
Definition: BioGears.hxx:429
::xsd::cxx::tree::traits< BloodpH_type, char > BloodpH_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:3602
::xml_schema::double_ HeartOxygenBaseline_type
Element type.
Definition: BioGearsPhysiology.hxx:5085
::xsd::cxx::xml::error_handler< char > error_handler
Error handler callback interface.
Definition: BioGears.hxx:610
::xml_schema::double_ MeanLungVolume_L_type
Element type.
Definition: BioGearsPhysiology.hxx:5414
::xml_schema::double_ PreviousWeightPack_kg_type
Element type.
Definition: BioGearsPhysiology.hxx:3760
::xsd::cxx::tree::traits< CerebralBloodFlowInput_mL_Per_s_type, char,::xsd::cxx::tree::schema_type::double_ > CerebralBloodFlowInput_mL_Per_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4667
::xsd::cxx::tree::serialization< char > serialization
Exception indicating a serialization failure.
Definition: BioGears.hxx:605
::xml_schema::boolean PackOn_type
Element type.
Definition: BioGearsPhysiology.hxx:3713
TransmucosalStates_sequence::iterator TransmucosalStates_iterator
Element iterator type.
Definition: BioGearsPhysiology.hxx:3274
const XMLCh *const tree_node_key
DOM user data key for back pointers to tree nodes.
Definition: BioGears.hxx:627
::xsd::cxx::tree::properties< char > properties
Parsing properties.
Definition: BioGears.hxx:509
::xml_schema::double_ CompressionPeriod_s_type
Element type.
Definition: BioGearsPhysiology.hxx:2047
Class corresponding to the BioGearsNervousSystemData schema type.
Definition: BioGearsPhysiology.hxx:4050
::xsd::cxx::tree::traits< SympatheticPeripheralSignalBaseline_type, char,::xsd::cxx::tree::schema_type::double_ > SympatheticPeripheralSignalBaseline_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5842
::xsd::cxx::tree::traits< CardiopulmonaryInputBaseline_mmHg_type, char,::xsd::cxx::tree::schema_type::double_ > CardiopulmonaryInputBaseline_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4351
::std::ostream & operator<<(::std::ostream &o, enumBioGearsAirwayMode::value i)
Definition: BioGears.cxx:451
::xml_schema::double_ ChemoreceptorFiringRateSetPoint_Hz_type
Element type.
Definition: BioGearsPhysiology.hxx:4944
::xsd::cxx::tree::traits< ArterialCarbonDioxideAverage_mmHg_type, char > ArterialCarbonDioxideAverage_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7831
::xsd::cxx::tree::traits< LeftHeartElastanceModifier_type, char,::xsd::cxx::tree::schema_type::double_ > LeftHeartElastanceModifier_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1629
::xml_schema::double_ InitialInspiratoryCapacity_L_type
Element type.
Definition: BioGearsPhysiology.hxx:7146
::xml_schema::double_ OxygenAutoregulatorMuscle_type
Element type.
Definition: BioGearsPhysiology.hxx:5555
CerebralArteriesEffectors_Small_sequence::const_iterator CerebralArteriesEffectors_Small_const_iterator
Element constant iterator type.
Definition: BioGearsPhysiology.hxx:4566
long long non_positive_integer
C++ type corresponding to the nonPositiveInteger XML Schema built-in type.
Definition: BioGears.hxx:213
::xsd::cxx::tree::traits< ExpiratoryReserveVolumeFraction_type, char,::xsd::cxx::tree::schema_type::double_ > ExpiratoryReserveVolumeFraction_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8547
::xml_schema::double_ RightHeartElastance_mmHg_Per_mL_type
Element type.
Definition: BioGearsPhysiology.hxx:1812
::xsd::cxx::tree::traits< O2ConsumedRunningAverage_mL_Per_s_type, char > O2ConsumedRunningAverage_mL_Per_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:9143
::xsd::cxx::tree::traits< TopBreathPleuralPressure_cmH2O_type, char,::xsd::cxx::tree::schema_type::double_ > TopBreathPleuralPressure_cmH2O_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7433
::xsd::cxx::tree::entity< char, ncname > entity
C++ type corresponding to the ENTITY XML Schema built-in type.
Definition: BioGears.hxx:451
signed char byte
C++ type corresponding to the byte XML Schema built-in type.
Definition: BioGears.hxx:143
::xml_schema::double_ CardiacCyclePulmonaryArteryPressureHigh_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:2329
::xml_schema::double_ CardiacCyclePulmonaryArteryPressureLow_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:2282
::xsd::cxx::tree::traits< InitialInspiratoryCapacity_L_type, char,::xsd::cxx::tree::schema_type::double_ > InitialInspiratoryCapacity_L_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7151
::mil::tatrc::physiology::datamodel::RunningAverageData CO2ProducedRunningAverage_mL_Per_s_type
Element type.
Definition: BioGearsPhysiology.hxx:9196
::xml_schema::double_ FourCellAgglutinates_ct_type
Element type.
Definition: BioGearsPhysiology.hxx:1153
::xsd::cxx::tree::severity severity
Error severity.
Definition: BioGears.hxx:517
::xsd::cxx::tree::traits< ConsciousEndPressure_cmH2O_type, char,::xsd::cxx::tree::schema_type::double_ > ConsciousEndPressure_cmH2O_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8688
Class corresponding to the NervousSystemData schema type.
Definition: Physiology.hxx:12058
::xml_schema::double_ CardiacCycleDiastolicVolume_mL_type
Element type.
Definition: BioGearsPhysiology.hxx:2141
::xml_schema::double_ ComplianceModifier_type
Element type.
Definition: BioGearsPhysiology.hxx:4991
::xsd::cxx::tree::traits< PeakRespiratoryDrivePressure_cmH2O_type, char,::xsd::cxx::tree::schema_type::double_ > PeakRespiratoryDrivePressure_cmH2O_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8312
::xsd::cxx::tree::content_order content_order
Content order sequence entry.
Definition: BioGears.hxx:464
::xml_schema::double_ RestingPatientMass_kg_type
Element type.
Definition: BioGearsPhysiology.hxx:9044
::xsd::cxx::tree::traits< StartSystole_type, char > StartSystole_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1394
::xsd::cxx::tree::traits< BreathingCycle_type, char > BreathingCycle_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7632
::mil::tatrc::physiology::datamodel::RunningAverageData BloodPHRunningAverage_type
Element type.
Definition: BioGearsPhysiology.hxx:7569
::xsd::cxx::tree::traits< HeartRateModifierSympathetic_type, char,::xsd::cxx::tree::schema_type::double_ > HeartRateModifierSympathetic_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5137
::xml_schema::double_ SarinRbcAcetylcholinesteraseComplex_nM_type
Element type.
Definition: BioGearsPhysiology.hxx:3328
::xsd::cxx::tree::traits< InitialResidualVolume_L_type, char,::xsd::cxx::tree::schema_type::double_ > InitialResidualVolume_L_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7198
::mil::tatrc::physiology::datamodel::RunningAverageData ArterialCarbonDioxideAverage_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:766
C++ namespace for the http://www.w3.org/2001/XMLSchema schema namespace.
Definition: BioGears.hxx:113
::xsd::cxx::tree::traits< HeartElastanceModifier_type, char,::xsd::cxx::tree::schema_type::double_ > HeartElastanceModifier_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5043
::xml_schema::boolean StartSystole_type
Element type.
Definition: BioGearsPhysiology.hxx:1389
::xml_schema::double_ PeakRespiratoryDrivePressure_cmH2O_type
Element type.
Definition: BioGearsPhysiology.hxx:8307
::xsd::cxx::tree::string< char, simple_type > string
C++ type corresponding to the string XML Schema built-in type.
Definition: BioGears.hxx:273
::xml_schema::double_ ElapsedBreathingCycleTime_min_type
Element type.
Definition: BioGearsPhysiology.hxx:8119
::xsd::cxx::tree::traits< InspiratoryCapacityFraction_type, char,::xsd::cxx::tree::schema_type::double_ > InspiratoryCapacityFraction_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8594
::xml_schema::double_ CompressionTime_s_type
Element type.
Definition: BioGearsPhysiology.hxx:1953
::xsd::cxx::tree::traits< ArterialOxygenPressure_mmHg_type, char,::xsd::cxx::tree::schema_type::double_ > ArterialOxygenPressure_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7679
::mil::tatrc::physiology::datamodel::RunningAverageData BloodpH_type
Element type.
Definition: BioGearsPhysiology.hxx:3597
::xsd::cxx::tree::list_stream< char > list_stream
List serialization stream.
Definition: BioGears.hxx:481
::xsd::cxx::tree::traits< ResistanceModifierExtrasplanchnic_type, char,::xsd::cxx::tree::schema_type::double_ > ResistanceModifierExtrasplanchnic_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5701
::xml_schema::double_ PreviousTotalLungVolume_L_type
Element type.
Definition: BioGearsPhysiology.hxx:7522
unsigned int unsigned_int
C++ type corresponding to the unsignedInt XML Schema built-in type.
Definition: BioGears.hxx:181
::xml_schema::double_ ArterialOxygenPressure_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:7674
::xsd::cxx::tree::gday< char, simple_type > gday
C++ type corresponding to the gDay XML Schema built-in type.
Definition: BioGears.hxx:411
::xsd::cxx::tree::entities< char, simple_type, entity > entities
C++ type corresponding to the ENTITIES XML Schema built-in type.
Definition: BioGears.hxx:457
::xml_schema::boolean BreathingCycle_type
Element type.
Definition: BioGearsPhysiology.hxx:7627
Class corresponding to the BioGearsDrugSystemData schema type.
Definition: BioGearsPhysiology.hxx:3122
unsigned char unsigned_byte
C++ type corresponding to the unsignedByte XML Schema built-in type.
Definition: BioGears.hxx:149
::xml_schema::double_ RightAfferentResistance_mmHg_s_Per_mL_type
Element type.
Definition: BioGearsPhysiology.hxx:6299
NasalStates_sequence::const_iterator NasalStates_const_iterator
Element constant iterator type.
Definition: BioGearsPhysiology.hxx:3215
::xsd::cxx::tree::traits< UrineOsmolarity_mOsm_Per_L_type, char > UrineOsmolarity_mOsm_Per_L_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:6503
::xsd::cxx::tree::traits< ConsciousRespirationPeriod_s_type, char,::xsd::cxx::tree::schema_type::double_ > ConsciousRespirationPeriod_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8453
::xml_schema::double_ TopBreathTotalVolume_L_type
Element type.
Definition: BioGearsPhysiology.hxx:7287
::xsd::cxx::tree::traits< RhTransfusionReactionVolume_mL_type, char,::xsd::cxx::tree::schema_type::double_ > RhTransfusionReactionVolume_mL_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:876
::xml_schema::double_ CarotidBaroreceptorStrain_type
Element type.
Definition: BioGearsPhysiology.hxx:4440
::xsd::cxx::tree::traits< RightAfferentResistance_mmHg_s_Per_mL_type, char,::xsd::cxx::tree::schema_type::double_ > RightAfferentResistance_mmHg_s_Per_mL_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:6304
::xsd::cxx::tree::date_time< char, simple_type > date_time
C++ type corresponding to the dateTime XML Schema built-in type.
Definition: BioGears.hxx:399
::xsd::cxx::tree::traits< AorticBaroreceptorStrain_type, char,::xsd::cxx::tree::schema_type::double_ > AorticBaroreceptorStrain_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4163
double double_
C++ type corresponding to the double XML Schema built-in type.
Definition: BioGears.hxx:257
::xsd::cxx::tree::traits< HypoxiaThresholdHeart_type, char,::xsd::cxx::tree::schema_type::double_ > HypoxiaThresholdHeart_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5325
Class corresponding to the BioGearsEnergySystemData schema type.
Definition: BioGearsPhysiology.hxx:3583
::xml_schema::double_ PeripheralFrequencyDelta_Per_min_type
Element type.
Definition: BioGearsPhysiology.hxx:5602
::xml_schema::double_ CerebralArteriesEffectors_Large_type
Element type.
Definition: BioGearsPhysiology.hxx:4487
::xsd::cxx::tree::traits< RightHeartElastanceMax_mmHg_Per_mL_type, char,::xsd::cxx::tree::schema_type::double_ > RightHeartElastanceMax_mmHg_Per_mL_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1864
::xsd::cxx::tree::traits< RemovedRBC_ct_type, char,::xsd::cxx::tree::schema_type::double_ > RemovedRBC_ct_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1205
::xml_schema::double_ SympatheticPeripheralSignalFatigue_type
Element type.
Definition: BioGearsPhysiology.hxx:5931
::xsd::cxx::tree::traits< LeftRenalArterialPressure_mmHg_type, char > LeftRenalArterialPressure_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:6793
::mil::tatrc::physiology::datamodel::RunningAverageData ArterialOxygenAverage_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:7768
::xsd::cxx::tree::traits< CardiacCycleSkinFlow_mL_Per_s_type, char > CardiacCycleSkinFlow_mL_Per_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2881
CerebralArteriesEffectors_Large_sequence::const_iterator CerebralArteriesEffectors_Large_const_iterator
Element constant iterator type.
Definition: BioGearsPhysiology.hxx:4502
::xml_schema::double_ ArterialCarbonDioxideBaseline_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:4252
::xml_schema::boolean HeartFlowDetected_type
Element type.
Definition: BioGearsPhysiology.hxx:1436
Class corresponding to the BioGearsBloodChemistrySystemData schema type.
Definition: BioGearsPhysiology.hxx:694
::xsd::cxx::tree::traits< HypercapniaThresholdHeart_type, char,::xsd::cxx::tree::schema_type::double_ > HypercapniaThresholdHeart_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5231
::xml_schema::double_ TwoCellAgglutinates_ct_type
Element type.
Definition: BioGearsPhysiology.hxx:1012
::xsd::cxx::tree::gyear_month< char, simple_type > gyear_month
C++ type corresponding to the gYearMonth XML Schema built-in type.
Definition: BioGears.hxx:435
::xml_schema::double_ SympatheticSinoatrialSignalBaseline_type
Element type.
Definition: BioGearsPhysiology.hxx:5884
Class corresponding to the BioGearsHepaticSystemData schema type.
Definition: BioGearsPhysiology.hxx:3982
::xml_schema::double_ CardiacCycleAortaPressureHigh_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:2235
::xml_schema::double_ ConsciousRespirationRemainingPeriod_s_type
Element type.
Definition: BioGearsPhysiology.hxx:8495
::xsd::cxx::tree::type container
Alias for the anyType type.
Definition: BioGears.hxx:133
::xsd::cxx::tree::idref< char, ncname, type > idref
C++ type corresponding to the IDREF XML Schema built-in type.
Definition: BioGears.hxx:331
::xml_schema::double_ SympatheticPeripheralSignalBaseline_type
Element type.
Definition: BioGearsPhysiology.hxx:5837
::xsd::cxx::tree::error< char > error
Error condition.
Definition: BioGears.hxx:522
::xsd::cxx::tree::traits< PreviousWeightPack_kg_type, char,::xsd::cxx::tree::schema_type::double_ > PreviousWeightPack_kg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:3765
::xsd::cxx::tree::nmtoken< char, token > nmtoken
C++ type corresponding to the NMTOKEN XML Schema built-in type.
Definition: BioGears.hxx:297
::xsd::cxx::tree::idrefs< char, simple_type, idref > idrefs
C++ type corresponding to the IDREFS XML Schema built-in type.
Definition: BioGears.hxx:337
::xml_schema::double_ InitialFunctionalResidualCapacity_L_type
Element type.
Definition: BioGearsPhysiology.hxx:7099
::xsd::cxx::tree::traits< CO2ProducedRunningAverage_mL_Per_s_type, char > CO2ProducedRunningAverage_mL_Per_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:9201
::xml_schema::double_ HypoxiaThresholdPeripheral_type
Element type.
Definition: BioGearsPhysiology.hxx:5367
Class corresponding to the RespiratorySystemData schema type.
Definition: Physiology.hxx:17788
::xsd::cxx::tree::traits< SympatheticPeripheralSignalFatigue_type, char,::xsd::cxx::tree::schema_type::double_ > SympatheticPeripheralSignalFatigue_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5936
::xsd::cxx::tree::traits< TopBreathTotalVolume_L_type, char,::xsd::cxx::tree::schema_type::double_ > TopBreathTotalVolume_L_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7292
::xml_schema::double_ InitialResidualVolume_L_type
Element type.
Definition: BioGearsPhysiology.hxx:7193
Class corresponding to the GastrointestinalSystemData schema type.
Definition: Physiology.hxx:11346
::xsd::cxx::tree::qname< char, simple_type, uri, ncname > qname
C++ type corresponding to the QName XML Schema built-in type.
Definition: BioGears.hxx:357
::xml_schema::double_ HeartRateModifierSympathetic_type
Element type.
Definition: BioGearsPhysiology.hxx:5132
::xml_schema::double_ AfferentPulmonaryStrechReceptor_Hz_type
Element type.
Definition: BioGearsPhysiology.hxx:4111
::xsd::cxx::tree::traits< RestingPatientMass_kg_type, char,::xsd::cxx::tree::schema_type::double_ > RestingPatientMass_kg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:9049
Class corresponding to the RenalSystemData schema type.
Definition: Physiology.hxx:13460
::xml_schema::double_ LeftAfferentResistance_mmHg_s_Per_mL_type
Element type.
Definition: BioGearsPhysiology.hxx:6252
::xml_schema::double_ CardiopulmonaryInput_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:4393
::xml_schema::double_ InitialExpiratoryReserveVolume_L_type
Element type.
Definition: BioGearsPhysiology.hxx:7052
::xsd::cxx::tree::traits< PeripheralPressureDelta_cmH2O_type, char,::xsd::cxx::tree::schema_type::double_ > PeripheralPressureDelta_cmH2O_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5654
::xsd::cxx::tree::not_derived< char > not_derived
Exception indicating that the types are not related by inheritance.
Definition: BioGears.hxx:600
::xsd::cxx::tree::traits< VentilationFrequency_Per_min_type, char,::xsd::cxx::tree::schema_type::double_ > VentilationFrequency_Per_min_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8359
::mil::tatrc::physiology::datamodel::RunningAverageData BicarbonateMolarity_mmol_Per_L_type
Element type.
Definition: BioGearsPhysiology.hxx:3655
long long integer
C++ type corresponding to the integer XML Schema built-in type.
Definition: BioGears.hxx:207
::xsd::cxx::tree::traits< CardiopulmonaryInput_mmHg_type, char,::xsd::cxx::tree::schema_type::double_ > CardiopulmonaryInput_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4398
::mil::tatrc::physiology::datamodel::RunningAverageData UrineOsmolarity_mOsm_Per_L_type
Element type.
Definition: BioGearsPhysiology.hxx:6498
::xsd::cxx::tree::token< char, normalized_string > token
C++ type corresponding to the token XML Schema built-in type.
Definition: BioGears.hxx:285
::xml_schema::double_ VentilationFrequency_Per_min_type
Element type.
Definition: BioGearsPhysiology.hxx:8354
::xsd::cxx::tree::traits< HeartFlowDetected_type, char > HeartFlowDetected_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1441
::xml_schema::double_ ResistanceModifierMuscle_type
Element type.
Definition: BioGearsPhysiology.hxx:5743
Class corresponding to the DrugSystemData schema type.
Definition: Physiology.hxx:8193
::xsd::cxx::tree::traits< CerebralPerfusionPressureBaseline_mmHg_type, char,::xsd::cxx::tree::schema_type::double_ > CerebralPerfusionPressureBaseline_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4855
::xsd::cxx::tree::traits< RightSodiumFlow_mg_Per_s_type, char > RightSodiumFlow_mg_Per_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:6735
::xsd::cxx::tree::traits< CompressionTime_s_type, char,::xsd::cxx::tree::schema_type::double_ > CompressionTime_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1958
::xsd::cxx::tree::as_double< double_ > as_double
Serialization wrapper for the double type.
Definition: BioGears.hxx:486
Class corresponding to the EndocrineSystemData schema type.
Definition: Physiology.hxx:9364
::xml_schema::double_ PeripheralPressureDelta_cmH2O_type
Element type.
Definition: BioGearsPhysiology.hxx:5649
::xsd::cxx::tree::traits< HypercapniaThresholdPeripheral_type, char,::xsd::cxx::tree::schema_type::double_ > HypercapniaThresholdPeripheral_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5278
::xsd::cxx::tree::traits< LeftHeartElastance_mmHg_Per_mL_type, char,::xsd::cxx::tree::schema_type::double_ > LeftHeartElastance_mmHg_Per_mL_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1676
::xsd::cxx::tree::traits< DonorRBC_ct_type, char,::xsd::cxx::tree::schema_type::double_ > DonorRBC_ct_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:923
::xml_schema::double_ CerebralArteriesEffectors_Small_type
Element type.
Definition: BioGearsPhysiology.hxx:4551
short short_
C++ type corresponding to the short XML Schema built-in type.
Definition: BioGears.hxx:159
::xsd::cxx::tree::traits< CardiacCycleCentralVenousPressure_mmHg_type, char > CardiacCycleCentralVenousPressure_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:2823
::xml_schema::boolean NotBreathing_type
Element type.
Definition: BioGearsPhysiology.hxx:7240
::xml_schema::double_ CerebralOxygenSaturationBaseline_type
Element type.
Definition: BioGearsPhysiology.hxx:4803
::xsd::cxx::tree::traits< DriverPressureMin_cmH2O_type, char,::xsd::cxx::tree::schema_type::double_ > DriverPressureMin_cmH2O_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8077
::xsd::cxx::tree::traits< ComplianceModifier_type, char,::xsd::cxx::tree::schema_type::double_ > ComplianceModifier_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4996
::xml_schema::boolean Urinating_type
Element type.
Definition: BioGearsPhysiology.hxx:6205
::xml_schema::double_ IEscaleFactor_type
Element type.
Definition: BioGearsPhysiology.hxx:8166
::xml_schema::double_ CentralFrequencyDelta_Per_min_type
Element type.
Definition: BioGearsPhysiology.hxx:4709
::xsd::cxx::tree::traits< BaroreceptorOperatingPoint_mmHg_type, char,::xsd::cxx::tree::schema_type::double_ > BaroreceptorOperatingPoint_mmHg_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4304
unsigned short unsigned_short
C++ type corresponding to the unsignedShort XML Schema built-in type.
Definition: BioGears.hxx:165
::xsd::cxx::tree::traits< HadAirwayObstruction_type, char > HadAirwayObstruction_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:8735
::mil::tatrc::physiology::datamodel::RunningAverageData LeftRenalArterialPressure_mmHg_type
Element type.
Definition: BioGearsPhysiology.hxx:6788
::xsd::cxx::tree::traits< CardiacCyclePeriod_s_type, char,::xsd::cxx::tree::schema_type::double_ > CardiacCyclePeriod_s_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:1535
::xsd::cxx::tree::traits< TopBreathAlveoliVolume_L_type, char,::xsd::cxx::tree::schema_type::double_ > TopBreathAlveoliVolume_L_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:7339
::xml_schema::double_ PatientRBC_ct_type
Element type.
Definition: BioGearsPhysiology.hxx:965
::xml_schema::double_ BreathingCycleTime_s_type
Element type.
Definition: BioGearsPhysiology.hxx:7884
double decimal
C++ type corresponding to the decimal XML Schema built-in type.
Definition: BioGears.hxx:263
::xsd::cxx::tree::traits< SympatheticSinoatrialSignalBaseline_type, char,::xsd::cxx::tree::schema_type::double_ > SympatheticSinoatrialSignalBaseline_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:5889
::xml_schema::double_ RestingFluidMass_kg_type
Element type.
Definition: BioGearsPhysiology.hxx:9091
::xsd::cxx::tree::traits< CerebralArteriesEffectors_Large_type, char,::xsd::cxx::tree::schema_type::double_ > CerebralArteriesEffectors_Large_traits
Element traits type.
Definition: BioGearsPhysiology.hxx:4507
::xml_schema::double_ MuscleOxygenBaseline_type
Element type.
Definition: BioGearsPhysiology.hxx:5461
BolusAdministration_sequence::const_iterator BolusAdministration_const_iterator
Element constant iterator type.
Definition: BioGearsPhysiology.hxx:3151