Uses of Enum
org.hl7.fhir.r4.model.CodeSystem.PropertyType
Packages that use CodeSystem.PropertyType
-
Uses of CodeSystem.PropertyType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CodeSystem.PropertyTypeModifier and TypeFieldDescriptionprotected Enumeration<CodeSystem.PropertyType>CodeSystem.PropertyComponent.typeThe type of the property value.Methods in org.hl7.fhir.r4.model that return CodeSystem.PropertyTypeModifier and TypeMethodDescriptionstatic CodeSystem.PropertyTypeCodeSystem.PropertyComponent.getType()static CodeSystem.PropertyTypeReturns the enum constant of this type with the specified name.static CodeSystem.PropertyType[]CodeSystem.PropertyType.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.PropertyTypeMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type CodeSystem.PropertyTypeModifier and TypeMethodDescriptionCodeSystem.PropertyComponent.setTypeElement(Enumeration<CodeSystem.PropertyType> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type CodeSystem.PropertyTypeModifierConstructorDescriptionPropertyComponent(CodeType code, Enumeration<CodeSystem.PropertyType> type) Constructor -
Uses of CodeSystem.PropertyType in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies with parameters of type CodeSystem.PropertyTypeModifier and TypeMethodDescriptionstatic CodeSystem.PropertyComponentCodeSystemUtilities.defineCodeSystemProperty(CodeSystem cs, String code, String description, CodeSystem.PropertyType type)