Uses of Class
org.hl7.fhir.dstu2016may.model.Library.LibraryValueSetComponent
-
Packages that use Library.LibraryValueSetComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Library.LibraryValueSetComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Library.LibraryValueSetComponent Modifier and Type Method Description protected Library.LibraryValueSetComponentJsonParser. parseLibraryLibraryValueSetComponent(com.google.gson.JsonObject json, Library owner)protected Library.LibraryValueSetComponentXmlParser. parseLibraryLibraryValueSetComponent(org.xmlpull.v1.XmlPullParser xpp, Library owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Library.LibraryValueSetComponent Modifier and Type Method Description protected voidJsonParser. composeLibraryLibraryValueSetComponent(String name, Library.LibraryValueSetComponent element)protected voidRdfParser. composeLibraryLibraryValueSetComponent(RdfGenerator.Complex parent, String parentType, String name, Library.LibraryValueSetComponent element, int index)protected voidXmlParser. composeLibraryLibraryValueSetComponent(String name, Library.LibraryValueSetComponent element)protected voidJsonParser. composeLibraryLibraryValueSetComponentInner(Library.LibraryValueSetComponent element) -
Uses of Library.LibraryValueSetComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Library.LibraryValueSetComponent Modifier and Type Field Description protected List<Library.LibraryValueSetComponent>Library. valueSetA value set definition referenced by the library.Methods in org.hl7.fhir.dstu2016may.model that return Library.LibraryValueSetComponent Modifier and Type Method Description Library.LibraryValueSetComponentLibrary.LibraryValueSetComponent. addCodeSystem(String value)Library.LibraryValueSetComponentLibrary. addValueSet()Library.LibraryValueSetComponentLibrary.LibraryValueSetComponent. copy()Library.LibraryValueSetComponentLibrary.LibraryValueSetComponent. setIdentifier(String value)Library.LibraryValueSetComponentLibrary.LibraryValueSetComponent. setIdentifierElement(StringType value)Library.LibraryValueSetComponentLibrary.LibraryValueSetComponent. setName(String value)Library.LibraryValueSetComponentLibrary.LibraryValueSetComponent. setNameElement(StringType value)Library.LibraryValueSetComponentLibrary.LibraryValueSetComponent. setVersion(String value)Library.LibraryValueSetComponentLibrary.LibraryValueSetComponent. setVersionElement(StringType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Library.LibraryValueSetComponent Modifier and Type Method Description List<Library.LibraryValueSetComponent>Library. getValueSet()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Library.LibraryValueSetComponent Modifier and Type Method Description LibraryLibrary. addValueSet(Library.LibraryValueSetComponent t)
-