Uses of Class
com.ibm.fhir.model.type.code.SectionMode
-
Packages that use SectionMode Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of SectionMode in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return SectionMode Modifier and Type Method Description SectionModeComposition.Section. getMode()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.Methods in com.ibm.fhir.model.resource with parameters of type SectionMode Modifier and Type Method Description Composition.Section.BuilderComposition.Section.Builder. mode(SectionMode 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. -
Uses of SectionMode in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as SectionMode Modifier and Type Field Description static SectionModeSectionMode. CHANGESChange Liststatic SectionModeSectionMode. SNAPSHOTSnapshot Liststatic SectionModeSectionMode. WORKINGWorking ListMethods in com.ibm.fhir.model.type.code that return SectionMode Modifier and Type Method Description SectionModeSectionMode.Builder. build()static SectionModeSectionMode. of(SectionMode.ValueSet value)Factory method for creating SectionMode objects from a passed enum value.static SectionModeSectionMode. of(String value)Factory method for creating SectionMode objects from a passed string value.
-