Examples of MedicationStrength


Examples of org.apache.ctakes.typesystem.type.refsem.MedicationStrength

                    neCui = oc.getCode();
                    rxNormCui = oc.getOui();
                  }
                }

                MedicationStrength strengthTerm = neAnnot.getMedicationStrength();//getStrength();
                String strengthTermString = "null";
                if (strengthTerm != null)
                  strengthTermString = strengthTerm.getNumber()+ " " +strengthTerm.getUnit();
                String medicationDosageString = "null";
                if (neAnnot.getMedicationDosage() != null && neAnnot.getMedicationDosage().getValue() != null)
                  medicationDosageString = neAnnot.getMedicationDosage().getValue();
                String medicationFrequencyNumber = "null";
                if (neAnnot.getMedicationFrequency() != null && neAnnot.getMedicationFrequency().getNumber() != null)
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.