Uses of Enum
org.hl7.fhir.dstu3.model.CodeSystem.CodeSystemContentMode
-
Uses of CodeSystem.CodeSystemContentMode in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration
<CodeSystem.CodeSystemContentMode> CodeSystem.content
How much of the content of the code system - the concepts and codes it defines - are represented in this resource.Modifier 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.Modifier and TypeMethodDescriptionCodeSystem.CodeSystemContentModeEnumFactory.fromType
(PrimitiveType<?> code) CodeSystem.getContentElement()
Modifier and TypeMethodDescriptionCodeSystem.setContent
(CodeSystem.CodeSystemContentMode value) CodeSystem.CodeSystemContentModeEnumFactory.toCode
(CodeSystem.CodeSystemContentMode code) CodeSystem.CodeSystemContentModeEnumFactory.toSystem
(CodeSystem.CodeSystemContentMode code) Modifier and TypeMethodDescriptionCodeSystem.setContentElement
(Enumeration<CodeSystem.CodeSystemContentMode> value)