-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Dependency
New Resource/Data Source azurerm_healthcare_dicom_service
#15887
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @xiaxyi - took a quick look and left some comments inline. also what does "dicom" stand for" is that the best name for the resoruce? also we have a lot of test failureS:
layout: "azurerm" | ||
page_title: "Azure Resource Manager: azurerm_healthcare_dicom_service" | ||
description: |- | ||
Get information about an existing Healthcare Dicom Service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is "dicom"
Thanks @katbyte DICOM service stands for Digital Imaging and Communications in Medicine (https://docs.microsoft.com/en-us/azure/healthcare-apis/dicom/dicom-services-overview), DICOM service was named by Microsoft upstream team. Shall we use the full name or the abbreviation? updated the property name and the test cases |
self checking the failed acc tests |
internal/services/healthcare/sdk/2021-01-11/collection/client.go
Outdated
Show resolved
Hide resolved
Dependency
New Resource healthcare dicom service in healthcare workspace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @xiaxyi - lets just use DICOM in the resource and expand it in the docs (i've made a suggestion)
also in the docs/comments etc we should capitalize DICOM as in the msft docs, thanks!
layout: "azurerm" | ||
page_title: "Azure Resource Manager: azurerm_healthcare_dicom_service" | ||
description: |- | ||
Manages a Healthcare Dicom Service. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DICO should be all caps? and lets expand the abbreviation here
Manages a Healthcare Dicom Service. | |
Manages a Healthcare DICOM (Digital Imaging and Communications in Medicine) Service. |
@katbyte updated the code as suggested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🌮
Dependency
New Resource healthcare dicom service in healthcare workspaceDependency
New Resource/Data Source azurerm_healthcare_dicom_service
This functionality has been released in v3.5.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
adding new resource: healthcare dicom service. Dependency of #15759
DICOM (Digital Imaging and Communications in Medicine) is the international standard to transmit, store, retrieve, print, process, and display medical imaging information, and is the primary medical imaging standard accepted across healthcare.
The DICOM service is a managed service within Azure Health Data Services that ingests and persists DICOM objects at multiple thousands of images per second.
acc tests: