Created
September 28, 2018 22:35
-
-
Save datla/3de43b0095c9f575252828ae8dca7745 to your computer and use it in GitHub Desktop.
Info Button Test development.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Request: | |
url : http://localhost:8080/api/_search/trials/infobutton?page=0&size=20&sort=briefTitle,desc&q=%5Bobject%20Object%5D | |
Headers : | |
[{"key":"content-type","value":"application/json","description":""}, | |
{"key":"Accept","value":"application/atom+xml","description":""}] | |
body | |
{ | |
"infoButtonKnowledgeRequests" : [ | |
{ | |
"key" :"age.v.v.v", | |
"value" :"8" | |
}, | |
{ | |
"key": "mainSearchCriteria.v.c.test", | |
"value" : "250" | |
}, | |
{ | |
"key": "taskContext.c.c", | |
"value" : "PROBLISTREV" | |
}, | |
{ | |
"key": "representedOrganization.id.root", | |
"value" : "1.3.6.1.4.1.4275" | |
}, | |
{ | |
"key": "mainSearchCriteria.v.dn", | |
"value" : "Diabetes" | |
}, | |
{ | |
"key": "mainSearchCriteria.v.cs", | |
"value" : "2.16.840.1.113883.6.103" | |
} | |
] | |
} | |
Response: | |
<String><?xml version="1.0" encoding="UTF-8"?>
 | |
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
 | |
<title>Termlex</title>
 | |
<updated>2018-09-28T22:14:04Z</updated>
 | |
<dc:date>2018-09-28T22:14:04Z</dc:date>
 | |
<entry>
 | |
<title>A Phase I/II Study of Gene-modified WT1 TCR Therapy in MDS &amp; AML Patients</title>
 | |
<category term="mainSearchCriteria.v.cs" />
 | |
<author>
 | |
<name />
 | |
</author>
 | |
</entry>
 | |
<entry>
 | |
<title>Evaluation of CAR19 T-cells as an Optimal Bridge to Allogeneic Transplantation</title>
 | |
<category term="mainSearchCriteria.v.cs" />
 | |
<author>
 | |
<name />
 | |
</author>
 | |
</entry>
 | |
<entry>
 | |
<title>Treatment of Patients With Diffuse Large B Cell Lymphoma Who Are Not Suitable for Anthracycline Containing Chemotherapy</title>
 | |
<category term="mainSearchCriteria.v.cs" />
 | |
<author>
 | |
<name />
 | |
</author>
 | |
</entry>
 | |
<entry>
 | |
<title>Standard Chemotherapy With or Without Nelarabine or Rituximab in Treating Patients With Newly Diagnosed Acute Lymphoblastic Leukemia</title>
 | |
<category term="mainSearchCriteria.v.cs" />
 | |
<author>
 | |
<name />
 | |
</author>
 | |
</entry>
 | |
<entry>
 | |
<title>Randomized, Open-label, Two-arms, Phase III Comparative Study Assessing the Role of Involved Mediastinal Radiotherapy After Rituximab Containing Chemotherapy Regimens to Patients With Newly Diagnosed Primary Mediastinal Large B-Cell Lymphoma</title>
 | |
<category term="mainSearchCriteria.v.cs" />
 | |
<author>
 | |
<name />
 | |
</author>
 | |
</entry>
 | |
<entry>
 | |
<title>Study of ADCT-402 in Patients With Relapsed or Refractory B-cell Lineage Non Hodgkin Lymphoma (B-NHL)</title>
 | |
<category term="mainSearchCriteria.v.cs" />
 | |
<author>
 | |
<name />
 | |
</author>
 | |
</entry>
 | |
<entry>
 | |
<title>Masitinib in combination with dexamethasone and gemcitabine for relapse / refractory T cell lymphoma</title>
 | |
<category term="mainSearchCriteria.v.cs" />
 | |
<author>
 | |
<name />
 | |
</author>
 | |
</entry>
 | |
</feed>
</String> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment