
Uses of Class
org.hl7.fhir.dstu3.model.CodeSystem.PropertyComponent
Packages that use CodeSystem.PropertyComponent
-
Uses of CodeSystem.PropertyComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCodeSystemPropertyComponent(String name, CodeSystem.PropertyComponent element) protected 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.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.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.model that return CodeSystem.PropertyComponentModifier and TypeMethodDescriptionCodeSystem.addProperty()CodeSystem.PropertyComponent.copy()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.dstu3.model that return types with arguments of type CodeSystem.PropertyComponentMethods in org.hl7.fhir.dstu3.model with parameters of type CodeSystem.PropertyComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type CodeSystem.PropertyComponentModifier and TypeMethodDescriptionCodeSystem.setProperty(List<CodeSystem.PropertyComponent> theProperty)