
Uses of Class
org.hl7.fhir.r4.model.CodeSystem.PropertyComponent
Packages that use CodeSystem.PropertyComponent
-
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CodeSystem.PropertyComponentModifier and TypeMethodDescriptionprotected CodeSystem.PropertyComponentJsonParser.parseCodeSystemPropertyComponent(com.google.gson.JsonObject json, CodeSystem owner) protected CodeSystem.PropertyComponentXmlParser.parseCodeSystemPropertyComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner) Methods in org.hl7.fhir.r4.formats with parameters of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCodeSystemPropertyComponent(String name, CodeSystem.PropertyComponent element) protected voidRdfParser.composeCodeSystemPropertyComponent(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.composeCodeSystemPropertyComponentInner(CodeSystem.PropertyComponent element) protected booleanXmlParser.parseCodeSystemPropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner, CodeSystem.PropertyComponent res) protected voidJsonParser.parseCodeSystemPropertyComponentProperties(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.PropertyComponent res) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.model that return types with arguments of type CodeSystem.PropertyComponentMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionCodeSystem.setProperty(List<CodeSystem.PropertyComponent> theProperty) -
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return CodeSystem.PropertyComponentModifier and TypeMethodDescriptionstatic CodeSystem.PropertyComponentCodeSystemUtilities.defineCodeSystemProperty(CodeSystem cs, String code, String description, CodeSystem.PropertyType type)