
Uses of Enum
org.hl7.fhir.r5.model.Enumerations.CodeSystemContentMode
Packages that use Enumerations.CodeSystemContentMode
-
Uses of Enumerations.CodeSystemContentMode in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.CodeSystemContentModeModifier 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.Methods in org.hl7.fhir.r5.model that return Enumerations.CodeSystemContentModeModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.CodeSystemContentModeModifier and TypeMethodDescriptionEnumerations.CodeSystemContentModeEnumFactory.fromType
(PrimitiveType<?> code) CodeSystem.getContentElement()
TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.getContentElement()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.CodeSystemContentModeModifier and TypeMethodDescriptionCodeSystem.setContent
(Enumerations.CodeSystemContentMode value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.setContent
(Enumerations.CodeSystemContentMode value) Enumerations.CodeSystemContentModeEnumFactory.toCode
(Enumerations.CodeSystemContentMode code) Enumerations.CodeSystemContentModeEnumFactory.toSystem
(Enumerations.CodeSystemContentMode code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.CodeSystemContentModeModifier and TypeMethodDescriptionCodeSystem.setContentElement
(Enumeration<Enumerations.CodeSystemContentMode> value) TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent.setContentElement
(Enumeration<Enumerations.CodeSystemContentMode> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.CodeSystemContentModeModifierConstructorDescriptionCodeSystem
(Enumerations.PublicationStatus status, Enumerations.CodeSystemContentMode content) ConstructorConstructor