![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.CodeSystem.CodeSystemContentMode
Packages that use CodeSystem.CodeSystemContentMode
-
Uses of CodeSystem.CodeSystemContentMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CodeSystem.CodeSystemContentModeModifier and TypeFieldDescriptionprotected Enumeration
<CodeSystem.CodeSystemContentMode> CodeSystem.content
The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance.Methods in org.hl7.fhir.r4.model that return CodeSystem.CodeSystemContentModeModifier and TypeMethodDescriptionCodeSystem.getContent()
Returns the enum constant of this type with the specified name.static CodeSystem.CodeSystemContentMode[]
CodeSystem.CodeSystemContentMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type CodeSystem.CodeSystemContentModeModifier and TypeMethodDescriptionCodeSystem.CodeSystemContentModeEnumFactory.fromType
(PrimitiveType<?> code) CodeSystem.getContentElement()
Methods in org.hl7.fhir.r4.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.r4.model with type arguments of type CodeSystem.CodeSystemContentModeModifier and TypeMethodDescriptionCodeSystem.setContentElement
(Enumeration<CodeSystem.CodeSystemContentMode> value)