Closed usmanq8 closed 6 years ago
this is what i get on local Tomcat after running the file
Are you using this 1.0.33 (latest) version of the WAR? https://github.com/siteadmin/reference-ccda-validator/releases/tag/1.0.33
I noticed the log says 03-08-2018 17:07:38 [ERROR] - are you sure that is the correct log or did you experience this issue that long ago?
And do you know what version of LOINC you are using?
POM points to 1.0.32 version & code validator api 1.0.14. WAR and source code both gives same error. I can take latest and verify it. Abount LONIC i am not sure but the code it gave error upon was inactive and having 3 rows in DB.
Thanks. Issue got resolved after taking latest source code.
I'm actually still having this error, and I'm using the 1.0.33 WAR. It also happens with the test tool validator as well. I've attached the (de-identified) referral note I'm testing with.
Thank You Jason Countryman
This message and any attachments may contain information that is protected by law as privileged and confidential, and is transmitted for the sole use of the intended recipient(s). If you are not the intended recipient, you are hereby notified that any use, dissemination, copying or retention of this e-mail or the information contained herein is strictly prohibited. If you received this e-mail in error, please immediately notify the sender by e-mail, and permanently delete this e-mail.
From: "usmanq8" notifications@github.com To: "siteadmin/reference-ccda-validator" reference-ccda-validator@noreply.github.com Cc: "Subscribed" subscribed@noreply.github.com Sent: Tuesday, August 7, 2018 3:14:24 AM Subject: Re: [siteadmin/reference-ccda-validator] Null return value from advice does not match primitive return type for: public abstract boolean (#30)
Closed [ https://github.com/siteadmin/reference-ccda-validator/issues/30 | #30 ] .
— You are receiving this because you are subscribed to this thread. Reply to this email directly, [ https://github.com/siteadmin/reference-ccda-validator/issues/30#event-1774532519 | view it on GitHub ] , or [ https://github.com/notifications/unsubscribe-auth/AZrgN84lYJdXQmUUBWdCaoTXTRN_AL79ks5uOT5PgaJpZM4Vt4B0 | mute the thread ] .
<?xml version="1.0" encoding="utf-8" ?> <?xml-stylesheet type="text/xsl" href="cda.xsl" ?>
Date | Description | Provider | Status |
---|---|---|---|
Onset: 03/02/2011 |
|
Tina Tomasso, M.D. | Active |
Onset: 01/06/2016 |
|
Tina Tomasso, M.D. | Active |
Onset: 02/28/2014 |
|
Tina Tomasso, M.D. | Active |
Onset: 04/16/2012 |
|
Tina Tomasso, M.D. | Active |
Onset: 04/20/2012 |
|
Tina Tomasso, M.D. | Active |
Onset: 03/01/2014 |
|
Tina Tomasso, M.D. | Active |
Onset: 03/02/2011 |
|
Tina Tomasso, M.D. | Active |
Onset: 03/02/2011 |
|
Tina Tomasso, M.D. | Active |
Onset: 01/18/2012 |
|
Tina Tomasso, M.D. | Active |
Onset: 04/17/2012 |
|
Tina Tomasso, M.D. | Active |
Onset: 04/17/2012 |
|
Tina Tomasso, M.D. | Active |
Onset: 05/29/2014 |
|
Tina Tomasso, M.D. | Active |
Onset: 01/06/2016 |
|
Tina Tomasso, M.D. | Active |
Onset: 01/23/2018 |
|
Tina Tomasso, M.D. | Active |
Date | Description | Reaction | Status | Severity | Comments |
---|---|---|---|---|---|
05/01/2001 | Sulfa | Active | Rash, Fever | ||
01/23/2018 | Diovan HCT | Active | dizzy; lightheaded |
Medication | Date | Status | Form | Strength | Qnty | SIG | Indications | Ordering Provider |
---|---|---|---|---|---|---|---|---|
Bystolic | 02/06/2018 | Active | Tablets | 5mg | 30tabs |
|
I10 | Tina Tomasso, M.D. |
Bupropion HCL ER (XL) | 01/23/2018 | Active | Tablets ER 24HR | 300mg | 30tabs |
|
F33.0 | Tina Tomasso, M.D. |
Ciprofloxacin HCL | 03/12/2018 - 03/19/2018 | Hx | Solution | 0.3% | 5ml |
|
H10.9 | Tina Tomasso, M.D. |
Bystolic | 01/23/2018 - 02/06/2018 | Hx | Tablets | 5mg | 14tabs |
|
I10 | Tina Tomasso, M.D. |
Tamiflu | 03/28/2017 - 04/07/2017 | Hx | Capsules |
I am blank as to why i got his error: i am using "170.315_b1_toc_amb_ccd_r21_sample1_v12.xml" provided for certification.
03-08-2018 17:07:38 [ERROR] ReferenceCCDAValidationService.processValidateCCDAException:104 - The service has encountered the following error: org.springframework.aop.AopInvocationException: Null return value from advice does not match primitive return type for: public abstract boolean org.sitenv.vocabularies.validation.repositories.CodeRepository.codeIsActive(java.lang.String,java.util.Set) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:221) at com.sun.proxy.$Proxy57.codeIsActive(Unknown Source) at org.sitenv.vocabularies.validation.validators.nodetypes.CodeSystemCodeValidator.validateNode(CodeSystemCodeValidator.java:74) at org.sitenv.vocabularies.validation.services.VocabularyValidationService.validate(VocabularyValidationService.java:113) at org.sitenv.vocabularies.validation.services.VocabularyValidationService.validate(VocabularyValidationService.java:75) at org.sitenv.referenceccda.validators.vocabulary.VocabularyCCDAValidator.doValidation(VocabularyCCDAValidator.java:59) at org.sitenv.referenceccda.validators.vocabulary.VocabularyCCDAValidator.validateFileImplementation(VocabularyCCDAValidator.java:49) at org.sitenv.referenceccda.validators.vocabulary.VocabularyCCDAValidator.validateFile(VocabularyCCDAValidator.java:39) at org.sitenv.referenceccda.services.ReferenceCCDAValidationService.doVocabularyValidation(ReferenceCCDAValidationService.java:191) at org.sitenv.referenceccda.services.ReferenceCCDAValidationService.runValidators(ReferenceCCDAValidationService.java:131) at org.sitenv.referenceccda.services.ReferenceCCDAValidationService.validateCCDAImplementation(ReferenceCCDAValidationService.java:72) at org.sitenv.referenceccda.services.ReferenceCCDAValidationService.validateCCDA(ReferenceCCDAValidationService.java:58)