Uses of Class
org.linuxforhealth.fhir.model.resource.CodeSystem.Concept.Property
-
Packages that use CodeSystem.Concept.Property Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.term.util -
-
Uses of CodeSystem.Concept.Property in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.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 org.linuxforhealth.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 org.linuxforhealth.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.protected void
CodeSystem.Concept.Property.Builder. validate(CodeSystem.Concept.Property property)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type CodeSystem.Concept.Property Modifier and Type Method Description CodeSystem.Concept.Builder
CodeSystem.Concept.Builder. property(java.util.Collection<CodeSystem.Concept.Property> property)
A property value for this concept. -
Uses of CodeSystem.Concept.Property in org.linuxforhealth.fhir.term.util
Methods in org.linuxforhealth.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.
-