
Package org.hl7.fhir.convertors.misc
Class OIDBasedValueSetImporter
- java.lang.Object
-
- org.hl7.fhir.convertors.misc.OIDBasedValueSetImporter
-
- Direct Known Subclasses:
PhinVadsImporter
,VSACImporter
public class OIDBasedValueSetImporter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.hl7.fhir.r5.context.IWorkerContext
context
-
Constructor Summary
Constructors Constructor Description OIDBasedValueSetImporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
fixVersionforSystem(String url, String csver)
protected org.hl7.fhir.r5.model.ValueSet.ConceptSetComponent
getInclude(org.hl7.fhir.r5.model.ValueSet vs, String url, String csver)
protected void
init()
-
-
-
Field Detail
-
context
protected org.hl7.fhir.r5.context.IWorkerContext context
-
-
Constructor Detail
-
OIDBasedValueSetImporter
public OIDBasedValueSetImporter()
-
-
Method Detail
-
init
protected void init() throws FileNotFoundException, org.hl7.fhir.exceptions.FHIRException, IOException
- Throws:
FileNotFoundException
org.hl7.fhir.exceptions.FHIRException
IOException
-
fixVersionforSystem
protected String fixVersionforSystem(String url, String csver)
-
getInclude
protected org.hl7.fhir.r5.model.ValueSet.ConceptSetComponent getInclude(org.hl7.fhir.r5.model.ValueSet vs, String url, String csver)
-
-