
Uses of Enum Class
org.hl7.fhir.r4.elementmodel.Manager.FhirFormat
Packages that use Manager.FhirFormat
Package
Description
-
Uses of Manager.FhirFormat in org.hl7.fhir.r4.elementmodel
Methods in org.hl7.fhir.r4.elementmodel that return Manager.FhirFormatModifier and TypeMethodDescriptionstatic Manager.FhirFormatReturns the enum constant of this class with the specified name.static Manager.FhirFormat[]Manager.FhirFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.elementmodel with parameters of type Manager.FhirFormatModifier and TypeMethodDescriptionstatic voidManager.compose(IWorkerContext context, Element e, OutputStream destination, Manager.FhirFormat outputFormat, IParser.OutputStyle style, String base) Deprecated.static ParserBaseManager.makeParser(IWorkerContext context, Manager.FhirFormat format) Deprecated.static ElementManager.parse(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat) Deprecated. -
Uses of Manager.FhirFormat in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Manager.FhirFormatModifier and TypeMethodDescriptionstatic Manager.FhirFormatFormatUtilities.determineFormat(byte[] source) static Manager.FhirFormatFormatUtilities.determineFormat(byte[] source, int scanLength) Methods in org.hl7.fhir.r4.formats with parameters of type Manager.FhirFormatModifier and TypeMethodDescriptionstatic ParserBaseFormatUtilities.makeParser(Manager.FhirFormat format) static IParserParserFactory.parser(Manager.FhirFormat format) static IParserParserFactory.parser(Manager.FhirFormat format, IParser.OutputStyle style) -
Uses of Manager.FhirFormat in org.hl7.fhir.r4.utils.validation
Methods in org.hl7.fhir.r4.utils.validation with parameters of type Manager.FhirFormatModifier and TypeMethodDescriptionIResourceValidator.validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, InputStream stream, Manager.FhirFormat format) IResourceValidator.validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, InputStream stream, Manager.FhirFormat format, String profile) IResourceValidator.validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, InputStream stream, Manager.FhirFormat format, StructureDefinition profile) IResourceValidator.validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, InputStream stream, Manager.FhirFormat format, ValidationProfileSet profiles)