@@ -26,9 +26,7 @@ |
||
26 | 26 | |
27 | 27 | namespace PHPHealth\CDA; |
28 | 28 | |
29 | -use PHPHealth\CDA\DataType\Quantity\DateAndTime\TimeStamp; |
|
30 | 29 | use PHPHealth\CDA\DataType\Identifier\InstanceIdentifier; |
31 | -use PHPHealth\CDA\DataType\Code\CodedValue; |
|
32 | 30 | use PHPHealth\CDA\Elements\Code; |
33 | 31 | use PHPHealth\CDA\Elements\Title; |
34 | 32 | use PHPHealth\CDA\Elements\EffectiveTime; |
@@ -35,7 +35,6 @@ |
||
35 | 35 | use PHPHealth\CDA\RIM\Participation\Consumable; |
36 | 36 | use PHPHealth\CDA\Elements\DoseQuantity; |
37 | 37 | use PHPHealth\CDA\DataType\Identifier\InstanceIdentifier; |
38 | -use PHPHealth\CDA\DataType\TextAndMultimedia\CharacterString; |
|
39 | 38 | |
40 | 39 | /** |
41 | 40 | * |
@@ -69,10 +69,10 @@ |
||
69 | 69 | } |
70 | 70 | |
71 | 71 | /** |
72 | - * |
|
73 | - * @param type $ref |
|
74 | - * @return ReferenceElement |
|
75 | - */ |
|
72 | + * |
|
73 | + * @param type $ref |
|
74 | + * @return ReferenceElement |
|
75 | + */ |
|
76 | 76 | public function getReferenceElement($ref) |
77 | 77 | { |
78 | 78 | if (! array_key_exists($ref, $this->elementReferences)) { |