Skip to content

Commit

Permalink
added util tempalte summary for API results
Browse files Browse the repository at this point in the history
  • Loading branch information
ppazos committed Apr 17, 2024
1 parent c224888 commit b01e866
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 1.9.28
version = 1.9.29
group = com.cabolabs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package com.cabolabs.openehr.opt.model

/**
* This class is used to represent the output of the API when listing templates,
* it just includes basic information about the template.
*/
class OperationalTemplateSummary {

String templateId
String concept
String archetypeId
String created_timestamp
String language
String semver
String uid
}

0 comments on commit b01e866

Please sign in to comment.