Skip to content

Instantly share code, notes, and snippets.

@davidoevans
Created April 22, 2019 19:38
Show Gist options
  • Save davidoevans/aa13f11c84ce68b8597d7f1e1c55d467 to your computer and use it in GitHub Desktop.
Save davidoevans/aa13f11c84ce68b8597d7f1e1c55d467 to your computer and use it in GitHub Desktop.
Request a Renewal
// Requesting a renewal based on the id of an existing medication request
MedicationRequest medicationRequest = this.pharmacyLocationClient.getMedicationRequestsApi().renewMedicationRequest(existingMedicationRequest.id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment