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 classMappingSheetParser.MappingRow
-
Constructor Summary
Constructors Constructor Description MappingSheetParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgenSheet(ConceptMap cm)ConceptMapgetConceptMap()List<MappingSheetParser.MappingRow>getRows()StructureMapgetStructureMap()booleanisSheet(ConceptMap cm)static voidmain(String[] args)voidparse(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.FHIRExceptionIOException
-
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:
FileNotFoundExceptionIOExceptionorg.hl7.fhir.exceptions.FHIRException
-
-