
Uses of Class
org.hl7.fhir.r5.testfactory.TestDataFactory.DataTable
Packages that use TestDataFactory.DataTable
- 
Uses of TestDataFactory.DataTable in org.hl7.fhir.r5.liquidMethods in org.hl7.fhir.r5.liquid that return types with arguments of type TestDataFactory.DataTableMethods in org.hl7.fhir.r5.liquid with parameters of type TestDataFactory.DataTableModifier and TypeMethodDescriptionstatic BaseTableWrapperBaseTableWrapper.forTable(TestDataFactory.DataTable dt) Method parameters in org.hl7.fhir.r5.liquid with type arguments of type TestDataFactory.DataTableModifier and TypeMethodDescriptionBaseTableWrapper.setTables(Map<String, TestDataFactory.DataTable> tables) 
- 
Uses of TestDataFactory.DataTable in org.hl7.fhir.r5.testfactoryConstructor parameters in org.hl7.fhir.r5.testfactory with type arguments of type TestDataFactory.DataTableModifierConstructorDescriptionProfileBasedFactory(FHIRPathEngine fpe, String baseDataSource, TableDataProvider data, Map<String, TestDataFactory.DataTable> tables, org.hl7.fhir.utilities.json.model.JsonArray mappings)