HealthInformation.setDescription(String description) 方法
定义
Sets the description of the health information. It represents free text used to add human readable information about the report.
Remarks:The maximum string length for the description is 4096 characters.
public void setDescription(String description)
参数
- description
- String
A String which describes the health information in human readable form.