npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@datafire/azure_healthcareapis_healthcare_apis

v3.0.0

Published

DataFire integration for HealthcareApisClient

Downloads

15

Readme

@datafire/azure_healthcareapis_healthcare_apis

Client library for HealthcareApisClient

Installation and Usage

npm install --save @datafire/azure_healthcareapis_healthcare_apis
let azure_healthcareapis_healthcare_apis = require('@datafire/azure_healthcareapis_healthcare_apis').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

Use this API to manage Microsoft HealthcareApis services in your Azure subscription.

Actions

Operations_List

Lists all of the available Healthcare service REST API operations.

azure_healthcareapis_healthcare_apis.Operations_List({
  "api-version": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.

Output

Services_CheckNameAvailability

Check if a service instance name is available.

azure_healthcareapis_healthcare_apis.Services_CheckNameAvailability({
  "api-version": "",
  "subscriptionId": "",
  "checkNameAvailabilityInputs": {
    "name": "",
    "type": ""
  }
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • subscriptionId required string: The subscription identifier.
    • checkNameAvailabilityInputs required CheckNameAvailabilityParameters

Output

OperationResults_Get

Get the operation result for a long running operation.

azure_healthcareapis_healthcare_apis.OperationResults_Get({
  "api-version": "",
  "subscriptionId": "",
  "locationName": "",
  "operationResultId": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • subscriptionId required string: The subscription identifier.
    • locationName required string: The location of the operation.
    • operationResultId required string: The ID of the operation result to get.

Output

Services_List

Get all the service instances in a subscription.

azure_healthcareapis_healthcare_apis.Services_List({
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • subscriptionId required string: The subscription identifier.

Output

Services_ListByResourceGroup

Get all the service instances in a resource group.

azure_healthcareapis_healthcare_apis.Services_ListByResourceGroup({
  "api-version": "",
  "subscriptionId": "",
  "resourceGroupName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • subscriptionId required string: The subscription identifier.
    • resourceGroupName required string: The name of the resource group that contains the service instance.

Output

Services_Delete

Delete a service instance.

azure_healthcareapis_healthcare_apis.Services_Delete({
  "api-version": "",
  "subscriptionId": "",
  "resourceGroupName": "",
  "resourceName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • subscriptionId required string: The subscription identifier.
    • resourceGroupName required string: The name of the resource group that contains the service instance.
    • resourceName required string: The name of the service instance.

Output

Output schema unknown

Services_Get

Get the metadata of a service instance.

azure_healthcareapis_healthcare_apis.Services_Get({
  "api-version": "",
  "subscriptionId": "",
  "resourceGroupName": "",
  "resourceName": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • subscriptionId required string: The subscription identifier.
    • resourceGroupName required string: The name of the resource group that contains the service instance.
    • resourceName required string: The name of the service instance.

Output

Services_Update

Update the metadata of a service instance.

azure_healthcareapis_healthcare_apis.Services_Update({
  "api-version": "",
  "subscriptionId": "",
  "resourceGroupName": "",
  "resourceName": "",
  "servicePatchDescription": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • subscriptionId required string: The subscription identifier.
    • resourceGroupName required string: The name of the resource group that contains the service instance.
    • resourceName required string: The name of the service instance.
    • servicePatchDescription required ServicesPatchDescription

Output

Services_CreateOrUpdate

Create or update the metadata of a service instance.

azure_healthcareapis_healthcare_apis.Services_CreateOrUpdate({
  "api-version": "",
  "subscriptionId": "",
  "resourceGroupName": "",
  "resourceName": "",
  "serviceDescription": {}
}, context)

Input

  • input object
    • api-version required string: Client Api Version.
    • subscriptionId required string: The subscription identifier.
    • resourceGroupName required string: The name of the resource group that contains the service instance.
    • resourceName required string: The name of the service instance.
    • serviceDescription required ServicesDescription

Output

Definitions

CheckNameAvailabilityParameters

  • CheckNameAvailabilityParameters object: Input values.
    • name required string: The name of the service instance to check.
    • type required string: The fully qualified resource type which includes provider namespace.

ErrorDetails

ErrorDetailsInternal

  • ErrorDetailsInternal object: Error details.
    • code string: The error code.
    • message string: The error message.
    • target string: The target of the particular error.

Operation

  • Operation object: Service REST API operation.
    • display OperationDisplay
    • name string: Operation name: {provider}/{resource}/{read | write | action | delete}
    • origin string: Default value is 'user,system'.

OperationDisplay

  • OperationDisplay object: The object that represents the operation.
    • description string: Friendly description for the operation,
    • operation string: Name of the operation
    • provider string: Service provider: Microsoft.HealthcareApis
    • resource string: Resource Type: Services

OperationListResult

  • OperationListResult object: A list of service operations. It contains a list of operations and a URL link to get the next set of results.
    • nextLink string: The link used to get the next page of service description objects.
    • value array: A list of service operations supported by the Microsoft.HealthcareApis resource provider.

OperationResultsDescription

  • OperationResultsDescription object: The properties indicating the operation result of an operation on a service.
    • id string: The ID of the operation returned.
    • name string: The name of the operation result.
    • startTime string: The time that the operation was started.
    • status string (values: Canceled, Succeeded, Failed, Requested, Running): The status of the operation being performed.

Resource

  • Resource object: The common properties of a service.
    • etag string: An etag associated with the resource, used for optimistic concurrency when editing it.
    • id string: The resource identifier.
    • kind required string (values: fhir, fhir-Stu3, fhir-R4): The kind of the service.
    • location required string: The resource location.
    • name string: The resource name.
    • tags object: The resource tags.
    • type string: The resource type.

ServiceAccessPoliciesInfo

ServiceAccessPolicyEntry

  • ServiceAccessPolicyEntry object: An access policy entry.
    • objectId required string: An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.

ServiceAuthenticationConfigurationInfo

  • ServiceAuthenticationConfigurationInfo object: Authentication configuration information
    • audience string: The audience url for the service
    • authority string: The authority url for the service
    • smartProxyEnabled boolean: If the SMART on FHIR proxy is enabled

ServiceCorsConfigurationHeaderEntry

  • ServiceCorsConfigurationHeaderEntry string: A header for CORS.

ServiceCorsConfigurationInfo

ServiceCorsConfigurationMethodEntry

  • ServiceCorsConfigurationMethodEntry string: A method for CORS.

ServiceCorsConfigurationOriginEntry

  • ServiceCorsConfigurationOriginEntry string: An origin for CORS.

ServiceCosmosDbConfigurationInfo

  • ServiceCosmosDbConfigurationInfo object: The settings for the Cosmos DB database backing the service.
    • offerThroughput integer: The provisioned throughput for the backing database.

ServicesDescription

  • ServicesDescription object: The description of the service.
    • properties ServicesProperties
    • etag string: An etag associated with the resource, used for optimistic concurrency when editing it.
    • id string: The resource identifier.
    • kind required string (values: fhir, fhir-Stu3, fhir-R4): The kind of the service.
    • location required string: The resource location.
    • name string: The resource name.
    • tags object: The resource tags.
    • type string: The resource type.

ServicesDescriptionListResult

  • ServicesDescriptionListResult object: A list of service description objects with a next link.
    • nextLink string: The link used to get the next page of service description objects.
    • value array: A list of service description objects.

ServicesNameAvailabilityInfo

  • ServicesNameAvailabilityInfo object: The properties indicating whether a given service name is available.
    • message string: The detailed reason message.
    • nameAvailable boolean: The value which indicates whether the provided name is available.
    • reason string (values: Invalid, AlreadyExists): The reason for unavailability.

ServicesPatchDescription

  • ServicesPatchDescription object: The description of the service.
    • tags object: Instance tags

ServicesProperties