
Uses of Enum Class
org.hl7.fhir.dstu3.model.CodeSystem.PropertyType
Packages that use CodeSystem.PropertyType
-
Uses of CodeSystem.PropertyType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type CodeSystem.PropertyTypeModifier and TypeFieldDescriptionprotected Enumeration
<CodeSystem.PropertyType> CodeSystem.PropertyComponent.type
The type of the property value.Methods in org.hl7.fhir.dstu3.model that return CodeSystem.PropertyTypeModifier and TypeMethodDescriptionstatic CodeSystem.PropertyType
CodeSystem.PropertyComponent.getType()
static CodeSystem.PropertyType
Returns the enum constant of this class with the specified name.static CodeSystem.PropertyType[]
CodeSystem.PropertyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type CodeSystem.PropertyTypeModifier and TypeMethodDescriptionCodeSystem.PropertyTypeEnumFactory.fromType
(PrimitiveType<?> code) CodeSystem.PropertyComponent.getTypeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type CodeSystem.PropertyTypeModifier and TypeMethodDescriptionCodeSystem.PropertyComponent.setType
(CodeSystem.PropertyType value) CodeSystem.PropertyTypeEnumFactory.toCode
(CodeSystem.PropertyType code) CodeSystem.PropertyTypeEnumFactory.toSystem
(CodeSystem.PropertyType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type CodeSystem.PropertyTypeModifier and TypeMethodDescriptionCodeSystem.PropertyComponent.setTypeElement
(Enumeration<CodeSystem.PropertyType> value) Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type CodeSystem.PropertyTypeModifierConstructorDescriptionPropertyComponent
(CodeType code, Enumeration<CodeSystem.PropertyType> type) Constructor -
Uses of CodeSystem.PropertyType in org.hl7.fhir.dstu3.terminologies
Methods in org.hl7.fhir.dstu3.terminologies with parameters of type CodeSystem.PropertyTypeModifier and TypeMethodDescriptionstatic void
CodeSystemUtilities.defineCodeSystemProperty
(CodeSystem cs, String code, String description, CodeSystem.PropertyType type) Deprecated.