
Uses of Class
org.hl7.fhir.r5.model.Location
Packages that use Location
-
Uses of Location in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return LocationModifier and TypeMethodDescriptionstatic Location
Extensions.setLocBoundaryGeojson
(Location context, Attachment value) static Location
Extensions.setLocCommunication
(Location context, CodeableConcept value) Methods in org.hl7.fhir.r5.extensions with parameters of type LocationModifier and TypeMethodDescriptionstatic Attachment
Extensions.getLocBoundaryGeojson
(Location context) static CodeableConcept
Extensions.getLocCommunication
(Location context) static Location
Extensions.setLocBoundaryGeojson
(Location context, Attachment value) static Location
Extensions.setLocCommunication
(Location context, CodeableConcept value) -
Uses of Location in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return LocationModifier and TypeMethodDescriptionprotected Location
JsonParser.parseLocation
(com.google.gson.JsonObject json) protected Location
XmlParser.parseLocation
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type LocationModifier and TypeMethodDescriptionprotected void
JsonParser.composeLocation
(String name, Location element) protected void
RdfParser.composeLocation
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Location element, int index) protected void
XmlParser.composeLocation
(String name, Location element) protected void
XmlParser.composeLocationElements
(Location element) protected void
JsonParser.composeLocationProperties
(Location element) protected boolean
XmlParser.parseLocationContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Location res) protected void
JsonParser.parseLocationProperties
(com.google.gson.JsonObject json, Location res) -
Uses of Location in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return LocationModifier and TypeMethodDescriptionLocation.addCharacteristic
(CodeableConcept t) Location.addContact
(ExtendedContactDetail t) Location.addEndpoint
(Reference t) Location.addHoursOfOperation
(Availability t) Location.addIdentifier
(Identifier t) Location.addType
(CodeableConcept t) Location.addVirtualService
(VirtualServiceDetail t) Location.copy()
Location.setAddress
(Address value) Location.setAlias
(List<StringType> theAlias) Location.setCharacteristic
(List<CodeableConcept> theCharacteristic) Location.setContact
(List<ExtendedContactDetail> theContact) Location.setDescription
(String value) Location.setDescriptionElement
(MarkdownType value) Location.setEndpoint
(List<Reference> theEndpoint) Location.setForm
(CodeableConcept value) Location.setHoursOfOperation
(List<Availability> theHoursOfOperation) Location.setIdentifier
(List<Identifier> theIdentifier) Location.setManagingOrganization
(Reference value) Location.setMode
(Location.LocationMode value) Location.setModeElement
(Enumeration<Location.LocationMode> value) Location.setNameElement
(StringType value) Location.setOperationalStatus
(Coding value) Location.setPosition
(Location.LocationPositionComponent value) Location.setStatus
(Location.LocationStatus value) Location.setStatusElement
(Enumeration<Location.LocationStatus> value) Location.setType
(List<CodeableConcept> theType) Location.setVirtualService
(List<VirtualServiceDetail> theVirtualService) protected Location
Location.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Location