
Uses of Class
org.hl7.fhir.r5.model.CodeSystem.PropertyComponent
Packages that use CodeSystem.PropertyComponent
Package
Description
-
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison that return types with arguments of type CodeSystem.PropertyComponentMethods in org.hl7.fhir.r5.comparison with parameters of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionCodeSystemComparer.getProp(CodeSystem.ConceptDefinitionComponent cd, CodeSystem.PropertyComponent p, boolean right, CodeSystemComparer.CodeSystemComparison comp) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CodeSystem.PropertyComponentModifier and TypeMethodDescriptionprotected CodeSystem.PropertyComponentJsonParser.parseCodeSystemPropertyComponent(com.google.gson.JsonObject json) protected CodeSystem.PropertyComponentXmlParser.parseCodeSystemPropertyComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeCodeSystemPropertyComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CodeSystem.PropertyComponent element, int index) protected voidXmlParser.composeCodeSystemPropertyComponent(String name, CodeSystem.PropertyComponent element) protected voidXmlParser.composeCodeSystemPropertyComponentElements(CodeSystem.PropertyComponent element) protected voidJsonParser.composePropertyComponent(String name, CodeSystem.PropertyComponent element) protected voidJsonParser.composePropertyComponentProperties(CodeSystem.PropertyComponent element) protected booleanXmlParser.parseCodeSystemPropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem.PropertyComponent res) protected voidJsonParser.parseCodeSystemPropertyComponentProperties(com.google.gson.JsonObject json, CodeSystem.PropertyComponent res) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type CodeSystem.PropertyComponentModifier and TypeFieldDescriptionprotected List<CodeSystem.PropertyComponent> CodeSystem.propertyA property defines an additional slot through which additional information can be provided about a concept.Methods in org.hl7.fhir.r5.model that return CodeSystem.PropertyComponentModifier and TypeMethodDescriptionCodeSystem.addProperty()CodeSystem.PropertyComponent.copy()CodeSystem.getProperty(String code) CodeSystem.getPropertyFirstRep()CodeSystem.PropertyComponent.setCodeElement(CodeType value) CodeSystem.PropertyComponent.setDescription(String value) CodeSystem.PropertyComponent.setDescriptionElement(StringType value) CodeSystem.PropertyComponent.setType(CodeSystem.PropertyType value) CodeSystem.PropertyComponent.setTypeElement(Enumeration<CodeSystem.PropertyType> value) CodeSystem.PropertyComponent.setUriElement(UriType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type CodeSystem.PropertyComponentMethods in org.hl7.fhir.r5.model with parameters of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionCodeSystem.addProperty(CodeSystem.PropertyComponent t) voidCodeSystem.PropertyComponent.copyValues(CodeSystem.PropertyComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionCodeSystem.setProperty(List<CodeSystem.PropertyComponent> theProperty) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionprotected StringTerminologyRenderer.getDisplayForProperty(CodeSystem.PropertyComponent pc) Method parameters in org.hl7.fhir.r5.renderers with type arguments of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionprotected org.hl7.fhir.utilities.xhtml.XhtmlNodeTerminologyRenderer.addTableHeaderRowStandard(org.hl7.fhir.utilities.xhtml.XhtmlNode t, boolean hasHierarchy, boolean hasDisplay, boolean definitions, boolean comments, boolean version, boolean deprecated, List<CodeSystem.PropertyComponent> properties, List<String> langs, Map<String, String> designations, boolean doDesignations) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies that return CodeSystem.PropertyComponentModifier and TypeMethodDescriptionstatic CodeSystem.PropertyComponentCodeSystemUtilities.getPropertyByUri(CodeSystem cs, String uri) static CodeSystem.PropertyComponentCodeSystemUtilities.getPropertyDefinition(CodeSystem cs, String property) property in this case is the name of a property that appears in a ValueSet filter -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r5.terminologies.expansion
Constructors in org.hl7.fhir.r5.terminologies.expansion with parameters of type CodeSystem.PropertyComponentModifierConstructorDescriptionPropertyFilter(List<String> allErrors, ValueSet.ConceptSetFilterComponent fc, CodeSystem.PropertyComponent propertyDefinition)