Uses of Enum
ca.uhn.fhir.context.api.AddProfileTagEnum
Packages that use AddProfileTagEnum
-
Uses of AddProfileTagEnum in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return AddProfileTagEnumModifier and TypeMethodDescriptionFhirContext.getAddProfileTagWhenEncoding()When encoding resources, this setting configures the parser to include an entry in the resource's metadata section which indicates which profile(s) the resource claims to conform to.Methods in ca.uhn.fhir.context with parameters of type AddProfileTagEnumModifier and TypeMethodDescriptionvoidFhirContext.setAddProfileTagWhenEncoding(AddProfileTagEnum theAddProfileTagWhenEncoding)When encoding resources, this setting configures the parser to include an entry in the resource's metadata section which indicates which profile(s) the resource claims to conform to. -
Uses of AddProfileTagEnum in ca.uhn.fhir.context.api
Methods in ca.uhn.fhir.context.api that return AddProfileTagEnumModifier and TypeMethodDescriptionstatic AddProfileTagEnumReturns the enum constant of this type with the specified name.static AddProfileTagEnum[]AddProfileTagEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.