
Uses of Enum
org.hl7.fhir.dstu3.model.Enumerations.NoteType
Packages that use Enumerations.NoteType
-
Uses of Enumerations.NoteType in org.hl7.fhir.dstu3.model
Methods in org.hl7.fhir.dstu3.model that return Enumerations.NoteTypeModifier and TypeMethodDescriptionstatic Enumerations.NoteType
static Enumerations.NoteType
Returns the enum constant of this type with the specified name.static Enumerations.NoteType[]
Enumerations.NoteType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Enumerations.NoteTypeModifier and TypeMethodDescriptionEnumerations.NoteTypeEnumFactory.fromType
(PrimitiveType<?> code) Methods in org.hl7.fhir.dstu3.model with parameters of type Enumerations.NoteTypeModifier and TypeMethodDescriptionEnumerations.NoteTypeEnumFactory.toCode
(Enumerations.NoteType code) Enumerations.NoteTypeEnumFactory.toSystem
(Enumerations.NoteType code)