Examples of DNACPRprefSnCT


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

   
    // DNACPR Decision date
    fields.setDNACPRDate((DateValue)dnacpr.getEffectiveTime());
   
    // DNACPR Preference
    DNACPRprefSnCT decision = (DNACPRprefSnCT)HelperUtils.safelyMapCodedValueToVocabEntry(
        dnacpr.getDNACPRPreference(), DNACPRprefSnCT._450475007,
        "DNACPR", parseExceptions, false);
    fields.setDNACPR(decision);
   
    // DNACPR Decision Originally Recorded Date
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.