Uses of Class
ca.uhn.fhir.context.api.AddProfileTagEnum
-
Packages that use AddProfileTagEnum Package Description ca.uhn.fhir.context ca.uhn.fhir.context.api -
-
Uses of AddProfileTagEnum in ca.uhn.fhir.context
Methods in ca.uhn.fhir.context that return AddProfileTagEnum Modifier and Type Method Description AddProfileTagEnumFhirContext. 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 AddProfileTagEnum Modifier and Type Method Description voidFhirContext. 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 AddProfileTagEnum Modifier and Type Method Description static AddProfileTagEnumAddProfileTagEnum. valueOf(String name)Returns 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.
-