microsoft / Damu

Named after a Mesopotamian reputed to know the cures to many incurable diseases. This is an accelerator for combining natural language queries and FHIR queries to assist medical research.
MIT License
5 stars 4 forks source link

Mjschanne/add patient fields #44

Closed mjschanne closed 3 months ago

mjschanne commented 3 months ago

This pull request primarily focuses on renaming and modifying the CreateIndex class to UpsertIndex in the src/IndexOrchestration/Functions/UpsertIndex.cs file, adding PatientFirstName and PatientLastName fields to various files, and removing some unnecessary fields and configurations.

Here are the most important changes:

Renaming and Modifying CreateIndex to UpsertIndex:

Adding PatientFirstName and PatientLastName fields:

Removing Unnecessary Fields and Configurations:

Minor Changes: