public string DropOff(string fromName, string localPatientId, string secretQuestion, string secretAnswer, ref List <HealthRecordItem> newItems) { return(HealthVaultDOPU.DropOffToPatient(_connection, fromName, localPatientId, secretQuestion, secretAnswer, ref newItems)); }
public string AllocatePackageId() { return(HealthVaultDOPU.AllocatePackageId(_connection)); }
public void DeletePendingDropForPatientId(string patientId) { HealthVaultDOPU.DeletePendingForPatientId(_connection, patientId); }