|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($element=null) | |
| transferFromDOM ($node) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| __call ($name, $args) | |
Protected Attributes | |
| $_rootNamespace = 'ccr' | |
| $_rootElement = 'ContinuityOfCareRecord' | |
| $_ccrDom = null | |
| __construct | ( | $ | element = null | ) |
Creates a Zend_Gdata_Health_Extension_Ccr entry, representing CCR data
| DOMElement | $element | (optional) DOMElement from which this object should be constructed. |
Definition at line 49 of file Ccr.php.

| __call | ( | $ | name, |
| $ | args | ||
| ) |
Magic helper that allows drilling down and returning specific elements in the CCR. For example, to retrieve the users medications (/ContinuityOfCareRecord/Body/Medications) from the entry's CCR, call $entry->getCcr()->getMedications(). Similarly, getConditions() would return extract the user's conditions.
| string | $name | Name of the function to call |
| unknown | $args |
Definition at line 98 of file Ccr.php.

| getDOM | ( | $ | doc = null, |
| $ | majorVersion = 1, |
||
| $ | minorVersion = null |
||
| ) |
Retrieves a DOMElement which corresponds to this element and all child properties. This is used to build an entry back into a DOM and eventually XML text for sending to the server upon updates, or for application storage/persistence.
| DOMDocument | $doc | The DOMDocument used to construct DOMElements |
Reimplemented from Zend_Gdata_App_Base.
| transferFromDOM | ( | $ | node | ) |
Transfers each child and attribute into member variables. This is called when XML is received over the wire and the data model needs to be built to represent this XML.
| DOMNode | $node | The DOMNode that represents this object's data |
Reimplemented from Zend_Gdata_App_Extension_Element.
$_rootElement = 'ContinuityOfCareRecord' [protected] |
Reimplemented from Zend_Gdata_App_Base.
$_rootNamespace = 'ccr' [protected] |
Reimplemented from Zend_Gdata_App_Base.