dataOwnerId method

String? dataOwnerId()

Implementation

String? dataOwnerId() {
  return this.healthcarePartyId ?? this.patientId ?? this.deviceId;
}