Uses of Class
com.ibm.fhir.model.resource.CodeSystem.Property
-
Packages that use CodeSystem.Property Package Description com.ibm.fhir.model.resource com.ibm.fhir.term.util -
-
Uses of CodeSystem.Property in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CodeSystem.Property Modifier and Type Method Description CodeSystem.PropertyCodeSystem.Property.Builder. build()Build theCodeSystem.PropertyMethods in com.ibm.fhir.model.resource that return types with arguments of type CodeSystem.Property Modifier and Type Method Description List<CodeSystem.Property>CodeSystem. getProperty()A property defines an additional slot through which additional information can be provided about a concept.Methods in com.ibm.fhir.model.resource with parameters of type CodeSystem.Property Modifier and Type Method Description protected CodeSystem.Property.BuilderCodeSystem.Property.Builder. from(CodeSystem.Property property)CodeSystem.BuilderCodeSystem.Builder. property(CodeSystem.Property... property)A property defines an additional slot through which additional information can be provided about a concept.Method parameters in com.ibm.fhir.model.resource with type arguments of type CodeSystem.Property Modifier and Type Method Description CodeSystem.BuilderCodeSystem.Builder. property(Collection<CodeSystem.Property> property)A property defines an additional slot through which additional information can be provided about a concept. -
Uses of CodeSystem.Property in com.ibm.fhir.term.util
Methods in com.ibm.fhir.term.util that return CodeSystem.Property Modifier and Type Method Description static CodeSystem.PropertyCodeSystemSupport. getCodeSystemProperty(CodeSystem codeSystem, Code code)Get the code system property that matches the specified code.
-