Uses of Class
org.hl7.fhir.r5.model.ResearchStudy.ResearchStudyWebLocationComponent
-
Packages that use ResearchStudy.ResearchStudyWebLocationComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ResearchStudy.ResearchStudyWebLocationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ResearchStudy.ResearchStudyWebLocationComponent Modifier and Type Method Description protected ResearchStudy.ResearchStudyWebLocationComponentJsonParser. parseResearchStudyWebLocationComponent(com.google.gson.JsonObject json)protected ResearchStudy.ResearchStudyWebLocationComponentXmlParser. parseResearchStudyWebLocationComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ResearchStudy.ResearchStudyWebLocationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ResearchStudy.ResearchStudyWebLocationComponent Modifier and Type Field Description protected List<ResearchStudy.ResearchStudyWebLocationComponent>ResearchStudy. webLocationA general storage or archive location for the study.Methods in org.hl7.fhir.r5.model that return ResearchStudy.ResearchStudyWebLocationComponent Modifier and Type Method Description ResearchStudy.ResearchStudyWebLocationComponentResearchStudy. addWebLocation()ResearchStudy.ResearchStudyWebLocationComponentResearchStudy.ResearchStudyWebLocationComponent. copy()ResearchStudy.ResearchStudyWebLocationComponentResearchStudy. getWebLocationFirstRep()ResearchStudy.ResearchStudyWebLocationComponentResearchStudy.ResearchStudyWebLocationComponent. setType(CodeableConcept value)ResearchStudy.ResearchStudyWebLocationComponentResearchStudy.ResearchStudyWebLocationComponent. setUrl(String value)ResearchStudy.ResearchStudyWebLocationComponentResearchStudy.ResearchStudyWebLocationComponent. setUrlElement(UriType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type ResearchStudy.ResearchStudyWebLocationComponent Modifier and Type Method Description List<ResearchStudy.ResearchStudyWebLocationComponent>ResearchStudy. getWebLocation()Methods in org.hl7.fhir.r5.model with parameters of type ResearchStudy.ResearchStudyWebLocationComponent Modifier and Type Method Description ResearchStudyResearchStudy. addWebLocation(ResearchStudy.ResearchStudyWebLocationComponent t)voidResearchStudy.ResearchStudyWebLocationComponent. copyValues(ResearchStudy.ResearchStudyWebLocationComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type ResearchStudy.ResearchStudyWebLocationComponent Modifier and Type Method Description ResearchStudyResearchStudy. setWebLocation(List<ResearchStudy.ResearchStudyWebLocationComponent> theWebLocation)
-