|
#1
|
|||
|
|||
|
Hi All,
I am trying to retrieve the patient consent data through the MR web services. Which method should I call? and could you provide me a sample request? thanks in advance. |
|
#2
|
||||
|
||||
|
You should be able to call the following method to get a String of the XML for all of the data for a patient that matches within the parameters. Once you marshal that into an Object you should be able to find the patient's list of consents. If you check the Java Documentation, you can get more information about the structure of the model.
Code:
public String getClinicalDocumentModel(String subjectId, String facilityId, Date beginDate, Date afterDate) throws Exception
__________________
Brendan Haverlock | Mirth Software Engineer | Mirth Corporation |
![]() |
| Thread Tools | |
| Display Modes | |
|
|