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.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET