public static class Conformance.Software extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Software that is covered by this conformance statement. It is used when the conformance statement describes the capabilities of a particular software version, independent of an installation.
| Constructor and Description |
|---|
Software() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getName()
Gets the value(s) for name ().
|
ca.uhn.fhir.model.primitive.StringDt |
getNameElement()
Gets the value(s) for name ().
|
Date |
getReleaseDate()
Gets the value(s) for releaseDate ().
|
ca.uhn.fhir.model.primitive.DateTimeDt |
getReleaseDateElement()
Gets the value(s) for releaseDate ().
|
String |
getVersion()
Gets the value(s) for version ().
|
ca.uhn.fhir.model.primitive.StringDt |
getVersionElement()
Gets the value(s) for version ().
|
boolean |
isEmpty() |
Conformance.Software |
setName(String theString)
Sets the value for name ()
|
Conformance.Software |
setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for name ()
|
Conformance.Software |
setReleaseDate(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for releaseDate ()
|
Conformance.Software |
setReleaseDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) for releaseDate ()
|
Conformance.Software |
setReleaseDateWithSecondsPrecision(Date theDate)
Sets the value for releaseDate ()
|
Conformance.Software |
setVersion(String theString)
Sets the value for version ()
|
Conformance.Software |
setVersion(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for version ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Software()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.StringDt getNameElement()
null.
Definition: Name software is known by
public String getName()
null.
Definition: Name software is known by
public Conformance.Software setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Name software is known by
public Conformance.Software setName(String theString)
Definition: Name software is known by
public ca.uhn.fhir.model.primitive.StringDt getVersionElement()
null.
Definition: The version identifier for the software covered by this statement
public String getVersion()
null.
Definition: The version identifier for the software covered by this statement
public Conformance.Software setVersion(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The version identifier for the software covered by this statement
public Conformance.Software setVersion(String theString)
Definition: The version identifier for the software covered by this statement
public ca.uhn.fhir.model.primitive.DateTimeDt getReleaseDateElement()
null.
Definition: Date this version of the software released
public Date getReleaseDate()
null.
Definition: Date this version of the software released
public Conformance.Software setReleaseDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Definition: Date this version of the software released
public Conformance.Software setReleaseDateWithSecondsPrecision(Date theDate)
Definition: Date this version of the software released
public Conformance.Software setReleaseDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Definition: Date this version of the software released
Copyright © 2014–2018 University Health Network. All rights reserved.