forked from hapifhir/hapi-fhir-jpaserver-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'image/v7.6.0' into update-to-v7.6.0
- Loading branch information
Showing
20 changed files
with
499 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 13 additions & 13 deletions
26
src/main/java/ca/uhn/fhir/jpa/starter/cr/CareGapsProperties.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
package ca.uhn.fhir.jpa.starter.cr; | ||
|
||
public class CareGapsProperties { | ||
private String reporter = "default"; | ||
private String reporter = "default"; | ||
private String section_author = "default"; | ||
|
||
public String getReporter() { | ||
return reporter; | ||
} | ||
public String getReporter() { | ||
return reporter; | ||
} | ||
|
||
public void setReporter(String reporter) { | ||
this.reporter = reporter; | ||
} | ||
public void setReporter(String reporter) { | ||
this.reporter = reporter; | ||
} | ||
|
||
public String getSection_author() { | ||
return section_author; | ||
} | ||
public String getSection_author() { | ||
return section_author; | ||
} | ||
|
||
public void setSection_author(String section_author) { | ||
this.section_author = section_author; | ||
} | ||
public void setSection_author(String section_author) { | ||
this.section_author = section_author; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.