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

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


   
    // Date granted
    fields.setLPADate((DateValue)lpa.getEffectiveTime());
   
    // LPA Authority
    AuthoritytoLPASnCT authority = (AuthoritytoLPASnCT)HelperUtils.safelyMapCodedValueToVocabEntry(
        lpa.getAuthoritytoLPA(), AuthoritytoLPASnCT._816361000000101,
        "MainInformalCarerAwareOfPrognosis", parseExceptions, false);
    fields.setLPAAuthority(authority);
    fields.setLPAName(lpa.getLPADetails().getPersonName());
    fields.setLPATelephone(TemplateParsingHelper.getTel(lpa.getLPADetails(), "LPATelephone"));
View Full Code Here

TOP

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

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.