Package uk.nhs.interoperability.payloads.vocabularies.generated

Examples of uk.nhs.interoperability.payloads.vocabularies.generated.EoLADRTprefSnCT


   
    // ADRT Recorded Date
    fields.setADRTRecordedDate((DateValue)adrt.getEffectiveTime());
   
    // ADRT Preference
    EoLADRTprefSnCT adrtPref = (EoLADRTprefSnCT)HelperUtils.safelyMapCodedValueToVocabEntry(
        adrt.getADRTPreference(), EoLADRTprefSnCT._816321000000109,
        "ADRT", parseExceptions, false);
    fields.setADRT(adrtPref);

    // ADRT Discussed
View Full Code Here

TOP

Related Classes of uk.nhs.interoperability.payloads.vocabularies.generated.EoLADRTprefSnCT

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.