Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ValueSetCodeSystemComponent
Packages that use ValueSet.ValueSetCodeSystemComponent
-
Uses of ValueSet.ValueSetCodeSystemComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSet.ValueSetCodeSystemComponentModifier and TypeMethodDescriptionprotected ValueSet.ValueSetCodeSystemComponentJsonParser.parseValueSetValueSetCodeSystemComponent(com.google.gson.JsonObject json, ValueSet owner)protected ValueSet.ValueSetCodeSystemComponentXmlParser.parseValueSetValueSetCodeSystemComponent(org.xmlpull.v1.XmlPullParser xpp, ValueSet owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ValueSet.ValueSetCodeSystemComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeValueSetValueSetCodeSystemComponent(String name, ValueSet.ValueSetCodeSystemComponent element)protected voidXmlParser.composeValueSetValueSetCodeSystemComponent(String name, ValueSet.ValueSetCodeSystemComponent element)protected voidJsonParser.composeValueSetValueSetCodeSystemComponentInner(ValueSet.ValueSetCodeSystemComponent element) -
Uses of ValueSet.ValueSetCodeSystemComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as ValueSet.ValueSetCodeSystemComponentModifier and TypeFieldDescriptionprotected ValueSet.ValueSetCodeSystemComponentValueSet.codeSystemA definition of a code system, inlined into the value set (as a packaging convenience).Methods in org.hl7.fhir.dstu2.model that return ValueSet.ValueSetCodeSystemComponentModifier and TypeMethodDescriptionValueSet.ValueSetCodeSystemComponent.addConcept(ValueSet.ConceptDefinitionComponent t)ValueSet.ValueSetCodeSystemComponent.copy()ValueSet.getCodeSystem()ValueSet.ValueSetCodeSystemComponent.setCaseSensitive(boolean value)ValueSet.ValueSetCodeSystemComponent.setCaseSensitiveElement(BooleanType value)ValueSet.ValueSetCodeSystemComponent.setSystemElement(UriType value)ValueSet.ValueSetCodeSystemComponent.setVersion(String value)ValueSet.ValueSetCodeSystemComponent.setVersionElement(StringType value)Methods in org.hl7.fhir.dstu2.model with parameters of type ValueSet.ValueSetCodeSystemComponentModifier and TypeMethodDescriptionValueSet.setCodeSystem(ValueSet.ValueSetCodeSystemComponent value) -
Uses of ValueSet.ValueSetCodeSystemComponent in org.hl7.fhir.dstu2.utils
Methods in org.hl7.fhir.dstu2.utils with parameters of type ValueSet.ValueSetCodeSystemComponentModifier and TypeMethodDescriptionstatic StringToolingExtensions.getOID(ValueSet.ValueSetCodeSystemComponent define)static voidToolingExtensions.setOID(ValueSet.ValueSetCodeSystemComponent define, String oid)