@@ -33,13 +33,13 @@ |
||
33 | 33 | */ |
34 | 34 | abstract class AnyType |
35 | 35 | { |
36 | - /** |
|
37 | - * |
|
38 | - * Add attribute to the given element. |
|
39 | - * |
|
40 | - * The data type are responsible to add the given attribute, content child |
|
41 | - * to the Element. |
|
42 | - * |
|
43 | - */ |
|
36 | + /** |
|
37 | + * |
|
38 | + * Add attribute to the given element. |
|
39 | + * |
|
40 | + * The data type are responsible to add the given attribute, content child |
|
41 | + * to the Element. |
|
42 | + * |
|
43 | + */ |
|
44 | 44 | abstract public function setValueToElement(\DOMElement &$el, \DOMDocument $doc = null); |
45 | 45 | } |
@@ -26,7 +26,6 @@ |
||
26 | 26 | |
27 | 27 | namespace PHPHealth\CDA\RIM\Entity; |
28 | 28 | |
29 | -use PHPHealth\CDA\ElementInterface; |
|
30 | 29 | use PHPHealth\CDA\ClinicalDocument as CDA; |
31 | 30 | use PHPHealth\CDA\DataType\Quantity\DateAndTime\TimeStamp; |
32 | 31 | use PHPHealth\CDA\DataType\Collection\Set; |
@@ -26,7 +26,6 @@ |
||
26 | 26 | |
27 | 27 | namespace PHPHealth\CDA\RIM\Role; |
28 | 28 | |
29 | -use PHPHealth\CDA\Elements\AbstractElement; |
|
30 | 29 | use PHPHealth\CDA\DataType\Identifier\InstanceIdentifier; |
31 | 30 | use PHPHealth\CDA\DataType\Collection\Set; |
32 | 31 | use PHPHealth\CDA\RIM\Entity\Patient; |