195219531954195519561957195819591960
* WADO-RS url where image is available * </p> */ public UriDt getUrl() { if (myUrl == null) { myUrl = new UriDt(); } return myUrl; }
19791980198119821983198419851986
* <b>Definition:</b> * WADO-RS url where image is available * </p> */ public SeriesInstance setUrl( String theUri) { myUrl = new UriDt(theUri); return this; }
126312641265126612671268126912701271
* <b>Definition:</b> * * </p> */ public UriDt addUriErr() { UriDt newType = new UriDt(); getUriErr().add(newType); return newType; }
12971298129913001301130213031304
*/ public Test addUriErr( String theUri) { if (myUriErr == null) { myUriErr = new java.util.ArrayList<UriDt>(); } myUriErr.add(new UriDt(theUri)); return this; }
134113421343134413451346134713481349
* <b>Definition:</b> * * </p> */ public UriDt addUriCorr() { UriDt newType = new UriDt(); getUriCorr().add(newType); return newType; }
13751376137713781379138013811382
*/ public Test addUriCorr( String theUri) { if (myUriCorr == null) { myUriCorr = new java.util.ArrayList<UriDt>(); } myUriCorr.add(new UriDt(theUri)); return this; }
767768769770771772773774775
* WADO-RS URI where Study is available * </p> */ public UriDt getUrl() { if (myUrl == null) { myUrl = new UriDt(); } return myUrl; }
794795796797798799800801
* <b>Definition:</b> * WADO-RS URI where Study is available * </p> */ public ImagingStudy setUrl( String theUri) { myUrl = new UriDt(theUri); return this; }
951952953954955956957958959
* * </p> */ public UriDt getSystem() { if (mySystem == null) { mySystem = new UriDt(); } return mySystem; }
978979980981982983984985
* <b>Definition:</b> * * </p> */ public Concept setSystem( String theUri) { mySystem = new UriDt(theUri); return this; }