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.PropertyCodeSystem.Concept.Property.Builder. build()Build theCodeSystem.Concept.PropertyMethods in com.ibm.fhir.model.resource that return types with arguments of type CodeSystem.Concept.Property Modifier and Type Method Description java.util.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.BuilderCodeSystem.Concept.Property.Builder. from(CodeSystem.Concept.Property property)CodeSystem.Concept.BuilderCodeSystem.Concept.Builder. property(CodeSystem.Concept.Property... property)A property value for this concept.protected voidCodeSystem.Concept.Property.Builder. validate(CodeSystem.Concept.Property property)Method parameters in com.ibm.fhir.model.resource with type arguments of type CodeSystem.Concept.Property Modifier and Type Method Description CodeSystem.Concept.BuilderCodeSystem.Concept.Builder. property(java.util.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.PropertyCodeSystemSupport. getConceptProperty(CodeSystem.Concept concept, Code code)Get the concept property that matches the specified code.
-