
Uses of Class
org.hl7.fhir.r5.model.ConceptMap.PropertyComponent
Packages that use ConceptMap.PropertyComponent
-
Uses of ConceptMap.PropertyComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConceptMap.PropertyComponentModifier and TypeMethodDescriptionprotected ConceptMap.PropertyComponentJsonParser.parseConceptMapPropertyComponent(com.google.gson.JsonObject json) protected ConceptMap.PropertyComponentXmlParser.parseConceptMapPropertyComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConceptMap.PropertyComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeConceptMapPropertyComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ConceptMap.PropertyComponent element, int index) protected voidXmlParser.composeConceptMapPropertyComponent(String name, ConceptMap.PropertyComponent element) protected voidXmlParser.composeConceptMapPropertyComponentElements(ConceptMap.PropertyComponent element) protected voidJsonParser.composePropertyComponent(String name, ConceptMap.PropertyComponent element) protected voidJsonParser.composePropertyComponentProperties(ConceptMap.PropertyComponent element) protected booleanXmlParser.parseConceptMapPropertyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ConceptMap.PropertyComponent res) protected voidJsonParser.parseConceptMapPropertyComponentProperties(com.google.gson.JsonObject json, ConceptMap.PropertyComponent res) -
Uses of ConceptMap.PropertyComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ConceptMap.PropertyComponentModifier and TypeFieldDescriptionprotected List<ConceptMap.PropertyComponent> ConceptMap.propertyA property defines a slot through which additional information can be provided about a map from source -> target.Methods in org.hl7.fhir.r5.model that return ConceptMap.PropertyComponentModifier and TypeMethodDescriptionConceptMap.addProperty()ConceptMap.PropertyComponent.copy()ConceptMap.getPropertyFirstRep()ConceptMap.PropertyComponent.setCodeElement(CodeType value) ConceptMap.PropertyComponent.setDescription(String value) ConceptMap.PropertyComponent.setDescriptionElement(StringType value) ConceptMap.PropertyComponent.setSystemElement(CanonicalType value) ConceptMap.PropertyComponent.setType(ConceptMap.ConceptMapPropertyType value) ConceptMap.PropertyComponent.setTypeElement(Enumeration<ConceptMap.ConceptMapPropertyType> value) ConceptMap.PropertyComponent.setUriElement(UriType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ConceptMap.PropertyComponentMethods in org.hl7.fhir.r5.model with parameters of type ConceptMap.PropertyComponentModifier and TypeMethodDescriptionConceptMap.addProperty(ConceptMap.PropertyComponent t) voidConceptMap.PropertyComponent.copyValues(ConceptMap.PropertyComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ConceptMap.PropertyComponentModifier and TypeMethodDescriptionConceptMap.setProperty(List<ConceptMap.PropertyComponent> theProperty)