Skip to content

Tags: Ministry-of-Health-Uganda/php-fhir

Tags

v2.0.8

Toggle v2.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request dcarbone#71 from dcarbone/bugfix/decimal_precision

Properly retain decimal precision in Decimal primtiive types

v2.0.7

Toggle v2.0.7's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
attempts to resolve dcarbone#68 by only overriding error handler func…

… during generation

v2.0.6

Toggle v2.0.6's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Addressing dcarbone#67

v2.0.5

Toggle v2.0.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fixing comment close issue on FHIRBase64Binary class method _writeToFile

v2.0.4

Toggle v2.0.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
cleaner validation output

v2.0.3

Toggle v2.0.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
minor cleanup in prep for gettin validation going

v2.0.2

Toggle v2.0.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
some dstu1 and 2 focused improvements for classes that extend primiti…

…ve types

v2.0.1

Toggle v2.0.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fixing constructors for types that extend primitive types

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v2.x (dcarbone#54)

* Working on v2

* working on refactoring primitives and implementing self-validation logic

* streamlining type creation, list classes now extend their primitive parents, stubbing out validation stuff

* skipping overloaded properties during unserialization and serialization

* fixing serialization of -list types

v1.0.5

Toggle v1.0.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
cleaning up xml serialize method a bit