ac1852a13b
* Secondary indexes * Update to allow *:* _revinclude search * Remove IsHistory filter from reference table WHERE clause * 73 * removed ResourceType expansion and isHistory for global searches * fix lines after merge * ref index * changed GivenACrossSystemQuery_WhenRewritten_GetsAllResourceTypes( * reverted generator changes * 27 -> 3 * temp disable _rev * _rev back * Skip wring history clause for search params * sql client * Stop resource type expansion * resource type expansion is back * View access * transactions and unit test code * Commented test script * Extra IsHistory * comment --------- Co-authored-by: Jared Erwin <jaerwin@microsoft.com> Co-authored-by: rajithaaluri <rajithaaluri@microsoft.com> |
||
---|---|---|
.. | ||
C4BB | ||
DaVinciFormulary | ||
DaVinciPlanNet | ||
Data | ||
Inferno | ||
PayerDataExchange | ||
BulkDelete.http | ||
CompartmentSearchExamples.http | ||
ComplexSQLQueryServiceRequest.http | ||
ConditionalDeleteRequests.http | ||
ExportRequests.http | ||
FhirPatchRequests.http | ||
Import.http | ||
InvalidCustomSearchParameterHandling.http | ||
JsonPatchRequests.http | ||
PatientEverythingLinks.http | ||
Readme.md | ||
ReindexFlowResourceBase.http | ||
ReindexFlowTargettingResourceExtensions.http | ||
ResourceSpecificDisableHistory.http | ||
SMARTScopesExample.http | ||
SearchExamples.http | ||
SmartCompartmentRequests.http | ||
TokenOverflowSearchExample.http | ||
USCoreExamples.http | ||
VersionedUpdateExample.http | ||
complexQueries.http | ||
customSearchExample.http | ||
selectableSearchParameterExamples.http |
Readme.md
How to use Visual Studio Code's REST Client extension to run manual test scenarios
Visual Studio Code's REST Client extension can be used to manually test a sequence of API calls against a locally running FHIR server. This folder is a space where developers can summarize their test scenarios to share with others. Here are steps to use the extension and run the test files in this folder:
- Install Visual Studio Code
- Add the REST Client extension in the Extensions tab in Visual Studio Code or install it here
- Run the FHIR server locally with
dotnet run --project .\src\Microsoft.Health.Fhir.<version>.Web
- Navigate to the
docs\rest
folder, open the.http
test file you would like to use in Visual Studio Code - Click "Send Request" above each HTTP request in the file
Further documentation about how to use the extension can be found on the REST Client installation page.