
Uses of Enum
org.hl7.fhir.r5.model.Enumerations.ListMode
Packages that use Enumerations.ListMode
-
Uses of Enumerations.ListMode in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.ListModeModifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.ListMode> EvidenceReport.SectionComponent.mode
How the entry list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.protected Enumeration
<Enumerations.ListMode> ListResource.mode
How this list was prepared - whether it is a working list that is suitable for being maintained on an ongoing basis, or if it represents a snapshot of a list of items from another source, or whether it is a prepared list where items may be marked as added, modified or deleted.Methods in org.hl7.fhir.r5.model that return Enumerations.ListModeModifier and TypeMethodDescriptionstatic Enumerations.ListMode
EvidenceReport.SectionComponent.getMode()
ListResource.getMode()
static Enumerations.ListMode
Returns the enum constant of this type with the specified name.static Enumerations.ListMode[]
Enumerations.ListMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.ListModeModifier and TypeMethodDescriptionEnumerations.ListModeEnumFactory.fromType
(PrimitiveType<?> code) EvidenceReport.SectionComponent.getModeElement()
ListResource.getModeElement()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ListModeModifier and TypeMethodDescriptionEvidenceReport.SectionComponent.setMode
(Enumerations.ListMode value) ListResource.setMode
(Enumerations.ListMode value) Enumerations.ListModeEnumFactory.toCode
(Enumerations.ListMode code) Enumerations.ListModeEnumFactory.toSystem
(Enumerations.ListMode code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.ListModeModifier and TypeMethodDescriptionEvidenceReport.SectionComponent.setModeElement
(Enumeration<Enumerations.ListMode> value) ListResource.setModeElement
(Enumeration<Enumerations.ListMode> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.ListModeModifierConstructorDescriptionListResource
(ListResource.ListStatus status, Enumerations.ListMode mode) Constructor