Example #1
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["partType"] = "CCDAAdressPartType xml|attribute";
     return $props;
 }
Example #2
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["partType"] = "CCDAEntityNamePartType xml|attribute";
     $props["qualifier"] = "CCDAset_EntityNamePartQualifier xml|attribute";
     return $props;
 }
Example #3
0
 /**
  * Get the properties of our class as strings
  *
  * @return array
  */
 function getProps()
 {
     $props = parent::getProps();
     $props["code"] = "CCDA_base_cs xml|attribute";
     $props["codeSystem"] = "CCDA_base_uid xml|attribute";
     $props["codeSystemName"] = "CCDA_base_st xml|attribute";
     $props["codeSystemVersion"] = "CCDA_base_st xml|attribute";
     $props["displayName"] = "CCDA_base_st xml|attribute";
     return $props;
 }