We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65fd044 commit 3009b49Copy full SHA for 3009b49
omod/src/main/java/org/openmrs/module/webservices/rest/web/v1_0/resource/openmrs2_2/OrderResource2_2.java
@@ -33,5 +33,13 @@ public DelegatingResourceDescription getRepresentationDescription(Representation
33
}
34
return delegatingResourceDescription;
35
36
-
+
37
+ @Override
38
+ public DelegatingResourceDescription getCreatableProperties() {
39
+ DelegatingResourceDescription d = super.getCreatableProperties();
40
+ d.addProperty("fulfillerStatus");
41
+ d.addProperty("fulfillerComment");
42
+ return d;
43
+ }
44
45
0 commit comments