Uses of Class
org.hl7.fhir.exceptions.FHIRException
-
-
Uses of FHIRException in org.hl7.fhir.exceptions
Subclasses of FHIRException in org.hl7.fhir.exceptions Modifier and Type Class Description classDefinitionExceptionclassFHIRFormatErrorclassNoTerminologyServiceExceptionclassPathEngineExceptionclassTerminologyServiceExceptionclassUcumException -
Uses of FHIRException in org.hl7.fhir.utilities
Methods in org.hl7.fhir.utilities that throw FHIRException Modifier and Type Method Description voidCSVReader. checkColumn(int i, String name, String desc)static voidUtilities. copyDirectory(String sourceFolder, String destFolder, FileNotifier notifier)static voidUtilities. copyDirectory2(String sourceFolder, String destFolder, FileNotifier.FileNotifier2 notifier)static StandardsStatusStandardsStatus. fromCode(String value)booleanCSVReader. line()static voidFTPClient. main(String[] args)String[]CSVReader. parseLine()Split one line in a CSV file into its cells.voidCSVProcessor.DataReader. process()voidCSVProcessor. process()voidCSVReader. readHeaders()voidCSVProcessor. setData(InputStream data)static StringUtilities. unescapeJson(String json)static StringUtilities. unescapeXml(String xml)Constructors in org.hl7.fhir.utilities that throw FHIRException Constructor Description CSVReader(InputStream in)DataReader(InputStream data) -
Uses of FHIRException in org.hl7.fhir.utilities.graphql
Methods in org.hl7.fhir.utilities.graphql that throw FHIRException Modifier and Type Method Description ArgumentObjectValue. addField(String name, Argument.ArgumentListStatus listStatus)voidIGraphQLEngine. execute()voidIGraphQLStorageServices. listResources(Object appInfo, String type, List<Argument> searchParams, List<org.hl7.fhir.instance.model.api.IBaseResource> matches)list the matching resources.org.hl7.fhir.instance.model.api.IBaseResourceIGraphQLStorageServices. lookup(Object appInfo, String type, String id)just get the identified resourceIGraphQLStorageServices.ReferenceResolutionIGraphQLStorageServices. lookup(Object appInfo, org.hl7.fhir.instance.model.api.IBaseResource context, org.hl7.fhir.instance.model.api.IBaseReference reference)given a reference inside a context, return what it references (including resolving internal references (e.g.org.hl7.fhir.instance.model.api.IBaseBundleIGraphQLStorageServices. search(Object appInfo, String type, List<Argument> searchParams)just perform a standard search, and return the bundle as you return to the client -
Uses of FHIRException in org.hl7.fhir.utilities.json
Subclasses of FHIRException in org.hl7.fhir.utilities.json Modifier and Type Class Description classJsonException -
Uses of FHIRException in org.hl7.fhir.utilities.npm
Methods in org.hl7.fhir.utilities.npm that throw FHIRException Modifier and Type Method Description NpmPackageBasePackageCacheManager. loadPackage(String idAndVer)NpmPackageFilesystemPackageCacheManager. loadPackage(String id, String version)NpmPackageIPackageCacheManager. loadPackage(String idAndVer)NpmPackageIPackageCacheManager. loadPackage(String id, String version) -
Uses of FHIRException in org.hl7.fhir.utilities.validation
Methods in org.hl7.fhir.utilities.validation that throw FHIRException Modifier and Type Method Description static ValidationMessage.IssueSeverityValidationMessage.IssueSeverity. fromCode(String codeString)static ValidationMessage.IssueTypeValidationMessage.IssueType. fromCode(String codeString) -
Uses of FHIRException in org.hl7.fhir.utilities.xhtml
Methods in org.hl7.fhir.utilities.xhtml that throw FHIRException Modifier and Type Method Description voidCDANarrativeFormat. convert(IXMLWriter xml, XhtmlNode div)For XHTML return the matching CDA narrative.XhtmlNodeCDANarrativeFormat. convert(Element ed)for a CDA narrative, return the matching XHTML.XhtmlNodeHierarchicalTableGenerator. generate(HierarchicalTableGenerator.TableModel model, String imagePath, int border, Set<String> outputTracker)XhtmlNodeXhtmlParser. parseFragment(InputStream input)XhtmlNodeXhtmlParser. parseFragment(String source) -
Uses of FHIRException in org.hl7.fhir.utilities.xls
Methods in org.hl7.fhir.utilities.xls that throw FHIRException Modifier and Type Method Description StringXLSXmlParser.Sheet. getNonEmptyColumn(int row, String column)voidXLSXmlNormaliser. go()Constructors in org.hl7.fhir.utilities.xls that throw FHIRException Constructor Description XLSXmlParser(InputStream in, String name) -
Uses of FHIRException in org.hl7.fhir.utilities.xml
Methods in org.hl7.fhir.utilities.xml that throw FHIRException Modifier and Type Method Description StringXmlGenerator. generate(Element element)voidXmlGenerator. generate(Element element, File file)voidXmlGenerator. generate(Element element, File file, String defaultNamespace, String elementName)voidXmlGenerator. generate(Element element, OutputStream stream)static voidXMLUtil. setNamedChildValue(Element element, String name, String value)
-