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

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


        getEoLCPUpdateAuthorFields(fields, (AuthorPersonUniversal)eolcp.getLastAmendedAuthor(), parseExceptions);
      }
    }

    // EOLC Tool
    EoLToolSnCT tool = (EoLToolSnCT)HelperUtils.safelyMapCodedValueToVocabEntry(
        eolcp.getEoLToolSnCT(), EoLToolSnCT._414937009, "EolcTool", parseExceptions, true);
    fields.setEolcTool(tool);
   
    // EOLC Pathway Stage
    fields.setEolcPathwayStageNONISB(eolcp.getEOLToolStage());
View Full Code Here

TOP

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

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.