Uses of Enum
org.hl7.fhir.r5.model.Enumerations.CodeSystemContentMode
-
Uses of Enumerations.CodeSystemContentMode in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.CodeSystemContentMode> CodeSystem.content
The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance.protected Enumeration
<Enumerations.CodeSystemContentMode> TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.content
The extent of the content of the code system (the concepts and codes it defines) are represented in this resource instance.Modifier and TypeMethodDescriptionCodeSystem.getContent()
TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.getContent()
Returns the enum constant of this type with the specified name.static Enumerations.CodeSystemContentMode[]
Enumerations.CodeSystemContentMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEnumerations.CodeSystemContentModeEnumFactory.fromType
(PrimitiveType<?> code) CodeSystem.getContentElement()
TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.getContentElement()
Modifier and TypeMethodDescriptionCodeSystem.setContent
(Enumerations.CodeSystemContentMode value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.setContent
(Enumerations.CodeSystemContentMode value) Enumerations.CodeSystemContentModeEnumFactory.toCode
(Enumerations.CodeSystemContentMode code) Enumerations.CodeSystemContentModeEnumFactory.toSystem
(Enumerations.CodeSystemContentMode code) Modifier and TypeMethodDescriptionCodeSystem.setContentElement
(Enumeration<Enumerations.CodeSystemContentMode> value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.setContentElement
(Enumeration<Enumerations.CodeSystemContentMode> value) ModifierConstructorDescriptionCodeSystem
(Enumerations.PublicationStatus status, Enumerations.CodeSystemContentMode content) ConstructorConstructor