Uses of Enum
org.hl7.fhir.r4.elementmodel.Manager.FhirFormat
Package
Description
-
Uses of Manager.FhirFormat in org.hl7.fhir.r4.elementmodel
Modifier and TypeMethodDescriptionstatic Manager.FhirFormat
Returns the enum constant of this type with the specified name.static Manager.FhirFormat[]
Manager.FhirFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic void
Manager.compose
(IWorkerContext context, Element e, OutputStream destination, Manager.FhirFormat outputFormat, IParser.OutputStyle style, String base) static ParserBase
Manager.makeParser
(IWorkerContext context, Manager.FhirFormat format) static Element
Manager.parse
(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat) -
Uses of Manager.FhirFormat in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionstatic Manager.FhirFormat
FormatUtilities.determineFormat
(byte[] source) static Manager.FhirFormat
FormatUtilities.determineFormat
(byte[] source, int scanLength) Modifier and TypeMethodDescriptionstatic ParserBase
FormatUtilities.makeParser
(Manager.FhirFormat format) static IParser
ParserFactory.parser
(Manager.FhirFormat format) static IParser
ParserFactory.parser
(Manager.FhirFormat format, IParser.OutputStyle style) -
Uses of Manager.FhirFormat in org.hl7.fhir.r4.utils.validation
Modifier 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)