Uses of Class
org.hl7.fhir.r5.model.Organization
-
Uses of Organization in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic Organization
Extensions.setOrgPeriod
(Organization context, Period value) Modifier and TypeMethodDescriptionstatic Period
Extensions.getOrgPeriod
(Organization context) static Organization
Extensions.setOrgPeriod
(Organization context, Period value) -
Uses of Organization in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Organization
JsonParser.parseOrganization
(com.google.gson.JsonObject json) protected Organization
XmlParser.parseOrganization
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeOrganization
(String name, Organization element) protected void
RdfParser.composeOrganization
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Organization element, int index) protected void
XmlParser.composeOrganization
(String name, Organization element) protected void
XmlParser.composeOrganizationElements
(Organization element) protected void
JsonParser.composeOrganizationProperties
(Organization element) protected boolean
XmlParser.parseOrganizationContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Organization res) protected void
JsonParser.parseOrganizationProperties
(com.google.gson.JsonObject json, Organization res) -
Uses of Organization in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionOrganization.addContact
(ExtendedContactDetail t) Organization.addEndpoint
(Reference t) Organization.addIdentifier
(Identifier t) Organization.addQualification
(Organization.OrganizationQualificationComponent t) Organization.addType
(CodeableConcept t) Organization.copy()
Organization.setActive
(boolean value) Organization.setActiveElement
(BooleanType value) Organization.setAlias
(List<StringType> theAlias) Organization.setContact
(List<ExtendedContactDetail> theContact) Organization.setDescription
(String value) Organization.setDescriptionElement
(MarkdownType value) Organization.setEndpoint
(List<Reference> theEndpoint) Organization.setIdentifier
(List<Identifier> theIdentifier) Organization.setNameElement
(StringType value) Organization.setQualification
(List<Organization.OrganizationQualificationComponent> theQualification) Organization.setType
(List<CodeableConcept> theType) protected Organization
Organization.typedCopy()