Package ca.uhn.fhir.model.dstu2.resource
Class HealthcareService.ServiceType
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.HealthcareService.ServiceType
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement,ca.uhn.fhir.model.api.IElement,ca.uhn.fhir.model.api.IIdentifiableElement,ca.uhn.fhir.model.api.IResourceBlock,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,Serializable,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- HealthcareService
public static class HealthcareService.ServiceType extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: HealthcareService.serviceType ()Definition: A specific type of service that may be delivered or performed
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CodeableConceptDtaddSpecialty()Adds and returns a new value for specialty ()HealthcareService.ServiceTypeaddSpecialty(CodeableConceptDt theValue)Adds a given new value for specialty ()<T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)List<CodeableConceptDt>getSpecialty()Gets the value(s) for specialty ().CodeableConceptDtgetSpecialtyFirstRep()Gets the first repetition for specialty (), creating it if it does not already exist.CodeableConceptDtgetType()Gets the value(s) for type ().booleanisEmpty()HealthcareService.ServiceTypesetSpecialty(List<CodeableConceptDt> theValue)Sets the value(s) for specialty ()HealthcareService.ServiceTypesetType(CodeableConceptDt theValue)Sets the value(s) for type ()-
Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Constructor Detail
-
ServiceType
public ServiceType()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
- Specified by:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getType
public CodeableConceptDt getType()
Gets the value(s) for type (). creating it if it does not exist. Will not returnnull.Definition: The specific type of service being delivered or performed
-
setType
public HealthcareService.ServiceType setType(CodeableConceptDt theValue)
Sets the value(s) for type ()Definition: The specific type of service being delivered or performed
-
getSpecialty
public List<CodeableConceptDt> getSpecialty()
Gets the value(s) for specialty (). creating it if it does not exist. Will not returnnull.Definition: Collection of specialties handled by the service site. This is more of a medical term
-
setSpecialty
public HealthcareService.ServiceType setSpecialty(List<CodeableConceptDt> theValue)
Sets the value(s) for specialty ()Definition: Collection of specialties handled by the service site. This is more of a medical term
-
addSpecialty
public CodeableConceptDt addSpecialty()
Adds and returns a new value for specialty ()Definition: Collection of specialties handled by the service site. This is more of a medical term
-
addSpecialty
public HealthcareService.ServiceType addSpecialty(CodeableConceptDt theValue)
Adds a given new value for specialty ()Definition: Collection of specialties handled by the service site. This is more of a medical term
- Parameters:
theValue- The specialty to add (must not benull)
-
getSpecialtyFirstRep
public CodeableConceptDt getSpecialtyFirstRep()
Gets the first repetition for specialty (), creating it if it does not already exist.Definition: Collection of specialties handled by the service site. This is more of a medical term
-
-