You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for adding bacteriology sample using API.
Create a class called Specimen. This class should support all the fields that are accepted by UI for creating a specimen.
Add the below method in BahmniRestClient createBacteriologySpecimen(Specimen specimen) - Creates the Bacteriology sample using EMRAPI
The spec should accept a table containing various fields required for creation of sample. This table should be able to accept multiple Samples (i.e. multiple rows should be supported in the table).
The text was updated successfully, but these errors were encountered:
Add support for adding bacteriology sample using API.
The text was updated successfully, but these errors were encountered: