<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ns2:sqlResource xmlns:ns2="http://restsql.org/schema">
    <query>
		SELECT Description, Diet, DoctorAppointmentId, LabOrderId, LabResultImageId, LabResultMultiImage, OrderId, PrescriptionId, PrescriptionImageId, PrescriptionMultiImage
		FROM LabOrder
	</query>
    <metadata>
        <database default="healthok"/>
        <table name="LabOrder" role="Parent"/>
    </metadata>
</ns2:sqlResource>
