Updated MSDN links to the new documentation site.
This commit is contained in:
Родитель
d1efa06386
Коммит
f84438e5ab
|
@ -36,7 +36,7 @@ HealthVault offers SDKs for many platforms.
|
|||
* **Create-HealthVaultCertificate** - This tool creates a valid certificate for HealthVault using the ApplicationID that you provide. The certificate is automatically added to your LocalMachine's certificate store, and a copy is placed in your user's Downloads folder.
|
||||
|
||||
## Registering your applications
|
||||
All applications must be registered with the [HealthVault Application Configuration Center](https://go.microsoft.com/fwlink/?linkid=838954) before they can connect to the service. During registration, the ACC will request that you upload an appropriate certificate which will be used subsequently to secure communications between your app and the service. For more information on how to obtain an appropriate certificate, please see [MSDN](https://msdn.microsoft.com/en-us/healthvault/dn781357).
|
||||
All applications must be registered with the [HealthVault Application Configuration Center](https://go.microsoft.com/fwlink/?linkid=838954) before they can connect to the service. During registration, the ACC will request that you upload an appropriate certificate which will be used subsequently to secure communications between your app and the service. For more information on how to obtain an appropriate certificate, please see [Creating Key Pairs](https://docs.microsoft.com/en-us/healthvault/concepts/connectivity/creating-key-pairs).
|
||||
|
||||
# Contribute
|
||||
Contributions to healthvault-samples are welcome. Here is how you can contribute:
|
||||
|
|
|
@ -16,7 +16,7 @@ namespace HealthVaultProxy
|
|||
[ServiceContract]
|
||||
public interface IHVDropOff
|
||||
{
|
||||
// NOTE: Only a subset of HV API functionality represented here. See http://msdn.microsoft.com/en-us/library/dd724590.aspx.
|
||||
// NOTE: Only a subset of HV API functionality represented here. See https://docs.microsoft.com/en-us/dotnet/api/microsoft.health.package.connectpackage?view=healthvaultnet-2.64.20508.1.
|
||||
[OperationContract]
|
||||
PreAllocatePackageIdResponse PreAllocatePackageId(string token);
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# HealthVault Meaningful Use Reporting Sample
|
||||
|
||||
This sample serves as a demonstration of HealthVault capabilities in support of Meaningful Use Stage 2 (2014 Edition) patient engagement objectives. Refer to [Meaningful Use with HealthVault](http://msdn.microsoft.com/en-us/library/dn539122.aspx) for an overview and technical description of the HealthVault capabilities that support Meaningful Use 2.
|
||||
This sample serves as a demonstration of HealthVault capabilities in support of Meaningful Use Stage 2 (2014 Edition) patient engagement objectives. Refer to [Meaningful Use with HealthVault](https://docs.microsoft.com/en-us/healthvault/scenarios/meaningful-use) for an overview and technical description of the HealthVault capabilities that support Meaningful Use 2.
|
||||
|
||||
## Scenarios
|
||||
This sample demonstrates the following scenarios:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# HealthVaultProviderManagementPortal
|
||||
|
||||
Please make sure you've reviewed the Getting Started documentation on [Action Plans](http://msdn.microsoft.com/en-us/healthvault/mt778893).
|
||||
Please make sure you've reviewed the [HealthVault Getting Started documentation](https://docs.microsoft.com/en-us/healthvault/getting-started/).
|
||||
|
||||
To run this sample:
|
||||
1. Make sure you've registered your app in the [Application Config Center](https://config.healthvault-ppe.com/) (ACC).
|
||||
|
@ -10,7 +10,7 @@ To run this sample:
|
|||
> ```cmd
|
||||
> powershell .\Update-WebConfig.ps1 -ApplicationId "00000000-0000-0000-0000-000000000000"
|
||||
```
|
||||
3. Make sure the private key for the application is installed on your machine. See how to [create or install a certificate on MSDN](https://msdn.microsoft.com/en-us/healthvault/mt778893#_Certificates).
|
||||
3. Make sure the private key for the application is installed on your machine. See how to [create or install a certificate](https://docs.microsoft.com/en-us/healthvault/concepts/connectivity/creating-key-pairs).
|
||||
4. Build and run the solution.
|
||||
* This should automatically restore the HealthVault.NET NuGet package, and all other NuGet packages required by the project.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# HealthVaultProviderManagementPortal
|
||||
|
||||
Please make sure you've reviewed the Getting Started documentation on [Action Plans](http://msdn.microsoft.com/en-us/healthvault/mt778893).
|
||||
Please make sure you've reviewed the [HealthVault Getting Started documentation](https://docs.microsoft.com/en-us/healthvault/getting-started/).
|
||||
|
||||
To run this sample:
|
||||
1. Make sure you've registered your app in the [Application Config Center](https://config.healthvault-ppe.com/) (ACC).
|
||||
|
@ -10,7 +10,7 @@ To run this sample:
|
|||
> ```cmd
|
||||
> powershell .\Update-WebConfig.ps1 -ApplicationId "00000000-0000-0000-0000-000000000000"
|
||||
```
|
||||
3. Make sure the private key for the application is installed on your machine. See how to [create or install a certificate on MSDN](https://msdn.microsoft.com/en-us/healthvault/mt778893#_Certificates).
|
||||
3. Make sure the private key for the application is installed on your machine. See how to [create or install a certificate](https://docs.microsoft.com/en-us/healthvault/concepts/connectivity/creating-key-pairs).
|
||||
4. Build and run the solution.
|
||||
* This should automatically restore the HealthVault.NET NuGet package, and all other NuGet packages required by the project.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче