Package org.hl7.fhir.r5.utils
Class MappingSheetParser
java.lang.Object
org.hl7.fhir.r5.utils.MappingSheetParser
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongenSheet
(ConceptMap cm) getRows()
boolean
isSheet
(ConceptMap cm) static void
void
parse
(InputStream stream, String name)
-
Constructor Details
-
MappingSheetParser
public MappingSheetParser()
-
-
Method Details
-
parse
public 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
-
main
public static void main(String[] args) throws FileNotFoundException, IOException, org.hl7.fhir.exceptions.FHIRException - Throws:
FileNotFoundException
IOException
org.hl7.fhir.exceptions.FHIRException
-