Uses of Class
com.ibm.fhir.model.resource.CodeSystem.Concept.Property
-
Packages that use CodeSystem.Concept.Property Package Description com.ibm.fhir.model.resource com.ibm.fhir.term.util -
-
Uses of CodeSystem.Concept.Property in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CodeSystem.Concept.Property Modifier and Type Method Description CodeSystem.Concept.Property
CodeSystem.Concept.Property.Builder. build()
Build theCodeSystem.Concept.Property
Methods in com.ibm.fhir.model.resource that return types with arguments of type CodeSystem.Concept.Property Modifier and Type Method Description List<CodeSystem.Concept.Property>
CodeSystem.Concept. getProperty()
A property value for this concept.Methods in com.ibm.fhir.model.resource with parameters of type CodeSystem.Concept.Property Modifier and Type Method Description protected CodeSystem.Concept.Property.Builder
CodeSystem.Concept.Property.Builder. from(CodeSystem.Concept.Property property)
CodeSystem.Concept.Builder
CodeSystem.Concept.Builder. property(CodeSystem.Concept.Property... property)
A property value for this concept.Method parameters in com.ibm.fhir.model.resource with type arguments of type CodeSystem.Concept.Property Modifier and Type Method Description CodeSystem.Concept.Builder
CodeSystem.Concept.Builder. property(Collection<CodeSystem.Concept.Property> property)
A property value for this concept. -
Uses of CodeSystem.Concept.Property in com.ibm.fhir.term.util
Methods in com.ibm.fhir.term.util that return CodeSystem.Concept.Property Modifier and Type Method Description static CodeSystem.Concept.Property
CodeSystemSupport. getConceptProperty(CodeSystem.Concept concept, Code code)
Get the concept property that matches the specified code.
-