Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyWebLocationComponent
Packages that use ResearchStudy.ResearchStudyWebLocationComponent
-
Uses of ResearchStudy.ResearchStudyWebLocationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyWebLocationComponentModifier and TypeMethodDescriptionJsonParser.parseResearchStudyWebLocationComponent(com.google.gson.JsonObject json)XmlParser.parseResearchStudyWebLocationComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ResearchStudy.ResearchStudyWebLocationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeResearchStudyWebLocationComponent(String name, ResearchStudy.ResearchStudyWebLocationComponent element)protected voidRdfParser.composeResearchStudyWebLocationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ResearchStudy.ResearchStudyWebLocationComponent element, int index)protected voidXmlParser.composeResearchStudyWebLocationComponent(String name, ResearchStudy.ResearchStudyWebLocationComponent element)protected voidXmlParser.composeResearchStudyWebLocationComponentElements(ResearchStudy.ResearchStudyWebLocationComponent element)protected voidJsonParser.composeResearchStudyWebLocationComponentProperties(ResearchStudy.ResearchStudyWebLocationComponent element)protected booleanXmlParser.parseResearchStudyWebLocationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ResearchStudy.ResearchStudyWebLocationComponent res)protected voidJsonParser.parseResearchStudyWebLocationComponentProperties(com.google.gson.JsonObject json, ResearchStudy.ResearchStudyWebLocationComponent res) -
Uses of ResearchStudy.ResearchStudyWebLocationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ResearchStudy.ResearchStudyWebLocationComponentModifier and TypeFieldDescriptionResearchStudy.webLocationA general storage or archive location for the study.Methods in org.hl7.fhir.r5.model that return ResearchStudy.ResearchStudyWebLocationComponentModifier and TypeMethodDescriptionResearchStudy.addWebLocation()ResearchStudy.ResearchStudyWebLocationComponent.copy()ResearchStudy.getWebLocationFirstRep()ResearchStudy.ResearchStudyWebLocationComponent.setType(CodeableConcept value)ResearchStudy.ResearchStudyWebLocationComponent.setUrlElement(UriType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type ResearchStudy.ResearchStudyWebLocationComponentMethods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyWebLocationComponentModifier and TypeMethodDescriptionResearchStudy.addWebLocation(ResearchStudy.ResearchStudyWebLocationComponent t)voidResearchStudy.ResearchStudyWebLocationComponent.copyValues(ResearchStudy.ResearchStudyWebLocationComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ResearchStudy.ResearchStudyWebLocationComponentModifier and TypeMethodDescriptionResearchStudy.setWebLocation(List<ResearchStudy.ResearchStudyWebLocationComponent> theWebLocation)