HealthInsightsRadiologyInsightsModelFactory.FollowupCommunicationInference Method

Definition

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