public static class HealthcareService.ServiceType extends BaseIdentifiableElement implements IResourceBlock
Definition: A specific type of service that may be delivered or performed
| Constructor and Description |
|---|
ServiceType() |
| Modifier and Type | Method and Description |
|---|---|
CodeableConceptDt |
addSpecialty()
Adds and returns a new value for specialty ()
|
HealthcareService.ServiceType |
addSpecialty(CodeableConceptDt theValue)
Adds a given new value for specialty ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<CodeableConceptDt> |
getSpecialty()
Gets the value(s) for specialty ().
|
CodeableConceptDt |
getSpecialtyFirstRep()
Gets the first repetition for specialty (),
creating it if it does not already exist.
|
CodeableConceptDt |
getType()
Gets the value(s) for type ().
|
boolean |
isEmpty() |
HealthcareService.ServiceType |
setSpecialty(List<CodeableConceptDt> theValue)
Sets the value(s) for specialty ()
|
HealthcareService.ServiceType |
setType(CodeableConceptDt theValue)
Sets the value(s) for type ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic ServiceType()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeableConceptDt getType()
null.
Definition: The specific type of service being delivered or performed
public HealthcareService.ServiceType setType(CodeableConceptDt theValue)
Definition: The specific type of service being delivered or performed
public List<CodeableConceptDt> getSpecialty()
null.
Definition: Collection of specialties handled by the service site. This is more of a medical term
public HealthcareService.ServiceType setSpecialty(List<CodeableConceptDt> theValue)
Definition: Collection of specialties handled by the service site. This is more of a medical term
public CodeableConceptDt addSpecialty()
Definition: Collection of specialties handled by the service site. This is more of a medical term
public HealthcareService.ServiceType addSpecialty(CodeableConceptDt theValue)
Definition: Collection of specialties handled by the service site. This is more of a medical term
theValue - The specialty to add (must not be null)public CodeableConceptDt getSpecialtyFirstRep()
Definition: Collection of specialties handled by the service site. This is more of a medical term
Copyright © 2014–2016 University Health Network. All rights reserved.