sct-snapshot-rest-api icon indicating copy to clipboard operation
sct-snapshot-rest-api copied to clipboard

Rest API for SNOMED CT Snapshot views, powered by Node.js, Express & MongoDB

Results 5 sct-snapshot-rest-api issues
Sort by recently updated
recently updated
newest added

I'm getting this error when running the app: ``` TypeError [ERR_INVALID_CALLBACK]: Callback must be a function at maybeCallback (fs.js:129:9) at Object.writeFile (fs.js:1137:14) at Object. (/app/sct-snapshot-rest-api/app.js:109:8) at Module._compile (internal/modules/cjs/loader.js:689:30) at Object.Module._extensions..js...

Hi, I used the new docker method to launch the API, but although everything works fine when I try to use it with the frontend browser, the content of the...

I Got this error ! RangeError: Invalid status code: 0 at ServerResponse.writeHead (_http_server.js:192:11) at ServerResponse.writeHead (C:\Users\lenovo\Documents\SNOMED\mean\server\sct-snapshot-rest-api\node_modules\on-headers\index.js:55:19) at ServerResponse._implicitHeader (_http_server.js:157:8) at ServerResponse.OutgoingMessage.end (_http_outgoing.js:573:10) at ServerResponse.send (C:\Users\lenovo\Documents\SNOMED\mean\server\sct-snapshot-rest-api\node_modules\express\lib\response.js:211:10) at ServerResponse.json (C:\Users\lenovo\Documents\SNOMED\mean\server\sct-snapshot-rest-api\node_modules\express\lib\response.js:256:15) at ServerResponse.send...

In Script snomed.js, on the line 103: if (rel.active == true && (rel.type.conceptId == 116680003 || rel.type.conceptId == "116680003")) { why repeats rel.type.conceptId==116680003?

enhancement

Getting errors via Azure when trying to run: ``` bitnami@snoflakey:~/sct-snapshot-rest-api$ node app.js Master cluster setting up 1 workers... fs.js:101 throw err; // Forgot a callback but don't know where? Use...