Package org.hl7.fhir.r5.utils
Class MappingSheetParser
- java.lang.Object
-
- org.hl7.fhir.r5.utils.MappingSheetParser
-
public class MappingSheetParser extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
MappingSheetParser.MappingRow
-
Constructor Summary
Constructors Constructor Description MappingSheetParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
genSheet(ConceptMap cm)
ConceptMap
getConceptMap()
List<MappingSheetParser.MappingRow>
getRows()
StructureMap
getStructureMap()
boolean
isSheet(ConceptMap cm)
static void
main(String[] args)
void
parse(InputStream stream, String name)
-
-
-
Constructor Detail
-
MappingSheetParser
public MappingSheetParser()
-
-
Method Detail
-
parse
public void parse(InputStream stream, String name) throws org.hl7.fhir.exceptions.FHIRException, IOException
- Throws:
org.hl7.fhir.exceptions.FHIRException
IOException
-
getRows
public List<MappingSheetParser.MappingRow> getRows()
-
getConceptMap
public ConceptMap getConceptMap() throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getStructureMap
public StructureMap getStructureMap() throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
isSheet
public boolean isSheet(ConceptMap cm)
-
genSheet
public String genSheet(ConceptMap cm) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
main
public static void main(String[] args) throws FileNotFoundException, IOException, org.hl7.fhir.exceptions.FHIRException
- Throws:
FileNotFoundException
IOException
org.hl7.fhir.exceptions.FHIRException
-
-