Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Personal/teli/fix vs solution #113

Merged
merged 2 commits into from
Jun 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions tools/data-mapper/Microsoft.Health.Tools.DataMapper.sln
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Extensions
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Extensions.Fhir", "..\..\src\lib\Microsoft.Health.Extensions.Fhir\Microsoft.Health.Extensions.Fhir.csproj", "{B5B2B388-C59C-4CBF-9EF0-F0E2CA47EF7F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Events", "..\..\src\lib\Microsoft.Health.Events\Microsoft.Health.Events.csproj", "{860EBEEC-5038-4337-A8CC-8B9E122D0840}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Health.Logging", "..\..\src\lib\Microsoft.Health.Logger\Microsoft.Health.Logging.csproj", "{F77B4296-932B-4F17-8709-7F30CBD2FDDF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -70,6 +74,14 @@ Global
{B5B2B388-C59C-4CBF-9EF0-F0E2CA47EF7F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5B2B388-C59C-4CBF-9EF0-F0E2CA47EF7F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5B2B388-C59C-4CBF-9EF0-F0E2CA47EF7F}.Release|Any CPU.Build.0 = Release|Any CPU
{860EBEEC-5038-4337-A8CC-8B9E122D0840}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{860EBEEC-5038-4337-A8CC-8B9E122D0840}.Debug|Any CPU.Build.0 = Debug|Any CPU
{860EBEEC-5038-4337-A8CC-8B9E122D0840}.Release|Any CPU.ActiveCfg = Release|Any CPU
{860EBEEC-5038-4337-A8CC-8B9E122D0840}.Release|Any CPU.Build.0 = Release|Any CPU
{F77B4296-932B-4F17-8709-7F30CBD2FDDF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F77B4296-932B-4F17-8709-7F30CBD2FDDF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F77B4296-932B-4F17-8709-7F30CBD2FDDF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F77B4296-932B-4F17-8709-7F30CBD2FDDF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
4 changes: 4 additions & 0 deletions tools/data-mapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ This tool is built with ReactJS. It requires Npm dependencies to build and run.

You may see the site is not secure because of the certificate used on the localhost. Since the tool should not handle any critical data and there is not any other internet connection, you can move forward in your browser.

5. (Optional) You can use your Visual Studio to run the tool as well, and make your own changes.

You can load the solution ```Microsoft.Health.Tools.DataMapper.sln``` in your Visual Studio and start or debug the project ```Microsoft.Health.Tools.DataMapper``` after step #2 above. You may want to terminate the running process from Step #3 to avoid from conflicting port.

### How to Make Mappings

1. Make sure you have read the introduction of [IoMT FHIR Connector for Azure](https://github.com/microsoft/iomt-fhir) and understand the purpose of its [configuration](https://github.com/microsoft/iomt-fhir/blob/master/docs/Configuration.md).
Expand Down