Uses of Class
org.hl7.fhir.r4.model.CodeSystem.PropertyType
-
Packages that use CodeSystem.PropertyType Package Description org.hl7.fhir.r4.model org.hl7.fhir.r4.terminologies -
-
Uses of CodeSystem.PropertyType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CodeSystem.PropertyType Modifier and Type Field Description protected Enumeration<CodeSystem.PropertyType>CodeSystem.PropertyComponent. typeThe type of the property value.Methods in org.hl7.fhir.r4.model that return CodeSystem.PropertyType Modifier and Type Method Description static CodeSystem.PropertyTypeCodeSystem.PropertyType. fromCode(String codeString)CodeSystem.PropertyTypeCodeSystem.PropertyTypeEnumFactory. fromCode(String codeString)CodeSystem.PropertyTypeCodeSystem.PropertyComponent. getType()static CodeSystem.PropertyTypeCodeSystem.PropertyType. valueOf(String name)Returns 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.PropertyType Modifier and Type Method Description Enumeration<CodeSystem.PropertyType>CodeSystem.PropertyTypeEnumFactory. fromType(Base code)Enumeration<CodeSystem.PropertyType>CodeSystem.PropertyComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type CodeSystem.PropertyType Modifier and Type Method Description CodeSystem.PropertyComponentCodeSystem.PropertyComponent. setType(CodeSystem.PropertyType value)StringCodeSystem.PropertyTypeEnumFactory. toCode(CodeSystem.PropertyType code)StringCodeSystem.PropertyTypeEnumFactory. toSystem(CodeSystem.PropertyType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type CodeSystem.PropertyType Modifier and Type Method Description CodeSystem.PropertyComponentCodeSystem.PropertyComponent. setTypeElement(Enumeration<CodeSystem.PropertyType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type CodeSystem.PropertyType Constructor Description PropertyComponent(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.PropertyType Modifier and Type Method Description static CodeSystem.PropertyComponentCodeSystemUtilities. defineCodeSystemProperty(CodeSystem cs, String code, String description, CodeSystem.PropertyType type)
-