Uses of Class
org.hl7.fhir.dstu2016may.model.Library.LibraryCodeSystemComponent
-
Packages that use Library.LibraryCodeSystemComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Library.LibraryCodeSystemComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Library.LibraryCodeSystemComponent Modifier and Type Method Description protected Library.LibraryCodeSystemComponentJsonParser. parseLibraryLibraryCodeSystemComponent(com.google.gson.JsonObject json, Library owner)protected Library.LibraryCodeSystemComponentXmlParser. parseLibraryLibraryCodeSystemComponent(org.xmlpull.v1.XmlPullParser xpp, Library owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Library.LibraryCodeSystemComponent Modifier and Type Method Description protected voidJsonParser. composeLibraryLibraryCodeSystemComponent(String name, Library.LibraryCodeSystemComponent element)protected voidRdfParser. composeLibraryLibraryCodeSystemComponent(RdfGenerator.Complex parent, String parentType, String name, Library.LibraryCodeSystemComponent element, int index)protected voidXmlParser. composeLibraryLibraryCodeSystemComponent(String name, Library.LibraryCodeSystemComponent element)protected voidJsonParser. composeLibraryLibraryCodeSystemComponentInner(Library.LibraryCodeSystemComponent element) -
Uses of Library.LibraryCodeSystemComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Library.LibraryCodeSystemComponent Modifier and Type Field Description protected List<Library.LibraryCodeSystemComponent>Library. codeSystemA code system definition used within the library.Methods in org.hl7.fhir.dstu2016may.model that return Library.LibraryCodeSystemComponent Modifier and Type Method Description Library.LibraryCodeSystemComponentLibrary. addCodeSystem()Library.LibraryCodeSystemComponentLibrary.LibraryCodeSystemComponent. copy()Library.LibraryCodeSystemComponentLibrary.LibraryCodeSystemComponent. setIdentifier(String value)Library.LibraryCodeSystemComponentLibrary.LibraryCodeSystemComponent. setIdentifierElement(StringType value)Library.LibraryCodeSystemComponentLibrary.LibraryCodeSystemComponent. setName(String value)Library.LibraryCodeSystemComponentLibrary.LibraryCodeSystemComponent. setNameElement(StringType value)Library.LibraryCodeSystemComponentLibrary.LibraryCodeSystemComponent. setVersion(String value)Library.LibraryCodeSystemComponentLibrary.LibraryCodeSystemComponent. setVersionElement(StringType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Library.LibraryCodeSystemComponent Modifier and Type Method Description List<Library.LibraryCodeSystemComponent>Library. getCodeSystem()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Library.LibraryCodeSystemComponent Modifier and Type Method Description LibraryLibrary. addCodeSystem(Library.LibraryCodeSystemComponent t)
-