HealthInsightsRadiologyInsightsModelFactory.FhirR4ContactPoint 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 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.
- period
- FhirR4Period
Time period when the contact point was/is in use.
Returns
A new FhirR4ContactPoint 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