HealthInsightsRadiologyInsightsModelFactory.FhirR4Coding 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 FhirR4Coding.
public static Azure.Health.Insights.RadiologyInsights.FhirR4Coding FhirR4Coding (string id = default, System.Collections.Generic.IEnumerable<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> extension = default, string system = default, string version = default, string code = default, string display = default);
static member FhirR4Coding : string * seq<Azure.Health.Insights.RadiologyInsights.FhirR4Extension> * string * string * string * string -> Azure.Health.Insights.RadiologyInsights.FhirR4Coding
Public Shared Function FhirR4Coding (Optional id As String = Nothing, Optional extension As IEnumerable(Of FhirR4Extension) = Nothing, Optional system As String = Nothing, Optional version As String = Nothing, Optional code As String = Nothing, Optional display As String = Nothing) As FhirR4Coding
Parameters
- id
- String
Unique id for inter-element referencing.
- extension
- IEnumerable<FhirR4Extension>
Additional Content defined by implementations.
- system
- String
Identity of the terminology system.
- version
- String
Version of the system - if relevant.
- code
- String
Symbol in syntax defined by the system.
- display
- String
Representation defined by the system.
Returns
A new FhirR4Coding instance for mocking.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET