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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET