
Package org.hl7.fhir.r5.utils
Class MappingSheetParser
java.lang.Object
org.hl7.fhir.r5.utils.MappingSheetParser
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongenSheet(ConceptMap cm) getRows()booleanisSheet(ConceptMap cm) static voidvoidparse(InputStream stream, String name) 
- 
Constructor Details- 
MappingSheetParserpublic MappingSheetParser()
 
- 
- 
Method Details- 
parsepublic void parse(InputStream stream, String name) throws org.hl7.fhir.exceptions.FHIRException, IOException - Throws:
- org.hl7.fhir.exceptions.FHIRException
- IOException
 
- 
getRows
- 
getConceptMap- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
getStructureMap- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
isSheet
- 
genSheet- Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
mainpublic static void main(String[] args) throws FileNotFoundException, IOException, org.hl7.fhir.exceptions.FHIRException - Throws:
- FileNotFoundException
- IOException
- org.hl7.fhir.exceptions.FHIRException
 
 
-