Skip to content

Instantly share code, notes, and snippets.

@davidoevans
Created April 22, 2019 19:20
Show Gist options
  • Save davidoevans/255fd4e0af3399bd8ae0e0e3d91feaaf to your computer and use it in GitHub Desktop.
Save davidoevans/255fd4e0af3399bd8ae0e0e3d91feaaf to your computer and use it in GitHub Desktop.
Issue a Dispenser
// Create an Identifier
Identifier identifier = new Identifier()
identifier.assigner = "internal";
identifier.value = "123";
// Issue identity for the dispenser that is bound to the current application
pharmacyLocationClient.issueIdentity(Persona.DISPENSER, identifier);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment