示例#1
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["code"] = "CCDATimigEvent xml|attribute";
     $props["codeSystem"] = "CCDA_base_uid xml|attribute default|2.16.840.1.113883.5.139";
     $props["codeSystemName"] = "CCDA_base_st xml|attribute default|TimingEvent";
     return $props;
 }
示例#2
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["translation"] = "CCDACD xml|element prohibited";
     return $props;
 }
示例#3
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["validTime"] = "CCDAIVL_TS xml|element max|1";
     return $props;
 }