Uses of Class
org.hl7.fhir.dstu3.model.Library
-
Packages that use Library Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Library in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type Library Modifier and Type Method Description protected voidJsonParser. composeLibrary(String name, Library element)protected voidRdfParser. composeLibrary(Turtle.Complex parent, String parentType, String name, Library element, int index)protected voidXmlParser. composeLibrary(String name, Library element)protected voidXmlParser. composeLibraryElements(Library element)protected voidJsonParser. composeLibraryInner(Library element)protected booleanXmlParser. parseLibraryContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Library res)protected voidJsonParser. parseLibraryProperties(com.google.gson.JsonObject json, Library res) -
Uses of Library in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Library Modifier and Type Field Description protected List<Library>ActivityDefinition. libraryTargetThe actual objects that are the target of the reference (A reference to a Library resource containing any formal logic used by the asset.)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>PlanDefinition. libraryTargetThe actual objects that are the target of the reference (A reference to a Library resource containing any formal logic used by the plan definition.)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Library Modifier and Type Method Description List<Library>ActivityDefinition. getLibraryTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Library>Measure. getLibraryTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<Library>PlanDefinition. getLibraryTarget()Deprecated.Use Reference#setResource(IBaseResource) instead
-