Uses of Class
org.hl7.fhir.r4b.model.CodeSystem.ConceptPropertyComponent
-
Packages that use CodeSystem.ConceptPropertyComponent Package Description org.hl7.fhir.r4b.comparison org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model org.hl7.fhir.r4b.terminologies -
-
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r4b.comparison
Methods in org.hl7.fhir.r4b.comparison that return CodeSystem.ConceptPropertyComponent Modifier and Type Method Description CodeSystem.ConceptPropertyComponentCodeSystemComparer. getProp(CodeSystem.ConceptDefinitionComponent cd, CodeSystem.PropertyComponent p, boolean right, CodeSystemComparer.CodeSystemComparison comp) -
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return CodeSystem.ConceptPropertyComponent Modifier and Type Method Description protected CodeSystem.ConceptPropertyComponentJsonParser. parseCodeSystemConceptPropertyComponent(com.google.gson.JsonObject json)protected CodeSystem.ConceptPropertyComponentXmlParser. parseCodeSystemConceptPropertyComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type CodeSystem.ConceptPropertyComponent Modifier and Type Field Description protected List<CodeSystem.ConceptPropertyComponent>CodeSystem.ConceptDefinitionComponent. propertyA property value for this concept.Methods in org.hl7.fhir.r4b.model that return CodeSystem.ConceptPropertyComponent Modifier and Type Method Description CodeSystem.ConceptPropertyComponentCodeSystem.ConceptDefinitionComponent. addProperty()CodeSystem.ConceptPropertyComponentCodeSystem.ConceptPropertyComponent. copy()CodeSystem.ConceptPropertyComponentCodeSystem.ConceptDefinitionComponent. getPropertyFirstRep()CodeSystem.ConceptPropertyComponentCodeSystem.ConceptPropertyComponent. setCode(String value)CodeSystem.ConceptPropertyComponentCodeSystem.ConceptPropertyComponent. setCodeElement(CodeType value)CodeSystem.ConceptPropertyComponentCodeSystem.ConceptPropertyComponent. setValue(DataType value)Methods in org.hl7.fhir.r4b.model that return types with arguments of type CodeSystem.ConceptPropertyComponent Modifier and Type Method Description List<CodeSystem.ConceptPropertyComponent>CodeSystem.ConceptDefinitionComponent. getProperty()Methods in org.hl7.fhir.r4b.model with parameters of type CodeSystem.ConceptPropertyComponent Modifier and Type Method Description CodeSystem.ConceptDefinitionComponentCodeSystem.ConceptDefinitionComponent. addProperty(CodeSystem.ConceptPropertyComponent t)voidCodeSystem.ConceptPropertyComponent. copyValues(CodeSystem.ConceptPropertyComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type CodeSystem.ConceptPropertyComponent Modifier and Type Method Description CodeSystem.ConceptDefinitionComponentCodeSystem.ConceptDefinitionComponent. setProperty(List<CodeSystem.ConceptPropertyComponent> theProperty) -
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r4b.terminologies
Methods in org.hl7.fhir.r4b.terminologies that return CodeSystem.ConceptPropertyComponent Modifier and Type Method Description static CodeSystem.ConceptPropertyComponentCodeSystemUtilities. getProperty(CodeSystem.ConceptDefinitionComponent concept, String code)Methods in org.hl7.fhir.r4b.terminologies that return types with arguments of type CodeSystem.ConceptPropertyComponent Modifier and Type Method Description static List<CodeSystem.ConceptPropertyComponent>CodeSystemUtilities. getPropertyValues(CodeSystem.ConceptDefinitionComponent concept, String code)
-