I believe you will have to download the trunk of REST-WS and compile it to get all the current features and fixes. 1. http://localhost:8080/openmrs-webapp/ws/rest/v1/personattributetype?q="email<http://localhost:8080/openmrs-webapp/ws/rest/v1/personattributetype?q=%22email>" should get you the uuid of your newly-created person attribute type. 2. It does not appear that ConceptClassResource currently supports a search. You can write a ticket for it, you could probably write the code, it's fairly easy to add once you get the pattern. In the meantime, you could get all Concepts and filter or sort them on ConceptClass. Feel free to write on or off list if you need help.
From: [email protected] [mailto:[email protected]] On Behalf Of Ryan Steven Caro Sent: Tuesday, March 06, 2012 11:11 AM To: [email protected] Subject: [OPENMRS-DEV] REST Web Services Question Hi, I am Ryan, a BS Computer Science Student from the University of the Philippines Diliman. We are currently working on a project which uses anOpenMRS Standalone Version 1.8.1 with Web Services, and we encountered some problems; 1. Person Attribute Types - We added new Person Attribute Types (email address, etc) using built-in OpenMRS Administration interface. However, in order for us to use these attributes via web services, we need the uuid of the attribute types we created, which is not readily available in the OpenMRS interface. Is there a way for us to obtain the uuids of the attributes we created? 2. Concepts - We want to the list of concepts given the concept class. Is this possible? Thank you! Best Regards, -- Ryan Steven Domingo Caro 2008-20524 BS Computer Science University of the Philippines, Diliman +63 927 518 9368 [email protected]<mailto:[email protected]> Academic Affairs Committee Head, UP CURSOR UP Association of Computer Science Majors Logistics Committee Member, UP ACM Association for Computing Machinery Logistics Committee Member, DCSS Dedicated Computer Science Students Member, UP ARISE Alliance for Responsive Involvement and Student Empowerment Volunteer, UP ITTC YVC Y4iT Volunteer Core ________________________________ Click here to unsubscribe<mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l> from OpenMRS Developers' mailing list _________________________________________ To unsubscribe from OpenMRS Developers' mailing list, send an e-mail to [email protected] with "SIGNOFF openmrs-devel-l" in the body (not the subject) of your e-mail. [mailto:[email protected]?body=SIGNOFF%20openmrs-devel-l]

