你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.