So by queryString I mean name-value pairs passed in as part of the URL. Currently my service works when called like this
http://{{SERVER}}:{{PORT}}/bsolabs/api/codemanagement/testcode/BIO/CRP
What would I need to change so I can call it like this?
http://{{SERVER}}:{{PORT}}/bsolabs/api/codemanagement/testcode?Discipline=BIO&TestCode=CRP
2 Comments
https://community.intersystems.com/post/how-do-i-process-querystring-parameters-httpget-request-csprest-page
Hi
I'm starting work with the Atelier.
Starting from the point that Eclipse uses local files on the workstation, COS development can be versioned with market tools (For example GIT or Subversion).
I would like to know how the community has worked with code versioning, to create a consistent versioning model.
I initially have the following doubts:
- Creation of WorkSpaces and Projects
- Merge files
- Change Branch Functional Development
- Promotion of Environments: Development -> Homologation -> Production
- Generating Historical Tags
Thank you all.
This post has been translated by Google Translate, sorry for writing errors
1 Comment
https://community.intersystems.com/post/atelier-source-code-versioning
I can refer to the TracerName for a given ImageFile object with the following syntax: obj.Study.Injection.GetAt(obj.InjKey).RadioTracer.TracerName
Is it possible to write an SQL statement to search the PET.ImageFile table to find a match based on the RadioTracer.TracerName?
1 Comment
https://community.intersystems.com/post/i-can-refer-tracername
I know we have nearly 5000 members on the DC site, but not even sure if this is a majority share or a minority share.
Anyone have a good guesstimate?
Sean.
2 Comments
https://community.intersystems.com/post/how-many-intersystems-product-developers-are-there-worldwide

I already talked about GraphQL and the ways of using it in this article. Now I am going to tell you about the tasks I was facing and the results that I managed to achieve in the process of implementing GraphQL for InterSystems platforms.
What this article is about
- Generation of an AST for a GraphQL request and its validation
- Generation of documentation
- Generation of a response in the JSON format
2 Comments
https://community.intersystems.com/post/how-i-implemented-graphql-intersystems-platforms