Uses of Class
org.hl7.fhir.r4.model.CodeSystem.ConceptPropertyComponent
-
Packages that use CodeSystem.ConceptPropertyComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.terminologies -
-
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CodeSystem.ConceptPropertyComponent Modifier and Type Method Description protected CodeSystem.ConceptPropertyComponentJsonParser. parseCodeSystemConceptPropertyComponent(com.google.gson.JsonObject json, CodeSystem owner)protected CodeSystem.ConceptPropertyComponentXmlParser. parseCodeSystemConceptPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) -
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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(Type value)Methods in org.hl7.fhir.r4.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.r4.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.r4.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.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return CodeSystem.ConceptPropertyComponent Modifier and Type Method Description static CodeSystem.ConceptPropertyComponentCodeSystemUtilities. getProperty(CodeSystem.ConceptDefinitionComponent concept, String code)
-