Uses of Class
org.hl7.fhir.dstu2.model.ValueSet.ValueSetCodeSystemComponent
-
Packages that use ValueSet.ValueSetCodeSystemComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model org.hl7.fhir.dstu2.utils -
-
Uses of ValueSet.ValueSetCodeSystemComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ValueSet.ValueSetCodeSystemComponent Modifier and Type Method Description protected 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.ValueSetCodeSystemComponent Modifier and Type Method Description protected 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.ValueSetCodeSystemComponent Modifier and Type Field Description protected ValueSet.ValueSetCodeSystemComponentValueSet. codeSystemA definition of a code system, inlined into the value set (as a packaging convenience).Methods in org.hl7.fhir.dstu2.model with parameters of type ValueSet.ValueSetCodeSystemComponent Modifier and Type Method Description ValueSetValueSet. 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.ValueSetCodeSystemComponent Modifier and Type Method Description static StringToolingExtensions. getOID(ValueSet.ValueSetCodeSystemComponent define)static voidToolingExtensions. setOID(ValueSet.ValueSetCodeSystemComponent define, String oid)
-