Ejemplo n.º 1
0
 private async void GetItemTypeDef_OnClicked(object sender, EventArgs e)
 {
     IPlatformClient platformClient = _connection.CreatePlatformClient();
     await platformClient.GetHealthRecordItemTypeDefinitionAsync(new List <Guid> {
         BloodPressure.TypeId
     }, ThingTypeSections.All, new List <string>(), SystemClock.Instance.GetCurrentInstant());
 }