setHealthRecordId method

void setHealthRecordId(
  1. String healthRecordId
)

Implementation

void setHealthRecordId(String healthRecordId) {
  this.healthRecordId = healthRecordId;
}