Examples of EhrTerminology


Examples of terminology.EhrTerminology

       
        CCodePhrase cCodePhrase = (CCodePhrase)((CComplexObject)this.mathFunctionCAttribute.getChildren().get(0)).getAttributes().get(0).getChildren().get(0);
        String terminologyID = cCodePhrase.getTerminologyId().getValue();
        List<String> codes = cCodePhrase.getCodeList();
       
        EhrTerminology ehrTerminology = new EhrTerminology();
        for( String code : codes )
            terminology += ehrTerminology.getRubricById(code)+", ";
       
        return terminology;
    }
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.