Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow read method to accept multiple types for patient id #8

Conversation

robberwick
Copy link
Owner

@robberwick robberwick commented Sep 15, 2024

Updates the read method so that it can accept a UUID, str, or Patient object. This also introduce a breaking change, as the patient_id param of read is renamed to patient_identifier, to reduce confusion.

closes: #7

BREAKING CHANGE: `patient_id` param in `read` method renamed to `patient_identifier`
@robberwick robberwick force-pushed the pylibrelinkup-7-allow-read-method-to-accept-multiple-types-for-patient_id branch 8 times, most recently from e7d13b2 to e33ac3f Compare September 15, 2024 11:31
@robberwick robberwick force-pushed the pylibrelinkup-7-allow-read-method-to-accept-multiple-types-for-patient_id branch from e33ac3f to a22bfed Compare September 15, 2024 11:42
@robberwick robberwick merged commit 91a413e into develop Sep 15, 2024
2 checks passed
@robberwick robberwick deleted the pylibrelinkup-7-allow-read-method-to-accept-multiple-types-for-patient_id branch September 15, 2024 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant