Język

CreateMedicalDataSourceRequest.Builder.SetFhirBaseUri(Uri) Method

Definition

Sets the FHIR base URI.

[Android.Runtime.Register("setFhirBaseUri", "(Landroid/net/Uri;)Landroid/health/connect/CreateMedicalDataSourceRequest$Builder;", "", ApiSince=36)]
public Android.Health.Connect.CreateMedicalDataSourceRequest.Builder SetFhirBaseUri(Android.Net.Uri fhirBaseUri);
[<Android.Runtime.Register("setFhirBaseUri", "(Landroid/net/Uri;)Landroid/health/connect/CreateMedicalDataSourceRequest$Builder;", "", ApiSince=36)>]
member this.SetFhirBaseUri : Android.Net.Uri -> Android.Health.Connect.CreateMedicalDataSourceRequest.Builder

Parameters

fhirBaseUri
Uri

Returns

Attributes

Remarks

Sets the FHIR base URI. For data coming from a FHIR server this should be the FHIR base URL (e.g. `https://example.com/fhir`).

If the data is generated by an app without a FHIR base URL, this can be populated by a URI defined by the app (e.g. `myapp://..`) that should: Be a unique and understandable URI; Point to the source of the data. We recommend not to use a domain name that you don't control; Ideally allow linking to the data source if your app supports app deep linking to the data.

The URI may not exceed 2000 characters.

Android reference for android.health.connect.CreateMedicalDataSourceRequest.Builder.setFhirBaseUri.

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.

Applies to