mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-30 03:48:57 +00:00
Update handler names
This commit is contained in:
parent
22bec81bff
commit
2c818d5b4a
hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/term/loinc
pom.xml@ -29,8 +29,8 @@ import java.util.Map;
|
|||||||
|
|
||||||
public class LoincTop2000LabResultsSiHandler extends BaseLoincTop2000LabResultsHandler {
|
public class LoincTop2000LabResultsSiHandler extends BaseLoincTop2000LabResultsHandler {
|
||||||
|
|
||||||
public static final String TOP_2000_SI_VS_ID = "TOP-2000-LABRESULTS-SI";
|
public static final String TOP_2000_SI_VS_ID = "top-2000-lab-observations-si";
|
||||||
public static final String TOP_2000_SI_VS_URI = "http://loinc.org/top-2000-lab-results-si";
|
public static final String TOP_2000_SI_VS_URI = "http://loinc.org/vs/top-2000-lab-observations-si";
|
||||||
public static final String TOP_2000_SI_VS_NAME = "Top 2000 Lab Results SI";
|
public static final String TOP_2000_SI_VS_NAME = "Top 2000 Lab Results SI";
|
||||||
|
|
||||||
public LoincTop2000LabResultsSiHandler(Map<String, TermConcept> theCode2concept, List<ValueSet> theValueSets, List<ConceptMap> theConceptMaps) {
|
public LoincTop2000LabResultsSiHandler(Map<String, TermConcept> theCode2concept, List<ValueSet> theValueSets, List<ConceptMap> theConceptMaps) {
|
||||||
|
@ -29,8 +29,8 @@ import java.util.Map;
|
|||||||
|
|
||||||
public class LoincTop2000LabResultsUsHandler extends BaseLoincTop2000LabResultsHandler {
|
public class LoincTop2000LabResultsUsHandler extends BaseLoincTop2000LabResultsHandler {
|
||||||
|
|
||||||
public static final String TOP_2000_US_VS_ID = "TOP-2000-LABRESULTS-US";
|
public static final String TOP_2000_US_VS_ID = "top-2000-lab-observations-us";
|
||||||
public static final String TOP_2000_US_VS_URI = "http://loinc.org/top-2000-lab-results-us";
|
public static final String TOP_2000_US_VS_URI = "http://loinc.org/vs/top-2000-lab-observations-us";
|
||||||
public static final String TOP_2000_US_VS_NAME = "Top 2000 Lab Results US";
|
public static final String TOP_2000_US_VS_NAME = "Top 2000 Lab Results US";
|
||||||
|
|
||||||
public LoincTop2000LabResultsUsHandler(Map<String, TermConcept> theCode2concept, List<ValueSet> theValueSets, List<ConceptMap> theConceptMaps) {
|
public LoincTop2000LabResultsUsHandler(Map<String, TermConcept> theCode2concept, List<ValueSet> theValueSets, List<ConceptMap> theConceptMaps) {
|
||||||
|
2
pom.xml
2
pom.xml
@ -998,7 +998,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.javassist</groupId>
|
<groupId>org.javassist</groupId>
|
||||||
<artifactId>javassist</artifactId>
|
<artifactId>javassist</artifactId>
|
||||||
<version>3.20.0-GA</version>
|
<version>3.22.0-GA</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.mockito</groupId>
|
<groupId>org.mockito</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user