We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6dfa0 commit fe77a90Copy full SHA for fe77a90
src/main/java/org/ohdsi/webapi/vocabulary/Concept.java
@@ -9,7 +9,7 @@
9
*
10
* @author fdefalco
11
*/
12
-@JsonInclude(Include.NON_NULL)
+@JsonInclude(Include.ALWAYS)
13
@JsonIgnoreProperties(ignoreUnknown = true)
14
public class Concept {
15
@JsonProperty("CONCEPT_ID")
0 commit comments