
Uses of Enum Class
org.hl7.fhir.dstu3.model.CodeSystem.CodeSystemContentMode
Packages that use CodeSystem.CodeSystemContentMode
-
Uses of CodeSystem.CodeSystemContentMode in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type CodeSystem.CodeSystemContentModeModifier and TypeFieldDescriptionprotected Enumeration<CodeSystem.CodeSystemContentMode> CodeSystem.contentHow much of the content of the code system - the concepts and codes it defines - are represented in this resource.Methods in org.hl7.fhir.dstu3.model that return CodeSystem.CodeSystemContentModeModifier and TypeMethodDescriptionCodeSystem.getContent()Returns the enum constant of this class with the specified name.static CodeSystem.CodeSystemContentMode[]CodeSystem.CodeSystemContentMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type CodeSystem.CodeSystemContentModeModifier and TypeMethodDescriptionCodeSystem.CodeSystemContentModeEnumFactory.fromType(PrimitiveType<?> code) CodeSystem.getContentElement()Methods in org.hl7.fhir.dstu3.model with parameters of type CodeSystem.CodeSystemContentModeModifier and TypeMethodDescriptionCodeSystem.setContent(CodeSystem.CodeSystemContentMode value) CodeSystem.CodeSystemContentModeEnumFactory.toCode(CodeSystem.CodeSystemContentMode code) CodeSystem.CodeSystemContentModeEnumFactory.toSystem(CodeSystem.CodeSystemContentMode code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type CodeSystem.CodeSystemContentModeModifier and TypeMethodDescriptionCodeSystem.setContentElement(Enumeration<CodeSystem.CodeSystemContentMode> value)