Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to add CPT-4 but failed #1085

Open
WangNeos opened this issue Dec 18, 2024 · 1 comment
Open

Try to add CPT-4 but failed #1085

WangNeos opened this issue Dec 18, 2024 · 1 comment

Comments

@WangNeos
Copy link

[INFO ] 2024-12-18 10:24:44.189 [main] ConceptService - Writing updated data to CONCEPT.csv
[ERROR] 2024-12-18 10:24:44.259 [main] Application - Cannot invoke "java.lang.Integer.intValue()" because "this.conceptIdIndex" is null
java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because "this.conceptIdIndex" is null
at org.odhsi.utils.cpt.domain.Concept.getConceptId(Concept.java:60) ~[cpt4.jar:?]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:215) ~[?:?]
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:197) ~[?:?]
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:215) ~[?:?]
at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?]
at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[?:?]
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:570) ~[?:?]
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:560) ~[?:?]
at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?]
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:265) ~[?:?]
at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:727) ~[?:?]
at org.odhsi.utils.cpt.repository.ConceptRepository.filterAlreadyPresentInFileConcepts(ConceptRepository.java:86) ~[cpt4.jar:?]
at org.odhsi.utils.cpt.services.ConceptService.process(ConceptService.java:34) ~[cpt4.jar:?]
at org.odhsi.utils.cpt.Application.main(Application.java:40) [cpt4.jar:?]

@m-khitrun
Copy link
Contributor

Hello, @WangNeos!
Sorry for the delayed reply. Does your problem still persist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants