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