Package ca.uhn.fhir.jpa.term.loinc
Class LoincGroupFileHandler
java.lang.Object
ca.uhn.fhir.jpa.term.loinc.BaseLoincHandler
ca.uhn.fhir.jpa.term.loinc.LoincGroupFileHandler
- All Implemented Interfaces:
IZipContentsHandlerCsv
-
Field Summary
Fields inherited from class ca.uhn.fhir.jpa.term.loinc.BaseLoincHandler
LOINC_WEBSITE_URL, myLoincCopyrightStatement, myUploadProperties, REGENSTRIEF_INSTITUTE_INC
-
Constructor Summary
ConstructorDescriptionLoincGroupFileHandler
(Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties, String theCopyrightStatement) -
Method Summary
-
Field Details
-
VS_URI_PREFIX
- See Also:
-
-
Constructor Details
-
LoincGroupFileHandler
public LoincGroupFileHandler(Map<String, TermConcept> theCode2concept, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties, String theCopyrightStatement)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceIZipContentsHandlerCsv
-