Find

Question
· Sep 14, 2018

How do I process queryString parameters in a HttpGet Request in a %CSP.REST page?

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
Discussion (2)0
Log in or sign up to continue
Question
· Sep 13, 2018

Atelier Source code versioning

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:

  1.  Creation of WorkSpaces and Projects
  2.  Merge files
  3. Change Branch Functional Development
  4. Promotion of Environments: Development -> Homologation -> Production
  5. Generating Historical Tags

Thank you all.

This post has been translated by Google Translate, sorry for writing errors

1 Comment
Discussion (1)0
Log in or sign up to continue
Question
· Sep 13, 2018

I can refer to the TracerName

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
Discussion (1)0
Log in or sign up to continue
Discussion
· Sep 12, 2018

How many InterSystems product developers are there worldwide?

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
Discussion (2)1
Log in or sign up to continue
Article
· Sep 4, 2018 11m read

How I implemented GraphQL for InterSystems platforms

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
Discussion (2)1
Log in or sign up to continue