
Uses of Class
org.hl7.fhir.r5.model.ExtendedContactDetail
Packages that use ExtendedContactDetail
-
Uses of ExtendedContactDetail in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ExtendedContactDetailModifier and TypeMethodDescriptionprotected ExtendedContactDetailJsonParser.parseExtendedContactDetail(com.google.gson.JsonObject json) protected ExtendedContactDetailXmlParser.parseExtendedContactDetail(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ExtendedContactDetailModifier and TypeMethodDescriptionprotected voidJsonParser.composeExtendedContactDetail(String name, ExtendedContactDetail element) protected voidRdfParser.composeExtendedContactDetail(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExtendedContactDetail element, int index) protected voidXmlParser.composeExtendedContactDetail(String name, ExtendedContactDetail element) protected voidXmlParser.composeExtendedContactDetailElements(ExtendedContactDetail element) protected voidJsonParser.composeExtendedContactDetailProperties(ExtendedContactDetail element) protected booleanXmlParser.parseExtendedContactDetailContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExtendedContactDetail res) protected voidJsonParser.parseExtendedContactDetailProperties(com.google.gson.JsonObject json, ExtendedContactDetail res) -
Uses of ExtendedContactDetail in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ExtendedContactDetailModifier and TypeFieldDescriptionprotected List<ExtendedContactDetail> HealthcareService.contactThe contact details of communication devices available relevant to the specific HealthcareService.protected List<ExtendedContactDetail> InsurancePlan.contactThe contact details of communication devices available relevant to the specific Insurance Plan/Product.protected List<ExtendedContactDetail> Location.contactThe contact details of communication devices available at the location.protected List<ExtendedContactDetail> Organization.contactThe contact details of communication devices available relevant to the specific Organization.protected List<ExtendedContactDetail> OrganizationAffiliation.contactThe contact details of communication devices available at the participatingOrganization relevant to this Affiliation.protected List<ExtendedContactDetail> PractitionerRole.contactThe contact details of communication devices available relevant to the specific PractitionerRole.Methods in org.hl7.fhir.r5.model that return ExtendedContactDetailModifier and TypeMethodDescriptionHealthcareService.addContact()InsurancePlan.addContact()Location.addContact()Organization.addContact()OrganizationAffiliation.addContact()PractitionerRole.addContact()ExtendedContactDetail.addTelecom(ContactPoint t) static ExtendedContactDetailTypeConvertor.castToExtendedContactDetail(Base b) ExtendedContactDetail.copy()VirtualServiceDetail.getAddressExtendedContactDetail()HealthcareService.getContactFirstRep()InsurancePlan.getContactFirstRep()Location.getContactFirstRep()Organization.getContactFirstRep()OrganizationAffiliation.getContactFirstRep()PractitionerRole.getContactFirstRep()ElementDefinition.getDefaultValueExtendedContactDetail()ElementDefinition.getFixedExtendedContactDetail()ElementDefinition.getPatternExtendedContactDetail()ElementDefinition.ElementDefinitionExampleComponent.getValueExtendedContactDetail()Extension.getValueExtendedContactDetail()Parameters.ParametersParameterComponent.getValueExtendedContactDetail()Task.TaskInputComponent.getValueExtendedContactDetail()Task.TaskOutputComponent.getValueExtendedContactDetail()Transport.ParameterComponent.getValueExtendedContactDetail()Transport.TransportOutputComponent.getValueExtendedContactDetail()ExtendedContactDetail.setAddress(Address value) ExtendedContactDetail.setOrganization(Reference value) ExtendedContactDetail.setPurpose(CodeableConcept value) ExtendedContactDetail.setTelecom(List<ContactPoint> theTelecom) protected ExtendedContactDetailExtendedContactDetail.typedCopy()Methods in org.hl7.fhir.r5.model that return types with arguments of type ExtendedContactDetailModifier and TypeMethodDescriptionHealthcareService.getContact()InsurancePlan.getContact()Location.getContact()Organization.getContact()OrganizationAffiliation.getContact()PractitionerRole.getContact()Methods in org.hl7.fhir.r5.model with parameters of type ExtendedContactDetailModifier and TypeMethodDescriptionHealthcareService.addContact(ExtendedContactDetail t) InsurancePlan.addContact(ExtendedContactDetail t) Location.addContact(ExtendedContactDetail t) Organization.addContact(ExtendedContactDetail t) OrganizationAffiliation.addContact(ExtendedContactDetail t) PractitionerRole.addContact(ExtendedContactDetail t) voidExtendedContactDetail.copyValues(ExtendedContactDetail dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ExtendedContactDetailModifier and TypeMethodDescriptionHealthcareService.setContact(List<ExtendedContactDetail> theContact) InsurancePlan.setContact(List<ExtendedContactDetail> theContact) Location.setContact(List<ExtendedContactDetail> theContact) Organization.setContact(List<ExtendedContactDetail> theContact) OrganizationAffiliation.setContact(List<ExtendedContactDetail> theContact) PractitionerRole.setContact(List<ExtendedContactDetail> theContact)