
Uses of Class
org.hl7.fhir.r4.model.CodeSystem.ConceptPropertyComponent
Packages that use CodeSystem.ConceptPropertyComponent
-
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CodeSystem.ConceptPropertyComponentModifier and TypeMethodDescriptionprotected CodeSystem.ConceptPropertyComponentJsonParser.parseCodeSystemConceptPropertyComponent(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.ConceptPropertyComponentXmlParser.parseCodeSystemConceptPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) Methods in org.hl7.fhir.r4.formats with parameters of type CodeSystem.ConceptPropertyComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCodeSystemConceptPropertyComponent(String name, CodeSystem.ConceptPropertyComponent element) protected voidRdfParser.composeCodeSystemConceptPropertyComponent(Turtle.Complex parent, String parentType, String name, CodeSystem.ConceptPropertyComponent element, int index) protected voidXmlParser.composeCodeSystemConceptPropertyComponent(String name, CodeSystem.ConceptPropertyComponent element) protected voidXmlParser.composeCodeSystemConceptPropertyComponentElements(CodeSystem.ConceptPropertyComponent element) protected voidJsonParser.composeCodeSystemConceptPropertyComponentInner(CodeSystem.ConceptPropertyComponent element) protected booleanXmlParser.parseCodeSystemConceptPropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.ConceptPropertyComponent res) protected voidJsonParser.parseCodeSystemConceptPropertyComponentProperties(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.ConceptPropertyComponent res) -
Uses of CodeSystem.ConceptPropertyComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CodeSystem.ConceptPropertyComponentModifier and TypeFieldDescriptionprotected List<CodeSystem.ConceptPropertyComponent> CodeSystem.ConceptDefinitionComponent.propertyA property value for this concept.Methods in org.hl7.fhir.r4.model that return CodeSystem.ConceptPropertyComponentModifier and TypeMethodDescriptionCodeSystem.ConceptDefinitionComponent.addProperty()CodeSystem.ConceptPropertyComponent.copy()CodeSystem.ConceptDefinitionComponent.forceProperty(String code) CodeSystem.ConceptDefinitionComponent.getPropertyFirstRep()CodeSystem.ConceptPropertyComponent.setCodeElement(CodeType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type CodeSystem.ConceptPropertyComponentMethods in org.hl7.fhir.r4.model with parameters of type CodeSystem.ConceptPropertyComponentModifier and TypeMethodDescriptionCodeSystem.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.ConceptPropertyComponentModifier and TypeMethodDescriptionCodeSystem.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.ConceptPropertyComponentModifier and TypeMethodDescriptionCodeSystemUtilities.getProperty(CodeSystem.ConceptDefinitionComponent concept, String code)