Uses of Class
org.hl7.fhir.r4.elementmodel.Manager.FhirFormat
-
Packages that use Manager.FhirFormat Package Description org.hl7.fhir.r4.elementmodel org.hl7.fhir.r4.formats org.hl7.fhir.r4.utils -
-
Uses of Manager.FhirFormat in org.hl7.fhir.r4.elementmodel
Methods in org.hl7.fhir.r4.elementmodel that return Manager.FhirFormat Modifier and Type Method Description static Manager.FhirFormatManager.FhirFormat. valueOf(String name)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.Methods in org.hl7.fhir.r4.elementmodel with parameters of type Manager.FhirFormat Modifier and Type Method Description static voidManager. compose(IWorkerContext context, Element e, OutputStream destination, Manager.FhirFormat outputFormat, IParser.OutputStyle style, String base)static ParserBaseManager. makeParser(IWorkerContext context, Manager.FhirFormat format)static ElementManager. parse(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat) -
Uses of Manager.FhirFormat in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Manager.FhirFormat Modifier and Type Method Description static 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.FhirFormat Modifier and Type Method Description static 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
Methods in org.hl7.fhir.r4.utils with parameters of type Manager.FhirFormat Modifier and Type Method Description ElementIResourceValidator. validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, InputStream stream, Manager.FhirFormat format)ElementIResourceValidator. validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, InputStream stream, Manager.FhirFormat format, String profile)ElementIResourceValidator. validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, InputStream stream, Manager.FhirFormat format, StructureDefinition profile)ElementIResourceValidator. validate(Object Context, List<org.hl7.fhir.utilities.validation.ValidationMessage> errors, InputStream stream, Manager.FhirFormat format, ValidationProfileSet profiles)
-