Uses of Class
org.hl7.fhir.dstu3.model.Library
Packages that use Library
-
Uses of Library in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return LibraryModifier and TypeMethodDescriptionprotected 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 LibraryModifier and TypeMethodDescriptionprotected 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 LibraryModifier and TypeFieldDescriptionActivityDefinition.libraryTargetThe actual objects that are the target of the reference (A reference to a Library resource containing any formal logic used by the asset.)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.)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 LibraryModifier and TypeMethodDescriptionLibrary.addContact(ContactDetail t)Library.addContent(Attachment t)Library.addContributor(Contributor t)Library.addDataRequirement(DataRequirement t)Library.addIdentifier(Identifier t)Library.addJurisdiction(CodeableConcept t)ActivityDefinition.addLibraryTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMeasure.addLibraryTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadPlanDefinition.addLibraryTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadLibrary.addParameter(ParameterDefinition t)Library.addRelatedArtifact(RelatedArtifact t)Library.addTopic(CodeableConcept t)Library.addUseContext(UsageContext t)Library.copy()Library.setApprovalDate(Date value)Library.setApprovalDateElement(DateType value)Library.setContact(List<ContactDetail> theContact)Library.setContent(List<Attachment> theContent)Library.setContributor(List<Contributor> theContributor)Library.setCopyright(String value)Library.setCopyrightElement(MarkdownType value)Library.setDataRequirement(List<DataRequirement> theDataRequirement)Library.setDateElement(DateTimeType value)Library.setDescription(String value)Library.setDescriptionElement(MarkdownType value)Library.setEffectivePeriod(Period value)Library.setExperimental(boolean value)Library.setExperimentalElement(BooleanType value)Library.setIdentifier(List<Identifier> theIdentifier)Library.setJurisdiction(List<CodeableConcept> theJurisdiction)Library.setLastReviewDate(Date value)Library.setLastReviewDateElement(DateType value)Library.setNameElement(StringType value)Library.setParameter(List<ParameterDefinition> theParameter)Library.setPublisher(String value)Library.setPublisherElement(StringType value)Library.setPurpose(String value)Library.setPurposeElement(MarkdownType value)Library.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact)Library.setStatus(Enumerations.PublicationStatus value)Library.setStatusElement(Enumeration<Enumerations.PublicationStatus> value)Library.setTitleElement(StringType value)Library.setTopic(List<CodeableConcept> theTopic)Library.setType(CodeableConcept value)Library.setUrlElement(UriType value)Library.setUsageElement(StringType value)Library.setUseContext(List<UsageContext> theUseContext)Library.setVersion(String value)Library.setVersionElement(StringType value)protected LibraryLibrary.typedCopy()Methods in org.hl7.fhir.dstu3.model that return types with arguments of type LibraryModifier and TypeMethodDescriptionActivityDefinition.getLibraryTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMeasure.getLibraryTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadPlanDefinition.getLibraryTarget()Deprecated.Use Reference#setResource(IBaseResource) instead