Stream: hapi
Topic: DSTU2 to DSTU3
Andrew Broadbent (Apr 10 2017 at 15:30):
Hi all, it's a pretty simple question, but I can't seem to find an example in the documentation. How to I instantiate an Enumeration in DSTU3?
For example, I want to set my bundle to be of type transation, I call the function:
org.hl7.fhir.dstu3.model.Bundle::setTypeElement(Enumeration<BundleType>), how do I create an instance of Enumeration.
Last updated: Apr 12 2022 at 19:14 UTC