Package ca.uhn.fhir.jpa.term.loinc
Class LoincDocumentOntologyHandler
java.lang.Object
ca.uhn.fhir.jpa.term.loinc.BaseLoincHandler
ca.uhn.fhir.jpa.term.loinc.LoincDocumentOntologyHandler
- All Implemented Interfaces:
IZipContentsHandlerCsv
public class LoincDocumentOntologyHandler
extends BaseLoincHandler
implements IZipContentsHandlerCsv
-
Field Summary
Fields inherited from class ca.uhn.fhir.jpa.term.loinc.BaseLoincHandler
LOINC_WEBSITE_URL, myLoincCopyrightStatement, myUploadProperties, REGENSTRIEF_INSTITUTE_INC
-
Constructor Summary
ConstructorDescriptionLoincDocumentOntologyHandler
(Map<String, TermConcept> theCode2concept, Map<String, org.hl7.fhir.r4.model.CodeSystem.PropertyType> thePropertyNames, List<org.hl7.fhir.r4.model.ValueSet> theValueSets, List<org.hl7.fhir.r4.model.ConceptMap> theConceptMaps, Properties theUploadProperties, String theCopyrightStatement) -
Method Summary
-
Field Details
-
DOCUMENT_ONTOLOGY_CODES_VS_ID
- See Also:
-
DOCUMENT_ONTOLOGY_CODES_VS_URI
- See Also:
-
DOCUMENT_ONTOLOGY_CODES_VS_NAME
- See Also:
-
-
Constructor Details
-
LoincDocumentOntologyHandler
public LoincDocumentOntologyHandler(Map<String, TermConcept> theCode2concept, Map<String, org.hl7.fhir.r4.model.CodeSystem.PropertyType> thePropertyNames, 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
-