Examples of ADRTDiscussedSnCT


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

        adrt.getADRTPreference(), EoLADRTprefSnCT._816321000000109,
        "ADRT", parseExceptions, false);
    fields.setADRT(adrtPref);

    // ADRT Discussed
    ADRTDiscussedSnCT discussed = (ADRTDiscussedSnCT)HelperUtils.safelyMapCodedValueToVocabEntry(
        adrt.getADRTDiscussed(), ADRTDiscussedSnCT._820621000000107,
        "ADRTDiscussedWithClinicianNONISB", parseExceptions, false);
    fields.setADRTDiscussedWithClinicianNONISB(discussed.sameAs(ADRTDiscussedSnCT._820621000000107));
   
    // ADRT Document Location
    fields.setADRTDocumentLocation(adrt.getADRTDocumentLocation());
  }
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.