-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the Genericode documents to the classes #28
Comments
I guess you mean the *codelist projects. They contain all the Genericode lists as classes/enums. |
@phax am I missing a repository of you? |
@phax Was this the intended syntax? QuantityType quantityType5 = new QuantityType();
quantityType5.setUnitCode(EUnitOfMeasureCode21.LH.toString());
quantityType5.setValue(BigDecimal.valueOf(5)); Personally I think it would be nice to have QuantityType statically initialised with the different variants, so AgencyName and AgencyID are also added. I'll see if I can make a first contribution here :-)
|
Would it be possible to add the "Genericode" namespace for CodeList to the project as well? While the file format is quite trivial, having the values available could be quite nice. This question might be a bit ambiguous, ideally I would start with parsing the Genericode documents. But I think it would certainly make sense to automatically generate for example all possible QuantityTypes, or something like QuantityTypeUnitCodeEnumeration.
The text was updated successfully, but these errors were encountered: