Uses of Class
org.hl7.fhir.r4.model.CodeSystem.CodeSystemContentMode
-
Packages that use CodeSystem.CodeSystemContentMode Package Description org.hl7.fhir.r4.model -
-
Uses of CodeSystem.CodeSystemContentMode in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CodeSystem.CodeSystemContentMode Modifier and Type Field Description protected 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.CodeSystemContentMode Modifier and Type Method Description static CodeSystem.CodeSystemContentMode
CodeSystem.CodeSystemContentMode. fromCode(String codeString)
CodeSystem.CodeSystemContentMode
CodeSystem.CodeSystemContentModeEnumFactory. fromCode(String codeString)
CodeSystem.CodeSystemContentMode
CodeSystem. getContent()
static CodeSystem.CodeSystemContentMode
CodeSystem.CodeSystemContentMode. valueOf(String name)
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.CodeSystemContentMode Modifier and Type Method Description Enumeration<CodeSystem.CodeSystemContentMode>
CodeSystem.CodeSystemContentModeEnumFactory. fromType(Base code)
Enumeration<CodeSystem.CodeSystemContentMode>
CodeSystem. getContentElement()
Methods in org.hl7.fhir.r4.model with parameters of type CodeSystem.CodeSystemContentMode Modifier and Type Method Description CodeSystem
CodeSystem. setContent(CodeSystem.CodeSystemContentMode value)
String
CodeSystem.CodeSystemContentModeEnumFactory. toCode(CodeSystem.CodeSystemContentMode code)
String
CodeSystem.CodeSystemContentModeEnumFactory. toSystem(CodeSystem.CodeSystemContentMode code)
Method parameters in org.hl7.fhir.r4.model with type arguments of type CodeSystem.CodeSystemContentMode Modifier and Type Method Description CodeSystem
CodeSystem. setContentElement(Enumeration<CodeSystem.CodeSystemContentMode> value)
-