Uses of Class
org.hl7.fhir.dstu2016may.model.Library
-
Packages that use Library Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Library in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Library Modifier and Type Method Description protected LibraryJsonParser. parseLibrary(com.google.gson.JsonObject json)protected LibraryXmlParser. parseLibrary(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Library Modifier and Type Method Description protected voidJsonParser. composeLibrary(String name, Library element)protected voidRdfParser. composeLibrary(RdfGenerator.Complex parent, String parentType, String name, Library element, int index)protected voidXmlParser. composeLibrary(String name, Library element)protected voidJsonParser. composeLibraryInner(Library element)protected Library.LibraryCodeSystemComponentJsonParser. parseLibraryLibraryCodeSystemComponent(com.google.gson.JsonObject json, Library owner)protected Library.LibraryCodeSystemComponentXmlParser. parseLibraryLibraryCodeSystemComponent(org.xmlpull.v1.XmlPullParser xpp, Library owner)protected Library.LibraryLibraryComponentJsonParser. parseLibraryLibraryLibraryComponent(com.google.gson.JsonObject json, Library owner)protected Library.LibraryLibraryComponentXmlParser. parseLibraryLibraryLibraryComponent(org.xmlpull.v1.XmlPullParser xpp, Library owner)protected Library.LibraryModelComponentJsonParser. parseLibraryLibraryModelComponent(com.google.gson.JsonObject json, Library owner)protected Library.LibraryModelComponentXmlParser. parseLibraryLibraryModelComponent(org.xmlpull.v1.XmlPullParser xpp, Library owner)protected Library.LibraryValueSetComponentJsonParser. parseLibraryLibraryValueSetComponent(com.google.gson.JsonObject json, Library owner)protected Library.LibraryValueSetComponentXmlParser. parseLibraryLibraryValueSetComponent(org.xmlpull.v1.XmlPullParser xpp, Library owner) -
Uses of Library in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Library Modifier and Type Field Description protected List<Library>DecisionSupportRule. libraryTargetThe actual objects that are the target of the reference (A reference to a Library containing the formal logic used by the rule.)protected List<Library>Measure. libraryTargetThe actual objects that are the target of the reference (A reference to a Library resource containing the formal logic used by the measure.)protected List<Library>OrderSet. libraryTargetThe actual objects that are the target of the reference (A reference to a Library resource containing any formal logic used by the orderset.)Methods in org.hl7.fhir.dstu2016may.model that return Library Modifier and Type Method Description LibraryLibrary. addCodeSystem(Library.LibraryCodeSystemComponent t)LibraryLibrary. addDataRequirement(DataRequirement t)LibraryLibrary. addLibrary(Library.LibraryLibraryComponent t)LibraryDecisionSupportRule. addLibraryTarget()LibraryMeasure. addLibraryTarget()LibraryOrderSet. addLibraryTarget()LibraryLibrary. addModel(Library.LibraryModelComponent t)LibraryLibrary. addParameter(ParameterDefinition t)LibraryLibrary. addValueSet(Library.LibraryValueSetComponent t)LibraryLibrary. copy()LibraryLibrary. setDocument(Attachment value)LibraryLibrary. setModuleMetadata(ModuleMetadata value)protected LibraryLibrary. typedCopy()Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Library Modifier and Type Method Description List<Library>DecisionSupportRule. getLibraryTarget()List<Library>Measure. getLibraryTarget()List<Library>OrderSet. getLibraryTarget()
-