HealthInsightsRadiologyInsightsModelFactory.FhirR4Reference 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 FhirR4Reference.
public static Azure.Health.Insights.RadiologyInsights.FhirR4Reference FhirR4Reference (string id = default, System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> extension = default, string reference = default, string type = default, Azure.Health.Insights.RadiologyInsights.FhirR4Identifier identifier = default, string display = default);
static member FhirR4Reference : string * seq<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> * string * string * Azure.Health.Insights.RadiologyInsights.FhirR4Identifier * string -> Azure.Health.Insights.RadiologyInsights.FhirR4Reference
Public Shared Function FhirR4Reference (Optional id As String = Nothing, Optional extension As IEnumerable(Of FhirR4Extension) = Nothing, Optional reference As String = Nothing, Optional type As String = Nothing, Optional identifier As FhirR4Identifier = Nothing, Optional display As String = Nothing) As FhirR4Reference
Parameters
- id
- String
Unique id for inter-element referencing.
- extension
- IEnumerable<FhirR4Extension>
Additional Content defined by implementations.
- reference
- String
Literal reference, Relative, internal or absolute URL.
- type
- String
Type the reference refers to (e.g. "Patient").
- identifier
- FhirR4Identifier
Logical reference, when literal reference is not known.
- display
- String
Text alternative for the resource.
Returns
A new FhirR4Reference instance for mocking.
Applies to
Azure SDK for .NET