Uses of Class
org.hl7.fhir.r4b.model.Enumerations.ListMode
-
Packages that use Enumerations.ListMode Package Description org.hl7.fhir.r4b.model -
-
Uses of Enumerations.ListMode in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Enumerations.ListMode Modifier and Type Field Description protected Enumeration<Enumerations.ListMode>Composition.SectionComponent. modeHow 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>EvidenceReport.SectionComponent. modeHow 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. modeHow 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.r4b.model that return Enumerations.ListMode Modifier and Type Method Description static Enumerations.ListModeEnumerations.ListMode. fromCode(String codeString)Enumerations.ListModeEnumerations.ListModeEnumFactory. fromCode(String codeString)Enumerations.ListModeComposition.SectionComponent. getMode()Enumerations.ListModeEvidenceReport.SectionComponent. getMode()Enumerations.ListModeListResource. getMode()static Enumerations.ListModeEnumerations.ListMode. valueOf(String name)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.r4b.model that return types with arguments of type Enumerations.ListMode Modifier and Type Method Description Enumeration<Enumerations.ListMode>Enumerations.ListModeEnumFactory. fromType(Base code)Enumeration<Enumerations.ListMode>Composition.SectionComponent. getModeElement()Enumeration<Enumerations.ListMode>EvidenceReport.SectionComponent. getModeElement()Enumeration<Enumerations.ListMode>ListResource. getModeElement()Methods in org.hl7.fhir.r4b.model with parameters of type Enumerations.ListMode Modifier and Type Method Description Composition.SectionComponentComposition.SectionComponent. setMode(Enumerations.ListMode value)EvidenceReport.SectionComponentEvidenceReport.SectionComponent. setMode(Enumerations.ListMode value)ListResourceListResource. setMode(Enumerations.ListMode value)StringEnumerations.ListModeEnumFactory. toCode(Enumerations.ListMode code)StringEnumerations.ListModeEnumFactory. toSystem(Enumerations.ListMode code)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Enumerations.ListMode Modifier and Type Method Description Composition.SectionComponentComposition.SectionComponent. setModeElement(Enumeration<Enumerations.ListMode> value)EvidenceReport.SectionComponentEvidenceReport.SectionComponent. setModeElement(Enumeration<Enumerations.ListMode> value)ListResourceListResource. setModeElement(Enumeration<Enumerations.ListMode> value)Constructors in org.hl7.fhir.r4b.model with parameters of type Enumerations.ListMode Constructor Description ListResource(ListResource.ListStatus status, Enumerations.ListMode mode)Constructor
-