Examples of EoLAnticipatoryMedicineBoxIssueSnCT


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

 
  private static void getAMBoxFields(EndOfLifeCareISBFields fields, AnticipatoryMedicineBoxIssueProcedure ambox,
      ParsePayloadContentException parseExceptions) {

    // Box Issued
    EoLAnticipatoryMedicineBoxIssueSnCT issued = (EoLAnticipatoryMedicineBoxIssueSnCT)HelperUtils.safelyMapCodedValueToVocabEntry(
        ambox.getAnticipatoryMedicineBoxIssueCode(), EoLAnticipatoryMedicineBoxIssueSnCT._376201000000102,
        "AnticipatoryMedicinesIssued", parseExceptions, false);
    fields.setAnticipatoryMedicinesIssued(issued.sameAs(EoLAnticipatoryMedicineBoxIssueSnCT._376201000000102));
   
    // Box location
    fields.setAnticipatoryMedicinesLocation(ambox.getLocationOfBox());
   
    // Time box issued
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.