Skip to content

Commit

Permalink
Add DV_ORDINAL mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Jul 27, 2021
1 parent 10eda37 commit e62403c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
use BigPictureMedical\OpenEhr\Rm\DataTypes\DateTime\DvDateTime;
use BigPictureMedical\OpenEhr\Rm\DataTypes\DateTime\DvDuration;
use BigPictureMedical\OpenEhr\Rm\DataTypes\Quantity\DvCount;
use BigPictureMedical\OpenEhr\Rm\DataTypes\Quantity\DvOrdinal;
use BigPictureMedical\OpenEhr\Rm\DataTypes\Quantity\DvProportion;
use BigPictureMedical\OpenEhr\Rm\DataTypes\Quantity\DvQuantity;
use BigPictureMedical\OpenEhr\Rm\DataTypes\Quantity\DvScale;
Expand Down Expand Up @@ -48,6 +49,7 @@ public function boot(): void
TypeableDataTransferObjectCaster::map('DV_DATE', DvDate::class);
TypeableDataTransferObjectCaster::map('DV_DATE_TIME', DvDateTime::class);
TypeableDataTransferObjectCaster::map('DV_DURATION', DvDuration::class);
TypeableDataTransferObjectCaster::map('DV_ORDINAL', DvOrdinal::class);
TypeableDataTransferObjectCaster::map('DV_PROPORTION', DvProportion::class);
TypeableDataTransferObjectCaster::map('DV_QUANTITY', DvQuantity::class);
TypeableDataTransferObjectCaster::map('DV_SCALE', DvScale::class);
Expand Down

0 comments on commit e62403c

Please sign in to comment.