Ejemplo n.º 1
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["originalText"] = "CCDAED xml|element max|1 prohibited";
     $props["qualifier"] = "CCDACR xml|element prohibited";
     $props["translation"] = "CCDACD xml|element prohibited";
     $props["codeSystem"] = "CCDA_base_uid xml|attribute prohibited";
     $props["codeSystemName"] = "CCDA_base_st xml|attribute prohibited";
     $props["codeSystemVersion"] = "CCDA_base_st xml|attribute prohibited";
     $props["displayName"] = "CCDA_base_st xml|attribute prohibited";
     return $props;
 }
Ejemplo n.º 2
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["value"] = "CCDA_base_real xml|attribute";
     return $props;
 }
Ejemplo n.º 3
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     return $props;
 }