
Uses of Class
org.hl7.fhir.r5.model.NamingSystem
Packages that use NamingSystem
Package
Description
-
Uses of NamingSystem in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context that return types with arguments of type NamingSystem -
Uses of NamingSystem in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return NamingSystemModifier and TypeMethodDescriptionprotected NamingSystemJsonParser.parseNamingSystem(com.google.gson.JsonObject json) protected NamingSystemXmlParser.parseNamingSystem(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type NamingSystemModifier and TypeMethodDescriptionprotected voidJsonParser.composeNamingSystem(String name, NamingSystem element) protected voidRdfParser.composeNamingSystem(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, NamingSystem element, int index) protected voidXmlParser.composeNamingSystem(String name, NamingSystem element) protected voidXmlParser.composeNamingSystemElements(NamingSystem element) protected voidJsonParser.composeNamingSystemProperties(NamingSystem element) protected booleanXmlParser.parseNamingSystemContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NamingSystem res) protected voidJsonParser.parseNamingSystemProperties(com.google.gson.JsonObject json, NamingSystem res) -
Uses of NamingSystem in org.hl7.fhir.r5.hapi.ctx
Methods in org.hl7.fhir.r5.hapi.ctx that return types with arguments of type NamingSystem -
Uses of NamingSystem in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return NamingSystemModifier and TypeMethodDescriptionNamingSystem.addAuthor(ContactDetail t) NamingSystem.addContact(ContactDetail t) NamingSystem.addEditor(ContactDetail t) NamingSystem.addEndorser(ContactDetail t) NamingSystem.addIdentifier(Identifier t) NamingSystem.addJurisdiction(CodeableConcept t) NamingSystem.addRelatedArtifact(RelatedArtifact t) NamingSystem.addReviewer(ContactDetail t) NamingSystem.addTopic(CodeableConcept t) NamingSystem.addUniqueId(NamingSystem.NamingSystemUniqueIdComponent t) NamingSystem.addUseContext(UsageContext t) NamingSystem.copy()NamingSystem.setApprovalDate(Date value) NamingSystem.setApprovalDateElement(DateType value) NamingSystem.setAuthor(List<ContactDetail> theAuthor) NamingSystem.setContact(List<ContactDetail> theContact) NamingSystem.setCopyright(String value) NamingSystem.setCopyrightElement(MarkdownType value) NamingSystem.setCopyrightLabel(String value) NamingSystem.setCopyrightLabelElement(StringType value) NamingSystem.setDateElement(DateTimeType value) NamingSystem.setDescription(String value) NamingSystem.setDescriptionElement(MarkdownType value) NamingSystem.setEditor(List<ContactDetail> theEditor) NamingSystem.setEffectivePeriod(Period value) NamingSystem.setEndorser(List<ContactDetail> theEndorser) NamingSystem.setExperimental(boolean value) NamingSystem.setExperimentalElement(BooleanType value) NamingSystem.setIdentifier(List<Identifier> theIdentifier) NamingSystem.setJurisdiction(List<CodeableConcept> theJurisdiction) NamingSystem.setKind(NamingSystem.NamingSystemType value) NamingSystem.setKindElement(Enumeration<NamingSystem.NamingSystemType> value) NamingSystem.setLastReviewDate(Date value) NamingSystem.setLastReviewDateElement(DateType value) NamingSystem.setNameElement(StringType value) NamingSystem.setPublisher(String value) NamingSystem.setPublisherElement(StringType value) NamingSystem.setPurpose(String value) NamingSystem.setPurposeElement(MarkdownType value) NamingSystem.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) NamingSystem.setResponsible(String value) NamingSystem.setResponsibleElement(StringType value) NamingSystem.setReviewer(List<ContactDetail> theReviewer) NamingSystem.setStatus(Enumerations.PublicationStatus value) NamingSystem.setStatusElement(Enumeration<Enumerations.PublicationStatus> value) NamingSystem.setTitleElement(StringType value) NamingSystem.setTopic(List<CodeableConcept> theTopic) NamingSystem.setType(CodeableConcept value) NamingSystem.setUniqueId(List<NamingSystem.NamingSystemUniqueIdComponent> theUniqueId) NamingSystem.setUrlElement(UriType value) NamingSystem.setUsageElement(StringType value) NamingSystem.setUseContext(List<UsageContext> theUseContext) NamingSystem.setVersion(String value) NamingSystem.setVersionAlgorithm(DataType value) NamingSystem.setVersionElement(StringType value) protected NamingSystemNamingSystem.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type NamingSystem -
Uses of NamingSystem in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type NamingSystemModifier and TypeMethodDescriptionvoidNamingSystemRenderer.describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, NamingSystem ns) NamingSystemRenderer.display(NamingSystem ns) voidNamingSystemRenderer.render(Renderer.RenderingStatus status, org.hl7.fhir.utilities.xhtml.XhtmlNode x, NamingSystem ns) Method parameters in org.hl7.fhir.r5.renderers with type arguments of type NamingSystemModifier and TypeMethodDescriptionvoidNamingSystemRenderer.renderList(org.hl7.fhir.utilities.xhtml.XhtmlNode x, List<NamingSystem> nsl)