Share via


HealthInsightsRadiologyInsightsModelFactory.FhirR4ContactPoint Method

Definition

Initializes a new instance of FhirR4ContactPoint.

public static Azure.Health.Insights.RadiologyInsights.FhirR4ContactPoint FhirR4ContactPoint (Azure.Health.Insights.RadiologyInsights.ContactPointSystem? system = default, string value = default, Azure.Health.Insights.RadiologyInsights.ContactPointUse? use = default, int? rank = default, Azure.Health.Insights.RadiologyInsights.FhirR4Period period = default);
static member FhirR4ContactPoint : Nullable<Azure.Health.Insights.RadiologyInsights.ContactPointSystem> * string * Nullable<Azure.Health.Insights.RadiologyInsights.ContactPointUse> * Nullable<int> * Azure.Health.Insights.RadiologyInsights.FhirR4Period -> Azure.Health.Insights.RadiologyInsights.FhirR4ContactPoint
Public Shared Function FhirR4ContactPoint (Optional system As Nullable(Of ContactPointSystem) = Nothing, Optional value As String = Nothing, Optional use As Nullable(Of ContactPointUse) = Nothing, Optional rank As Nullable(Of Integer) = Nothing, Optional period As FhirR4Period = Nothing) As FhirR4ContactPoint

Parameters

system
Nullable<ContactPointSystem>

phone | fax | email | pager | url | sms | other.

value
String

The actual contact point details.

use
Nullable<ContactPointUse>

home | work | temp | old | mobile - purpose of this contact point.

rank
Nullable<Int32>

Specify preferred order of use (1 = highest).

period
FhirR4Period

Time period when the contact point was/is in use.

Returns

A new FhirR4ContactPoint instance for mocking.

Applies to