Uses of Class
org.hl7.fhir.dstu3.model.ExpansionProfile.SystemVersionProcessingMode
-
Packages that use ExpansionProfile.SystemVersionProcessingMode Package Description org.hl7.fhir.dstu3.model -
-
Uses of ExpansionProfile.SystemVersionProcessingMode in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ExpansionProfile.SystemVersionProcessingMode Modifier and Type Field Description protected Enumeration<ExpansionProfile.SystemVersionProcessingMode>ExpansionProfile.ExpansionProfileFixedVersionComponent. modeHow to manage the intersection between a fixed version in a value set, and this fixed version of the system in the expansion profile.Methods in org.hl7.fhir.dstu3.model that return ExpansionProfile.SystemVersionProcessingMode Modifier and Type Method Description static ExpansionProfile.SystemVersionProcessingModeExpansionProfile.SystemVersionProcessingMode. fromCode(String codeString)ExpansionProfile.SystemVersionProcessingModeExpansionProfile.SystemVersionProcessingModeEnumFactory. fromCode(String codeString)ExpansionProfile.SystemVersionProcessingModeExpansionProfile.ExpansionProfileFixedVersionComponent. getMode()static ExpansionProfile.SystemVersionProcessingModeExpansionProfile.SystemVersionProcessingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExpansionProfile.SystemVersionProcessingMode[]ExpansionProfile.SystemVersionProcessingMode. 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 ExpansionProfile.SystemVersionProcessingMode Modifier and Type Method Description Enumeration<ExpansionProfile.SystemVersionProcessingMode>ExpansionProfile.SystemVersionProcessingModeEnumFactory. fromType(PrimitiveType<?> code)Enumeration<ExpansionProfile.SystemVersionProcessingMode>ExpansionProfile.ExpansionProfileFixedVersionComponent. getModeElement()Methods in org.hl7.fhir.dstu3.model with parameters of type ExpansionProfile.SystemVersionProcessingMode Modifier and Type Method Description ExpansionProfile.ExpansionProfileFixedVersionComponentExpansionProfile.ExpansionProfileFixedVersionComponent. setMode(ExpansionProfile.SystemVersionProcessingMode value)StringExpansionProfile.SystemVersionProcessingModeEnumFactory. toCode(ExpansionProfile.SystemVersionProcessingMode code)StringExpansionProfile.SystemVersionProcessingModeEnumFactory. toSystem(ExpansionProfile.SystemVersionProcessingMode code)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type ExpansionProfile.SystemVersionProcessingMode Modifier and Type Method Description ExpansionProfile.ExpansionProfileFixedVersionComponentExpansionProfile.ExpansionProfileFixedVersionComponent. setModeElement(Enumeration<ExpansionProfile.SystemVersionProcessingMode> value)Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type ExpansionProfile.SystemVersionProcessingMode Constructor Description ExpansionProfileFixedVersionComponent(UriType system, StringType version, Enumeration<ExpansionProfile.SystemVersionProcessingMode> mode)Constructor
-