你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
HealthInsightsRadiologyInsightsModelFactory.FollowupCommunicationInference Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of FollowupCommunicationInference.
public static Azure.Health.Insights.RadiologyInsights.FollowupCommunicationInference FollowupCommunicationInference(System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> extension = default, System.Collections.Generic.IEnumerable<DateTimeOffset> communicatedAt = default, System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.MedicalProfessionalType> recipient = default, bool wasAcknowledged = false);
public static Azure.Health.Insights.RadiologyInsights.FollowupCommunicationInference FollowupCommunicationInference(System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> extension = default, System.Collections.Generic.IEnumerable<DateTimeOffset> dateTime = default, System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.MedicalProfessionalType> recipient = default, bool wasAcknowledged = false);
static member FollowupCommunicationInference : seq<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> * seq<DateTimeOffset> * seq<Azure.Health.Insights.RadiologyInsights.MedicalProfessionalType> * bool -> Azure.Health.Insights.RadiologyInsights.FollowupCommunicationInference
static member FollowupCommunicationInference : seq<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> * seq<DateTimeOffset> * seq<Azure.Health.Insights.RadiologyInsights.MedicalProfessionalType> * bool -> Azure.Health.Insights.RadiologyInsights.FollowupCommunicationInference
Public Shared Function FollowupCommunicationInference (Optional extension As IEnumerable(Of FhirR4Extension) = Nothing, Optional communicatedAt As IEnumerable(Of DateTimeOffset) = Nothing, Optional recipient As IEnumerable(Of MedicalProfessionalType) = Nothing, Optional wasAcknowledged As Boolean = false) As FollowupCommunicationInference
Public Shared Function FollowupCommunicationInference (Optional extension As IEnumerable(Of FhirR4Extension) = Nothing, Optional dateTime As IEnumerable(Of DateTimeOffset) = Nothing, Optional recipient As IEnumerable(Of MedicalProfessionalType) = Nothing, Optional wasAcknowledged As Boolean = false) As FollowupCommunicationInference
Parameters
- extension
- IEnumerable<FhirR4Extension>
Additional Content defined by implementations.
- communicatedAtdateTime
- IEnumerable<DateTimeOffset>
Communication date and time.
- recipient
- IEnumerable<MedicalProfessionalType>
Recipient of the communication.
- wasAcknowledged
- Boolean
Communication was acknowledged.
Returns
A new FollowupCommunicationInference instance for mocking.