FhirVersion.ParseFhirVersion(String) 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.
Creates a FhirVersion object with the version of string format.
[Android.Runtime.Register("parseFhirVersion", "(Ljava/lang/String;)Landroid/health/connect/datatypes/FhirVersion;", "", ApiSince=36)]
public static Android.Health.Connect.DataTypes.FhirVersion ParseFhirVersion(string fhirVersionString);
[<Android.Runtime.Register("parseFhirVersion", "(Ljava/lang/String;)Landroid/health/connect/datatypes/FhirVersion;", "", ApiSince=36)>]
static member ParseFhirVersion : string -> Android.Health.Connect.DataTypes.FhirVersion
Parameters
- fhirVersionString
- String
Returns
- Attributes
Remarks
Creates a FhirVersion object with the version of string format. The format should look like "4.0.1" which contains 3 numbers - major, minor and patch, separated by ".". This aligns with the official FHIR versions. Note that the "label" is not supported for now, which represents a 'working' version.
Android reference for android.health.connect.datatypes.FhirVersion.parseFhirVersion.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.